From 8396980c115cbb1b5dead2270acd3a04af1c0789 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=93=AD=E6=98=95?= <715557344@qq.com> Date: Sat, 10 Oct 2020 09:29:12 +0800 Subject: [PATCH] Upgrade the version of `guzzlehttp/guzzle` --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f2f8b90..26a2a4a 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "require": { "php": "^7.2", "ext-json": "*", - "guzzlehttp/guzzle": "^6.3", + "guzzlehttp/guzzle": "^6.3|^7.0", "symfony/polyfill-apcu": "^1.6" }, "require-dev": {