aboutsummaryrefslogtreecommitdiffstats
path: root/tests/acceptance/composer.json
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2021-01-17 13:50:47 +0100
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2021-01-17 16:44:32 +0100
commitd6a1d8d3a1e3552d4744d30f87017cc16833fa6e (patch)
treecb56e43e33d56cd5330b046c6080f585b46c11cd /tests/acceptance/composer.json
parent1907cc197d63d0f10fda741a6ccff853a43a5740 (diff)
downloadnextcloud-server-d6a1d8d3a1e3552d4744d30f87017cc16833fa6e.tar.gz
nextcloud-server-d6a1d8d3a1e3552d4744d30f87017cc16833fa6e.zip
Add "composer.lock" for acceptance tests to git
As "composer.lock" was not versioned the dependencies had to be resolved everytime that the acceptance tests run, which took some precious time. Besides that the dependency versions were also tightened for better control. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'tests/acceptance/composer.json')
-rw-r--r--tests/acceptance/composer.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/acceptance/composer.json b/tests/acceptance/composer.json
index d15d8e13e55..d1e7fdc5d40 100644
--- a/tests/acceptance/composer.json
+++ b/tests/acceptance/composer.json
@@ -1,10 +1,10 @@
{
"require-dev": {
- "behat/behat": "^3.0",
+ "behat/behat": "3.7.0",
"behat/mink": "1.7.1",
- "behat/mink-extension": "*",
+ "behat/mink-extension": "2.3.1",
"behat/mink-selenium2-driver": "1.3.1",
- "phpunit/phpunit": "~4.6"
+ "phpunit/phpunit": "4.8.36"
},
"autoload": {
"psr-4": {