From 41771f5ab836ce296b1177b2cfa3a89748aa40c6 Mon Sep 17 00:00:00 2001 From: Fred Bradley Date: Thu, 27 Oct 2022 12:18:08 +0100 Subject: [PATCH] guzzle upgrade --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b5a4344..4640142 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "require": { "php": "^7.2|^8.0", "ext-json": "*", - "guzzlehttp/guzzle": "^6.5" + "guzzlehttp/guzzle": "^7.2" }, "require-dev": { "phpunit/phpunit": "^8.0",