Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2020-03-20 17:48:26 +0300
committerGitHub <noreply@github.com>2020-03-20 17:48:26 +0300
commita0058fe60177c92c6257804d7115ebd1766e64a8 (patch)
tree2602cb148534448b7f75194c1bd0300ee0698066 /tests
parent2efa00070571073c6b4118afedfd632321c7fb39 (diff)
parent0896f33f86d9cdcc678cb6733a431e5671176eed (diff)
Merge pull request #20049 from nextcloud/force-compatible-dependency-versions-in-acceptance-tests
Force compatible dependency versions in acceptance tests
Diffstat (limited to 'tests')
-rw-r--r--tests/acceptance/composer.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/acceptance/composer.json b/tests/acceptance/composer.json
index 244aa976692..d15d8e13e55 100644
--- a/tests/acceptance/composer.json
+++ b/tests/acceptance/composer.json
@@ -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": {