diff options
author | Morris Jobke <hey@morrisjobke.de> | 2018-08-20 17:09:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-20 17:09:04 +0200 |
commit | a6fb5c5dba079e4803b2743abf2c09b048fc3507 (patch) | |
tree | d41a832c548d7a154f774e1e27d720d213700fb8 /build | |
parent | 37869d9b2f7bf5e9f3779ccd344114649ce459c1 (diff) | |
parent | 9fc47bf66e5418607fa9fe158f974e7036ab1809 (diff) | |
download | nextcloud-server-a6fb5c5dba079e4803b2743abf2c09b048fc3507.tar.gz nextcloud-server-a6fb5c5dba079e4803b2743abf2c09b048fc3507.zip |
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')
-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 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" |