diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2020-11-09 19:54:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-09 19:54:41 +0100 |
commit | c8822508de0aec9e1e6dbdfb793d2a1db8cb92c4 (patch) | |
tree | ef35cf632e5ee9bfc89f614fedd3b92240d0a7da | |
parent | 92ddaeaf4cf569b745b6124541332fe35982b25d (diff) | |
parent | d2aeeddce72c35ea143ad70af92acaa163ac2801 (diff) | |
download | nextcloud-server-c8822508de0aec9e1e6dbdfb793d2a1db8cb92c4.tar.gz nextcloud-server-c8822508de0aec9e1e6dbdfb793d2a1db8cb92c4.zip |
Merge pull request #23967 from nextcloud/dependabot/composer/build/integration/behat/behat-approx-3.8.0
Update behat/behat requirement from ~3.7.0 to ~3.8.0 in /build/integration
-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 23c9148f042..ba90c632b1b 100644 --- a/build/integration/composer.json +++ b/build/integration/composer.json @@ -1,7 +1,7 @@ { "require-dev": { "phpunit/phpunit": "~6.5", - "behat/behat": "~3.7.0", + "behat/behat": "~3.8.0", "guzzlehttp/guzzle": "6.5.2", "jarnaiz/behat-junit-formatter": "^1.3", "sabre/dav": "3.2.3", |