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:
authorGabriel Caruso <carusogabriel34@gmail.com>2017-12-12 11:32:43 +0300
committerGabriel Caruso <carusogabriel34@gmail.com>2017-12-12 11:34:20 +0300
commit930af7ec275555a4ad7e85dedbc99e820ab0905b (patch)
tree2373d77f74d79d0afdb7d0f42ed3c2afe78429c2 /composer.json
parent533f3ff6f471313dd125da7e4cc1025059b0e587 (diff)
Support PHPUnit 5
Signed-off-by: Gabriel Caruso <carusogabriel34@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 21010c671d..45b4f902ca 100644
--- a/composer.json
+++ b/composer.json
@@ -78,7 +78,7 @@
"samyoul/u2f-php-server": "For FIDO U2F authentication"
},
"require-dev": {
- "phpunit/phpunit": "~4.1",
+ "phpunit/phpunit": "^4.8.36 || ^5.7",
"codacy/coverage": "^1.3.0",
"phpunit/phpunit-selenium": "~1.2",
"squizlabs/php_codesniffer": "^3.0",