From 81b52be919493338d1fe747feeaafcfc7e3cd346 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 03:02:46 +0000 Subject: [PATCH] Update guzzlehttp/guzzle requirement from ^7.4.0 to ^7.4.0 || ^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.4.0...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 4b93253..578a2a1 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,7 @@ ], "require": { "php": "^8.1.0", - "guzzlehttp/guzzle": "^7.4.0", + "guzzlehttp/guzzle": "^7.4.0 || ^8.0.0", "psr/http-message": "^2.0.0" }, "require-dev": {