From dd7c98a5dc22c67155845f723d5f3400fc0b04b4 Mon Sep 17 00:00:00 2001 From: iMactool Date: Thu, 23 Nov 2023 17:18:02 +0800 Subject: [PATCH] Update composer.json support php81 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index a338125..31ca38c 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ } }, "require": { - "guzzlehttp/guzzle": "^6.5", - "symfony/cache": "^4.4" + "guzzlehttp/guzzle": "^6.5|^7.0.1", + "symfony/cache": "^4.4|^5.0" } }