From 13589d0285e024fc6caa7ee9132718c51852482b Mon Sep 17 00:00:00 2001 From: lin <465382251@qq.com> Date: Wed, 21 Oct 2020 15:49:29 +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 5cae9a9..bba68d1 100644 --- a/composer.json +++ b/composer.json @@ -17,6 +17,6 @@ }, "require": { "php": ">=7.0", - "guzzlehttp/guzzle": "^6.3" + "guzzlehttp/guzzle": "*" } }