Merge pull request #20053 from nextcloud/backport/20049/stable16
[stable16] Force compatible dependency versions in acceptance tests
This commit is contained in:
commit
35a373f425
|
@ -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": {
|
||||||
|
|
Loading…
Reference in New Issue