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/build
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2018-07-09 12:10:25 +0300
committerMorris Jobke <hey@morrisjobke.de>2018-07-11 10:32:26 +0300
commit33bde0f62a189b123e8bff555ce0e989f7f1db0d (patch)
tree82b1d094cb9946d66540fb2537adbc3975e36800 /build
parent922c2c64b5d9a9f9ba8d7aa1f7c79a788875b7d6 (diff)
Fix the behat version to 3.3.*
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'build')
-rw-r--r--build/integration/composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/integration/composer.json b/build/integration/composer.json
index d7ccd593277..fcad79b9faf 100644
--- a/build/integration/composer.json
+++ b/build/integration/composer.json
@@ -1,7 +1,7 @@
{
"require-dev": {
"phpunit/phpunit": "~4.6",
- "behat/behat": "^3.0",
+ "behat/behat": "~3.3.0",
"guzzlehttp/guzzle": "~5.0",
"jarnaiz/behat-junit-formatter": "^1.3",
"sabre/dav": "3.2"