From a1492712ce3b407f8d26d4b13ffd27d5fa4d7eeb Mon Sep 17 00:00:00 2001 From: lin <465382251@qq.com> Date: Wed, 21 Oct 2020 15:48:41 +0800 Subject: [PATCH] guzzlehttp update 7.* --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3e5acc5..398dd71 100644 --- a/composer.json +++ b/composer.json @@ -17,6 +17,6 @@ }, "require": { "php": ">=7.0", - "guzzlehttp/guzzle": "^6.3" + "guzzlehttp/guzzle": "*" } }