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:
authorMorris Jobke <hey@morrisjobke.de>2018-08-20 18:09:04 +0300
committerGitHub <noreply@github.com>2018-08-20 18:09:04 +0300
commita6fb5c5dba079e4803b2743abf2c09b048fc3507 (patch)
treed41a832c548d7a154f774e1e27d720d213700fb8 /build/integration
parent37869d9b2f7bf5e9f3779ccd344114649ce459c1 (diff)
parent9fc47bf66e5418607fa9fe158f974e7036ab1809 (diff)
Merge pull request #10663 from nextcloud/dependabot/composer/build/integration/behat/behat-approx-3.5.0
Update behat/behat requirement from ~3.3.0 to ~3.5.0 in /build/integration
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 61075d3a828..7061d8dbde9 100644
--- a/build/integration/composer.json
+++ b/build/integration/composer.json
@@ -1,7 +1,7 @@
{
"require-dev": {
"phpunit/phpunit": "~6.5",
- "behat/behat": "~3.3.0",
+ "behat/behat": "~3.5.0",
"guzzlehttp/guzzle": "6.3.3",
"jarnaiz/behat-junit-formatter": "^1.3",
"sabre/dav": "3.2.2"