From 120bd826b5d4c3aeae883fbb97ae58456d4c0876 Mon Sep 17 00:00:00 2001 From: lin <465382251@qq.com> Date: Wed, 21 Oct 2020 15:50:58 +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 2a619a0..04967c1 100644 --- a/composer.json +++ b/composer.json @@ -17,6 +17,6 @@ }, "require": { "php": ">=7.0", - "guzzlehttp/guzzle": "^6.3" + "guzzlehttp/guzzle": "*" } }