From fd9062c6fb45b85b93ea25f75dff34c9c52aeb53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 04:07:26 +0000 Subject: [PATCH] Update guzzlehttp/guzzle requirement from ^7.5 to ^7.5 || ^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/compare/7.5.0...8.0.0) --- updated-dependencies: - dependency-name: guzzlehttp/guzzle dependency-version: 8.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c5d7b2a..8fb1041 100644 --- a/composer.json +++ b/composer.json @@ -42,7 +42,7 @@ "phpunit/phpunit": "~12.3", "vimeo/psalm": "~6.13", "php-cs-fixer/shim": "~3.88", - "guzzlehttp/guzzle": "^7.5" + "guzzlehttp/guzzle": "^7.5 || ^8.0" }, "config": { "allow-plugins": {