Merge pull request #20051 from nextcloud/backport/20049/stable18

[stable18] Force compatible dependency versions in acceptance tests
This commit is contained in:
Roeland Jago Douma 2020-03-21 08:23:28 +01:00 committed by GitHub
commit b9e8251100
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": {