From c8d0f6ee940853305e93b351c66f5852981fe2af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Franco?= Date: Wed, 22 Jul 2026 12:56:03 +0200 Subject: [PATCH] Add support for guzzlehttp/psr7 3.x. Widen the PSR-7 constraint so the bundle can be installed alongside Guzzle 8. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 52eb9c88..2232fb1a 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ ], "require": { "php": "^7.2||^8.0", - "guzzlehttp/psr7": "^2.1.1", + "guzzlehttp/psr7": "^2.1.1|^3.0", "jean85/pretty-package-versions": "^1.5||^2.0", "sentry/sentry": "^4.23.0", "symfony/cache-contracts": "^1.1||^2.4||^3.0",