diff options
author | Joas Schilling <coding@schilljs.com> | 2018-07-09 11:10:25 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2018-07-09 11:10:25 +0200 |
commit | e3b5ed602c7006153df0a4a5a15eaa8111152666 (patch) | |
tree | e641c52b1f765330f7c91a2494ca3fc81540f1c1 /build | |
parent | 3067dfe49ee7bbaf474b02d57b06b0335f3317db (diff) | |
download | nextcloud-server-e3b5ed602c7006153df0a4a5a15eaa8111152666.tar.gz nextcloud-server-e3b5ed602c7006153df0a4a5a15eaa8111152666.zip |
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.json | 2 |
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" |