Merge pull request #20052 from nextcloud/backport/20049/stable17

[stable17] Force compatible dependency versions in acceptance tests
This commit is contained in:
Roeland Jago Douma 2020-03-21 08:23:45 +01:00 committed by GitHub
commit 104e5aa6c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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