diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2018-07-09 12:19:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-09 12:19:48 +0200 |
commit | b9caed2c3941be25f6d60530163b9e5e5e63d814 (patch) | |
tree | ae13320115b1a0207d2aa23c2aad02c797760663 | |
parent | d19955d5fb41cea7375531384830c1e317d788e2 (diff) | |
parent | e3b5ed602c7006153df0a4a5a15eaa8111152666 (diff) | |
download | nextcloud-server-b9caed2c3941be25f6d60530163b9e5e5e63d814.tar.gz nextcloud-server-b9caed2c3941be25f6d60530163b9e5e5e63d814.zip |
Merge pull request #10156 from nextcloud/bugfix/noid/fix-behat-version
Fix the behat version to 3.3.*
-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" |