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:
authorMichal Čihař <michal@cihar.com>2015-05-11 12:05:19 +0300
committerMichal Čihař <michal@cihar.com>2015-05-11 12:05:19 +0300
commit458f1d23dea407db411d1c8b2b16b83a7f6473f2 (patch)
treef37724e8312926c7ed607d9c8a5c8b8e075b0a9b /composer.json
parentdd22d2ab70e5dec5510f3d232331c234223d6928 (diff)
The testsuite should now work with recent phpunit as well
Signed-off-by: Michal Čihař <michal@cihar.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 c78d034eb8..fda61cd0d7 100644
--- a/composer.json
+++ b/composer.json
@@ -23,7 +23,7 @@
},
"require-dev": {
"satooshi/php-coveralls": ">=0.6",
- "phpunit/phpunit": "<4.2",
+ "phpunit/phpunit": ">=3.7",
"phpunit/phpunit-selenium": ">=1.2",
"scrutinizer/ocular": ">=1.0.0"
}