diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-12-11 03:35:25 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-11 03:35:25 +0000 |
commit | 4a1c5763254ea7828aea152f4f5eb0f92bda0951 (patch) | |
tree | d3ad419d507a5ec3e361bf2253a5e27724416a05 /build | |
parent | 7d80036bed4721c2bc5b1409a11e8dbb45478531 (diff) | |
download | nextcloud-server-4a1c5763254ea7828aea152f4f5eb0f92bda0951.tar.gz nextcloud-server-4a1c5763254ea7828aea152f4f5eb0f92bda0951.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/6.5.5/CHANGELOG.md)
- [Commits](https://github.com/guzzle/guzzle/compare/6.5.2...6.5.5)
---
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 9ce375d0252..c7e6b3731c5 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": "6.5.5", "jarnaiz/behat-junit-formatter": "^1.3", "sabre/dav": "4.2.1", "symfony/event-dispatcher": "~5.3" |