From 79c15764e80267ee1fc57a79106ee54675dd5f5b Mon Sep 17 00:00:00 2001 From: Pushpak Chhajed Date: Fri, 14 Nov 2025 18:18:27 +0530 Subject: [PATCH] Downgrade Guzzle version to ^7.9 in composer.json Signed-off-by: Pushpak Chhajed --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c75ac940..3dac32a5 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ }, "require": { "php": "^8.1", - "guzzlehttp/guzzle": "^7.10", + "guzzlehttp/guzzle": "^7.9", "illuminate/console": "^10.49.0|^11.45.3|^12.28.1", "illuminate/contracts": "^10.49.0|^11.45.3|^12.28.1", "illuminate/routing": "^10.49.0|^11.45.3|^12.28.1",