diff options
author | Morris Jobke <hey@morrisjobke.de> | 2020-09-10 12:52:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-10 12:52:31 +0200 |
commit | 04c174ab899a6ba3918c6cfbd535037bc63fd52d (patch) | |
tree | b450f221cb293eedf2d6ecd47b517cc3e69516a3 /build | |
parent | 9c44523937151158de961541a06a73872e035dea (diff) | |
parent | 94b228dca199df146e8f434155c1f6fd7e0ec475 (diff) | |
download | nextcloud-server-04c174ab899a6ba3918c6cfbd535037bc63fd52d.tar.gz nextcloud-server-04c174ab899a6ba3918c6cfbd535037bc63fd52d.zip |
Merge pull request #22665 from nextcloud/dependabot/composer/build/integration/behat/behat-approx-3.7.0
Update behat/behat requirement from ~3.6.1 to ~3.7.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 954ea2829ae..23c9148f042 100644 --- a/build/integration/composer.json +++ b/build/integration/composer.json @@ -1,7 +1,7 @@ { "require-dev": { "phpunit/phpunit": "~6.5", - "behat/behat": "~3.6.1", + "behat/behat": "~3.7.0", "guzzlehttp/guzzle": "6.5.2", "jarnaiz/behat-junit-formatter": "^1.3", "sabre/dav": "3.2.3", |