From 9e98e577f0d733d24b846cbd572049fe1ca53473 Mon Sep 17 00:00:00 2001 From: Maxime Fabre Date: Thu, 9 Oct 2014 10:02:19 +0200 Subject: [PATCH] Revert PHPUnit bump --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3157a5bd..d125e0ee 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "illuminate/translation": ">=4.2" }, "require-dev": { - "phpunit/phpunit": "~4.3.1", + "phpunit/phpunit": "~4.1.6", "mockery/mockery": "~0.9.1", "illuminate/database": ">=4.2" },