From a3ea9a428183d906a6d0771a72fd7b0317f28266 Mon Sep 17 00:00:00 2001 From: liapples Date: Tue, 9 Nov 2021 00:19:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9PHP=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E4=B8=BA^8.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 1917c6d..011e3bb 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "keywords": ["framework", "laravel"], "license": "MIT", "require": { - "php": "^7.4|^8.0", + "php": "^8.0", "dcat/laravel-admin": "2.*", "fideloper/proxy": "^4.4", "fruitcake/laravel-cors": "^2.0",