From 20ab54ac9a21acb875a295906a9ad948050688fc Mon Sep 17 00:00:00 2001 From: Chirayu Chiripal Date: Sun, 31 Aug 2014 13:50:38 +0530 Subject: use phpunit 4.1.x for testing Signed-off-by: Chirayu Chiripal --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index e5c79ed78c..117a2c855c 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ }, "require-dev": { "satooshi/php-coveralls": ">=0.6", - "phpunit/phpunit": ">=3.7", + "phpunit/phpunit": "<4.2", "phpunit/phpunit-selenium": ">=1.2" } } -- cgit v1.2.3