diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2020-09-08 06:37:56 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-08 06:37:56 +0000 |
commit | 94b228dca199df146e8f434155c1f6fd7e0ec475 (patch) | |
tree | 5c37378bc1d35bfe10b4810f3b90c877ac0853d9 /build | |
parent | 90b1244d10b977fa54834b8ec8d550e49053f194 (diff) | |
download | nextcloud-server-94b228dca199df146e8f434155c1f6fd7e0ec475.tar.gz nextcloud-server-94b228dca199df146e8f434155c1f6fd7e0ec475.zip |
Update behat/behat requirement in /build/integration
Updates the requirements on [behat/behat](https://github.com/Behat/Behat) to permit the latest version.
- [Release notes](https://github.com/Behat/Behat/releases)
- [Changelog](https://github.com/Behat/Behat/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Behat/Behat/compare/v3.6.1...v3.7.0)
Signed-off-by: dependabot[bot] <support@github.com>
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", |