summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2018-07-11 11:42:08 +0200
committerGitHub <noreply@github.com>2018-07-11 11:42:08 +0200
commit080ed7643311f548690286db9cfdd9aee0081ab3 (patch)
tree081c1e5d29c81b834e984ca9d2925a3318b2e279
parent48649b90235ac41bf7904b152e477edae3aef035 (diff)
parent14995483c1f4e28deabdf860c59f57c0886a30bf (diff)
downloadnextcloud-server-080ed7643311f548690286db9cfdd9aee0081ab3.tar.gz
nextcloud-server-080ed7643311f548690286db9cfdd9aee0081ab3.zip
Merge pull request #10187 from nextcloud/backport/10156/behat-3.3-12
[stable12] Fix the behat version to 3.3.*
-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"