diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-10-23 01:04:34 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-23 01:04:34 +0000 |
commit | 400f1a79381df85fe877aecfe1d893b6c989f915 (patch) | |
tree | d22fa5c40762864c531dd2f071978923b9ef61eb /build/integration/composer.json | |
parent | 1895a6dc573cdb46cfa1987e25d45781623fdb7d (diff) | |
download | nextcloud-server-400f1a79381df85fe877aecfe1d893b6c989f915.tar.gz nextcloud-server-400f1a79381df85fe877aecfe1d893b6c989f915.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.8.0...v3.9.0)
---
updated-dependencies:
- dependency-name: behat/behat
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'build/integration/composer.json')
-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 8074508d0e2..61a092cc7fc 100644 --- a/build/integration/composer.json +++ b/build/integration/composer.json @@ -1,7 +1,7 @@ { "require-dev": { "phpunit/phpunit": "~6.5", - "behat/behat": "~3.8.0", + "behat/behat": "~3.9.0", "guzzlehttp/guzzle": "6.5.2", "jarnaiz/behat-junit-formatter": "^1.3", "sabre/dav": "3.2.3", |