From 74a91fe18a7bd059a4ccefb7333e95685367d399 Mon Sep 17 00:00:00 2001 From: mathiconical Date: Sun, 29 Jan 2023 21:30:14 -0300 Subject: [PATCH] change version guzzle --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 54432f5..8d946f9 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "type": "library", "require": { "php": ">=7.1", - "guzzlehttp/guzzle": "~7" + "guzzlehttp/guzzle": "~6.5.8" }, "license": "MIT", "autoload": {