From 7477ec918f678552f3e5301c11ef9fff987b6019 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 6 May 2015 21:08:42 -0500 Subject: [PATCH] Pull in Mockery for mocking. --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 3b093082..188c2547 100644 --- a/composer.json +++ b/composer.json @@ -8,6 +8,7 @@ "laravel/framework": "5.1.*" }, "require-dev": { + "mockery/mockery": "0.9.*", "phpunit/phpunit": "~4.0", "phpspec/phpspec": "~2.1" },