From 4709656b702eb294e4b07018e2f2b3c660f3be4c Mon Sep 17 00:00:00 2001 From: Alex Plekhanov Date: Sun, 13 Sep 2020 14:45:34 +0200 Subject: [PATCH] fix: Allowed Guzzle 7.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5fc3c7e..a84075f 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ ], "require": { "php": ">=7.2", - "guzzlehttp/guzzle": "^6.2", + "guzzlehttp/guzzle": "^6.2 || ^7.0", "illuminate/notifications": "~5.5 || ~6.0 || ~7.0 || ~8.0", "illuminate/support": "~5.5 || ~6.0 || ~7.0 || ~8.0" },