Skip to content

Commit 35a373f

Browse files
authored
Merge pull request #20053 from nextcloud/backport/20049/stable16
[stable16] Force compatible dependency versions in acceptance tests
2 parents 660f547 + 386b827 commit 35a373f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/acceptance/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"require-dev": {
33
"behat/behat": "^3.0",
4-
"behat/mink": "^1.5",
4+
"behat/mink": "1.7.1",
55
"behat/mink-extension": "*",
6-
"behat/mink-selenium2-driver": "*",
6+
"behat/mink-selenium2-driver": "1.3.1",
77
"phpunit/phpunit": "~4.6"
88
},
99
"autoload": {

0 commit comments

Comments
 (0)