Skip to content

Commit 104e5aa

Browse files
authored
Merge pull request #20052 from nextcloud/backport/20049/stable17
[stable17] Force compatible dependency versions in acceptance tests
2 parents b24032d + d52b55f commit 104e5aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)