From 3f67b60eae5be9ab25ecd95bcf81d2d479e5c3e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 03:02:23 +0000 Subject: [PATCH] Update guzzlehttp/guzzle requirement from ^6.3|^7.0 to ^6.3|^7.0|^8.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/commits/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 ba495fc..122e05a 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ "require": { "php": "^8.2", "ext-json": "*", - "guzzlehttp/guzzle": "^6.3|^7.0" + "guzzlehttp/guzzle": "^6.3|^7.0|^8.0" }, "require-dev": { "phpunit/phpunit": "^7.0|^8.5.5|^9.0",