From 968ee16e0591d086df789e92a1e21a3d54fcafd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 00:54:36 +0000 Subject: [PATCH] chore(deps-dev): Update guzzlehttp/psr7 requirement || ^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.1/CHANGELOG.md) - [Commits](https://github.com/guzzle/psr7/compare/2.6.0...3.1.0) --- updated-dependencies: - dependency-name: guzzlehttp/psr7 dependency-version: 3.1.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 487b3be..12658de 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ "rector/rector": "^2.0", "infection/infection": "^0.32", "nyholm/psr7": "^1.8", - "guzzlehttp/psr7": "^2.6", + "guzzlehttp/psr7": "^2.6 || ^3.0", "laminas/laminas-diactoros": "^3.3", "giorgiosironi/eris": "^1.0" },