From cfc07dff96a5dca5076c4586e0fcc2fc92163163 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 06:52:56 +0000 Subject: [PATCH] Update guzzlehttp/psr7 requirement from ^2.4 to ^2.4 || ^3.0 Updates the requirements on [guzzlehttp/psr7](https://github.com/guzzle/psr7) to permit the latest version. - [Release notes](https://github.com/guzzle/psr7/releases) - [Changelog](https://github.com/guzzle/psr7/blob/3.0/CHANGELOG.md) - [Commits](https://github.com/guzzle/psr7/compare/2.4.0...3.0.0) --- updated-dependencies: - dependency-name: guzzlehttp/psr7 dependency-version: 3.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 3c63d6850..c7105fa4b 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "require": { "php": "^8.1", "ext-mbstring": "*", - "guzzlehttp/psr7": "^2.4", + "guzzlehttp/psr7": "^2.4 || ^3.0", "psr/container": "^2.0", "psr/event-dispatcher": "^1.0", "psr/http-client": "^1.0",