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
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2018-07-09 12:10:25 +0300
committerJoas Schilling <coding@schilljs.com>2018-07-09 12:10:25 +0300
commite3b5ed602c7006153df0a4a5a15eaa8111152666 (patch)
treee641c52b1f765330f7c91a2494ca3fc81540f1c1 /build/integration
parent3067dfe49ee7bbaf474b02d57b06b0335f3317db (diff)
Fix the behat version to 3.3.*
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'build/integration')
-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 83bb7b1ef7a..61075d3a828 100644
--- a/build/integration/composer.json
+++ b/build/integration/composer.json
@@ -1,7 +1,7 @@
{
"require-dev": {
"phpunit/phpunit": "~6.5",
- "behat/behat": "^3.0",
+ "behat/behat": "~3.3.0",
"guzzlehttp/guzzle": "6.3.3",
"jarnaiz/behat-junit-formatter": "^1.3",
"sabre/dav": "3.2.2"