Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChirayu Chiripal <chirayu.chiripal@gmail.com>2014-08-31 12:20:38 +0400
committerChirayu Chiripal <chirayu.chiripal@gmail.com>2014-08-31 13:23:03 +0400
commit20ab54ac9a21acb875a295906a9ad948050688fc (patch)
treebe8d502d8b9c53703ba59d29c0d0e92ee4980f1d /composer.json
parent4960f208e20ad7fd8b77cef9dcc82772c29def92 (diff)
use phpunit 4.1.x for testing
Signed-off-by: Chirayu Chiripal <chirayu.chiripal@gmail.com>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 deletions
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"
}
}