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:
authorblizzz <blizzz@arthur-schiwon.de>2022-06-12 03:42:55 +0300
committerGitHub <noreply@github.com>2022-06-12 03:42:55 +0300
commitc63c718be47e5efcb5bae274301ed9fefc31c88e (patch)
tree745332bdf974dadeb999d496fe24131f47d4205d
parent6a9937a2fe173edc0586b79f2694b7438056eb4f (diff)
parent5e00868f8870a0545a6ec59756e6c512ac295925 (diff)
Merge pull request #32822 from nextcloud/dependabot/composer/build/integration/stable24/guzzlehttp/guzzle-7.4.4
Update guzzlehttp/guzzle requirement from 7.4.3 to 7.4.4 in /build/integration
-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 4716ecba570..a83c1993a71 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.3",
+ "guzzlehttp/guzzle": "7.4.4",
"jarnaiz/behat-junit-formatter": "^1.3",
"sabre/dav": "4.3.1",
"symfony/event-dispatcher": "~5.3"