Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-06-25 04:06:11 +0300
committerGitHub <noreply@github.com>2022-06-25 04:06:11 +0300
commit9834af4f25980fc2d56ede1a4569fbb618457b61 (patch)
tree1b3c23c6b1fa1daadde1dad66c855f359f17b32b
parent50dc873ffd2296f591476043044d1639b8549436 (diff)
Update guzzlehttp/guzzle requirement in /build/integrationdependabot/composer/build/integration/stable22/guzzlehttp/guzzle-6.5.8
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.8/CHANGELOG.md) - [Commits](https://github.com/guzzle/guzzle/compare/6.5.7...6.5.8) --- updated-dependencies: - dependency-name: guzzlehttp/guzzle dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--build/integration/composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/integration/composer.json b/build/integration/composer.json
index 98128b0e9c5..cc8f1b9f292 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.7",
+ "guzzlehttp/guzzle": "6.5.8",
"jarnaiz/behat-junit-formatter": "^1.3",
"sabre/dav": "4.3.1",
"symfony/event-dispatcher": "~5.3"