diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-03-30 21:40:41 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-30 21:40:41 +0000 |
commit | ac77d43f65c25a521e0622ee5db8a6bd23032dbe (patch) | |
tree | 03057ad4e25a3b2849232cda0df757b288593f3b /build | |
parent | 2bf0effee02852978ec7beb4bd3edd32f0745191 (diff) | |
download | nextcloud-server-ac77d43f65c25a521e0622ee5db8a6bd23032dbe.tar.gz nextcloud-server-ac77d43f65c25a521e0622ee5db8a6bd23032dbe.zip |
Update guzzlehttp/guzzle requirement in /build/integration
Updates the requirements on [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) to permit the latest version.
- [Release notes](https://github.com/guzzle/guzzle/releases)
- [Changelog](https://github.com/guzzle/guzzle/blob/master/CHANGELOG.md)
- [Commits](https://github.com/guzzle/guzzle/compare/7.4.1...7.4.2)
---
updated-dependencies:
- dependency-name: guzzlehttp/guzzle
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 a574d9cad28..0ab212b3cdf 100644 --- a/build/integration/composer.json +++ b/build/integration/composer.json @@ -2,7 +2,7 @@ "require-dev": { "phpunit/phpunit": "~6.5", "behat/behat": "~3.10.0", - "guzzlehttp/guzzle": "7.4.1", + "guzzlehttp/guzzle": "7.4.2", "jarnaiz/behat-junit-formatter": "^1.3", "sabre/dav": "4.3.1", "symfony/event-dispatcher": "~5.3" |