From 4583c303df13e644943dd052cd460d97d8d8484a Mon Sep 17 00:00:00 2001 From: QWp6t Date: Sat, 2 Apr 2022 13:20:46 -0700 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20=20allow=20php=208.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fc1a95de..ec282eaf 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ } }, "require": { - "php": "^7.2.5", + "php": "^7.2.5|^8.0", "ext-json": "*", "illuminate/cache": "^7.0", "illuminate/config": "^7.0",