From a36f6a06a442df22d306281d398f1c4979ab4024 Mon Sep 17 00:00:00 2001 From: sabinm677 <52751213+sabinm677@users.noreply.github.com> Date: Tue, 17 Mar 2026 11:07:24 +0545 Subject: [PATCH] Update Guzzle dependency to version ^7.0 Guzzle 6x is depricated --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 562c0df..6a46cef 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "require": { "php": ">=8.1", - "guzzlehttp/guzzle": "^6.3 || ^7.0", + "guzzlehttp/guzzle": "^7.0", "hyperf/context": "~3.1.0", "hyperf/coroutine": "~3.1.0", "hyperf/engine": "^2.0",