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>2017-12-15 15:25:38 +0300
committerGitHub <noreply@github.com>2017-12-15 15:25:38 +0300
commitd1ac2f84a0ff6abc7faab314759c9aa3fe99b29b (patch)
tree3206a2f312df695a2e49f024a1e2003b7156105f /composer.json
parentd934364baceea11e8994e4cc735ba4f55d1d28b7 (diff)
parent4c2c38f341945f902d37a507ecc1f968032c8745 (diff)
Merge pull request #13867 from nijel/selenium
Try to use more recent phpunit-selenium
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 23da9f96ed..63d7b57d09 100644
--- a/composer.json
+++ b/composer.json
@@ -80,7 +80,7 @@
"require-dev": {
"phpunit/phpunit": "^4.8.36 || ^5.7",
"codacy/coverage": "^1.3.0",
- "phpunit/phpunit-selenium": "~1.2",
+ "phpunit/phpunit-selenium": "~1.2 || ^3.0",
"squizlabs/php_codesniffer": "^3.0",
"tecnickcom/tcpdf": "^6.2",
"pragmarx/google2fa": "^2.0",