diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-11-17 01:17:11 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-17 01:17:11 +0000 |
commit | c1cf89e4301bf0af6bd09c9186e3b677f7c18c05 (patch) | |
tree | 9e2ba19e9b2896b454a3f21aefd69344325293ca /build | |
parent | 67ff36bd0cc70ecb4650c8449d6d5174b5c660ab (diff) | |
download | nextcloud-server-c1cf89e4301bf0af6bd09c9186e3b677f7c18c05.tar.gz nextcloud-server-c1cf89e4301bf0af6bd09c9186e3b677f7c18c05.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.9.0...v3.10.0)
---
updated-dependencies:
- dependency-name: behat/behat
dependency-type: direct:development
...
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 61a092cc7fc..f76feffa386 100644 --- a/build/integration/composer.json +++ b/build/integration/composer.json @@ -1,7 +1,7 @@ { "require-dev": { "phpunit/phpunit": "~6.5", - "behat/behat": "~3.9.0", + "behat/behat": "~3.10.0", "guzzlehttp/guzzle": "6.5.2", "jarnaiz/behat-junit-formatter": "^1.3", "sabre/dav": "3.2.3", |