From f2c59d9b4c203bb8d991b925bc2a0e4856696681 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 12:44:12 +0000 Subject: [PATCH] build(deps-dev): update guzzlehttp/guzzle requirement Updates the requirements on [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) to permit the latest version. Updates `guzzlehttp/guzzle` to 8.0.0 - [Release notes](https://github.com/guzzle/guzzle/releases) - [Changelog](https://github.com/guzzle/guzzle/blob/8.0/CHANGELOG.md) - [Commits](https://github.com/guzzle/guzzle/compare/7.9.0...8.0.0) --- updated-dependencies: - dependency-name: guzzlehttp/guzzle dependency-version: 8.0.0 dependency-type: direct:development dependency-group: composer ... Signed-off-by: dependabot[bot] --- vendor-bin/nextcloud-ocp/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor-bin/nextcloud-ocp/composer.json b/vendor-bin/nextcloud-ocp/composer.json index 3574c54..32c70b5 100644 --- a/vendor-bin/nextcloud-ocp/composer.json +++ b/vendor-bin/nextcloud-ocp/composer.json @@ -1,6 +1,6 @@ { "require-dev": { - "guzzlehttp/guzzle": "^7.9", + "guzzlehttp/guzzle": "^8.0", "nextcloud/ocp": "dev-stable32" } }