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