From cfaedd7df7a2f2ce8b1634b0d74645a7032afa67 Mon Sep 17 00:00:00 2001 From: curder Date: Wed, 22 Sep 2021 13:52:54 +0800 Subject: [PATCH] Update guzzlehttp/guzzle package support. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index bc3a759..98263c8 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "require": { "php": "^7.0", "ext-json": "*", - "guzzlehttp/guzzle": "^6.0", + "guzzlehttp/guzzle": "^6.3.1|^7.0.1", "illuminate/notifications": "^5.5|^6.0|^7.0|^8.0", "illuminate/support": "^5.5|^6.0|^7.0|^8.0" },