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
path: root/build
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-06-11 04:03:49 +0300
committerGitHub <noreply@github.com>2022-06-11 04:03:49 +0300
commitcf4157a073095763f3211eea06a714193b17516a (patch)
tree9ca57538ad9e4216799c5cc642d8763d74acad1f /build
parent2ee948e8d1a836696c514657c78804d1942f0d7b (diff)
Update guzzlehttp/guzzle requirement in /build/integrationdependabot/composer/build/integration/guzzlehttp/guzzle-7.4.4
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.2...7.4.4) --- 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.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/integration/composer.json b/build/integration/composer.json
index a9ba7980064..c0e4b51ca0c 100644
--- a/build/integration/composer.json
+++ b/build/integration/composer.json
@@ -3,7 +3,7 @@
"phpunit/phpunit": "^9",
"dms/phpunit-arraysubset-asserts": "^0.4",
"behat/behat": "~3.10.0",
- "guzzlehttp/guzzle": "7.4.2",
+ "guzzlehttp/guzzle": "7.4.4",
"jarnaiz/behat-junit-formatter": "^1.3",
"sabre/dav": "4.3.1",
"symfony/event-dispatcher": "~5.3"