From ab706518023b42b39f927e9ef31fad20e23ae057 Mon Sep 17 00:00:00 2001 From: Aragorn Yang Date: Mon, 12 Dec 2022 15:33:20 +0800 Subject: [PATCH] Update guzzle version in composer.json Make this package usable in Laravel 8 etc --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index dbdfd93..6362591 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ }, "require" : { "php" : ">=5.5", - "guzzlehttp/guzzle" : "^5.3.1|^6.2.1", + "guzzlehttp/guzzle" : "^5.3.1|^6.2.1|^7.0.1", "guzzlehttp/psr7" : "^1.4.1", "guzzlehttp/promises" : "~1.0", "mtdowling/jmespath.php" : "~2.2",