From 178d3869b8e119d4762b796629b02aab9bf47999 Mon Sep 17 00:00:00 2001 From: Ethan Setnik Date: Tue, 4 Aug 2026 08:44:03 -0400 Subject: [PATCH] Support Guzzle 8 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c565b68..3eafad7 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "ext-curl": "*", "ext-json": "*", "ext-mbstring": "*", - "guzzlehttp/guzzle": "^7.8" + "guzzlehttp/guzzle": "^7.8 || ^8.0" }, "autoload": { "psr-4": { "RusticiSoftware\\Cloud\\V2\\" : "src/" }