diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-02-18 04:13:01 +0000 |
---|---|---|
committer | MichaIng <micha@dietpi.com> | 2022-02-22 21:53:17 +0100 |
commit | a45f88106ce0912dbd537b0623f0f43b6e6ecadb (patch) | |
tree | dfb6ef5fa9cb86b2055ecd7c218045a7d4c7602e /build | |
parent | 9e80f6f18a2247d60438cac64fe52156a79ff93d (diff) | |
download | nextcloud-server-a45f88106ce0912dbd537b0623f0f43b6e6ecadb.tar.gz nextcloud-server-a45f88106ce0912dbd537b0623f0f43b6e6ecadb.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/6.5.2...7.4.1)
---
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 8a09ed9365d..a574d9cad28 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": "6.5.2", + "guzzlehttp/guzzle": "7.4.1", "jarnaiz/behat-junit-formatter": "^1.3", "sabre/dav": "4.3.1", "symfony/event-dispatcher": "~5.3" |