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:
authorMaurício Meneghini Fauth <mauriciofauth@gmail.com>2018-04-13 05:56:01 +0300
committerMaurício Meneghini Fauth <mauriciofauth@gmail.com>2018-04-13 05:56:01 +0300
commit6f2f77c35bee3fad35aab3412743d0289e05192c (patch)
tree5a8ef655dfba645021311c9d4a7bb0954d18aaa7 /composer.json
parente83f739218d8ecd9200093f5c8a70bb9013de94c (diff)
Upgrade PHPUnit to 6.5
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index b907cf9f71..47f66e51f9 100644
--- a/composer.json
+++ b/composer.json
@@ -79,9 +79,9 @@
"samyoul/u2f-php-server": "For FIDO U2F authentication"
},
"require-dev": {
- "phpunit/phpunit": "^5.7",
+ "phpunit/phpunit": "^6.5",
"codacy/coverage": "^1.3.0",
- "phpunit/phpunit-selenium": "^3.0",
+ "phpunit/phpunit-selenium": "^4.1",
"squizlabs/php_codesniffer": "^3.0",
"tecnickcom/tcpdf": "^6.2",
"pragmarx/google2fa": "^3.0",