mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 18:21:40 -04:00
Merge pull request #20052 from nextcloud/backport/20049/stable17
[stable17] Force compatible dependency versions in acceptance tests
This commit is contained in:
commit
104e5aa6c3
1 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue