Merge pull request #20053 from nextcloud/backport/20049/stable16

[stable16] Force compatible dependency versions in acceptance tests
This commit is contained in:
Roeland Jago Douma 2020-03-21 08:23:50 +01:00 committed by GitHub
commit 35a373f425
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
{ {
"require-dev": { "require-dev": {
"behat/behat": "^3.0", "behat/behat": "^3.0",
"behat/mink": "^1.5", "behat/mink": "1.7.1",
"behat/mink-extension": "*", "behat/mink-extension": "*",
"behat/mink-selenium2-driver": "*", "behat/mink-selenium2-driver": "1.3.1",
"phpunit/phpunit": "~4.6" "phpunit/phpunit": "~4.6"
}, },
"autoload": { "autoload": {