From c82fd34280f6c51d0c99f6d423ef0c759dae71f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 04:07:03 +0000 Subject: [PATCH] Update guzzlehttp/guzzle requirement from ^7.8 to ^7.8 || ^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.8.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 fc8ab83..5df6080 100644 --- a/composer.json +++ b/composer.json @@ -49,7 +49,7 @@ "php-standard-library/psalm-plugin": "^2.3", "php-soap/engine-integration-tests": "^1.12", "php-soap/psr18-transport": "^2.0", - "guzzlehttp/guzzle": "^7.8", + "guzzlehttp/guzzle": "^7.8 || ^8.0", "phpbench/phpbench": "^1.6" }, "config": {