From cf23ab1815834392b58815b2ae03816e56c798d4 Mon Sep 17 00:00:00 2001 From: Vitor Hugo Date: Tue, 23 Aug 2022 09:23:59 -0300 Subject: [PATCH] =?UTF-8?q?Atualiza=C3=A7=C3=A3o=20do=20Guzzle?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ff8f330..995ebc0 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "require": { "php": ">=5.5.0", - "guzzlehttp/guzzle": "~5.0|~6.0" + "guzzlehttp/guzzle": "~5.0|~6.0|~7.0" }, "require-dev": {