From 4a5500f8a9c3d10797fb373a15764c82c35d811c Mon Sep 17 00:00:00 2001 From: Vanry Date: Tue, 20 Oct 2020 17:14:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E6=8C=81=20Laravel=208?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 5867fc2..6a110ef 100644 --- a/composer.json +++ b/composer.json @@ -16,10 +16,10 @@ ], "require": { "php": ">=7.0", - "illuminate/console": "~5.5|^6.0|^7.0", - "illuminate/database": "~5.5|^6.0|^7.0", - "illuminate/support": "~5.5|^6.0|^7.0", - "illuminate/view": "~5.5|^6.0|^7.0", + "illuminate/console": "~5.5|^6.0|^7.0|^8.0", + "illuminate/database": "~5.5|^6.0|^7.0|^8.0", + "illuminate/support": "~5.5|^6.0|^7.0|^8.0", + "illuminate/view": "~5.5|^6.0|^7.0|^8.0", "laravel/scout": "^6.0|^7.0|^8.0", "lmz/phpanalysis": "^1.0", "teamtnt/tntsearch": "^2.0"