From 09babd2eba2ee31d718014c4f1590c68ed6b1f58 Mon Sep 17 00:00:00 2001 From: Andrey Sosnov Date: Thu, 10 Sep 2020 20:46:51 +0300 Subject: [PATCH] Update guzzle available versions --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 526038e..567814b 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ } ], "require": { - "guzzlehttp/guzzle": "~6.0" + "guzzlehttp/guzzle": "~6.0|~7.0" }, "autoload": { "psr-4": {