From 5ae050ea301e181b7f8387545c6c5934ec9b599d Mon Sep 17 00:00:00 2001 From: Marc Reichel Date: Wed, 18 Feb 2026 10:01:55 +0100 Subject: [PATCH] fix: Widen Guzzle HTTP client dependency range --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8fa5fee..8162e47 100644 --- a/composer.json +++ b/composer.json @@ -41,7 +41,7 @@ }, "require": { "php": ">=8.4", - "guzzlehttp/guzzle": "~7.9.2", + "guzzlehttp/guzzle": "^7.9.2", "ext-json": "*", "ext-mbstring": "*", "psr/log": "^1.1|^2.0|^3.0"