diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-11-11 09:38:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-11 09:38:46 +0000 |
commit | 2e14d28262e32ddd7c3ae7091ba4f51a50a2d01f (patch) | |
tree | 7addd390d0543e6783ee2129b881e943dc318c1a /build | |
parent | 4e1e81f336936f8fbffaba9c6f16f46379cf028e (diff) | |
download | nextcloud-server-2e14d28262e32ddd7c3ae7091ba4f51a50a2d01f.tar.gz nextcloud-server-2e14d28262e32ddd7c3ae7091ba4f51a50a2d01f.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", |