From 37b4b9c638892b85fc7e4902620be97fc6eebf59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 21:33:46 +0000 Subject: [PATCH] Update guzzlehttp/guzzle requirement || ^8.0 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.8.0...8.0.0) --- updated-dependencies: - dependency-name: guzzlehttp/guzzle dependency-version: 8.0.0 dependency-type: direct:production dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index cc52a24..df06258 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "ext-mbstring": "*", "ext-hash": "*", - "guzzlehttp/guzzle": "^7.8", + "guzzlehttp/guzzle": "^7.8 || ^8.0", "psr/http-client": "^1", "psr/http-message": "^2", "psr/log": "^3",