From d1971bf038d6fceabe42fba396be23d9bd7afa04 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Sun, 12 Jul 2026 14:03:32 +0100 Subject: [PATCH] chore(deps): allow installation of guzzlehttp/psr7:3 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6959853..76baea0 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "require": { "php": "^8.2", "ext-mbstring": "*", - "guzzlehttp/psr7": "^2.0", + "guzzlehttp/psr7": "^2.0 | ^3.0", "phpunit/phpunit": "^11.5 | ^12 | ^13", "symfony/css-selector": ">=4.4.24 <9.0" },