From 5cce73d9fb2c6115f5a445a616ffcb0b297b0666 Mon Sep 17 00:00:00 2001 From: ziming Date: Sat, 5 Sep 2026 14:24:45 +0800 Subject: [PATCH] Allow guzzlehttp/psr7 versions 2.1 and 3.0 so that Guzzle 8 can be installed --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 79ca134..23f6c3b 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ }, "require": { "php": ">=7.3", - "guzzlehttp/psr7": "^2.1", + "guzzlehttp/psr7": "^2.1 || ^3.0", "psr/log": "^1.0 || ^2.0 || ^3.0" }, "require-dev": {