From 2c5358777a9d0d984aced4dea2f4440db5d6586f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 02:04:01 +0000 Subject: [PATCH] chore(deps): Update guzzlehttp/guzzle requirement || ^8.0.0 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/8.0/CHANGELOG.md) - [Commits](https://github.com/guzzle/guzzle/compare/7.9.2...8.0.0) --- updated-dependencies: - dependency-name: guzzlehttp/guzzle dependency-version: 8.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3b2d647..374f7a2 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ }, "require": { "php": ">=8.3", - "guzzlehttp/guzzle": "^7.9.2", + "guzzlehttp/guzzle": "^7.9.2 || ^8.0.0", "ext-json": "*" }, "require-dev": {