From 258fb85862c16ac6e9cee6edc1b4a40e494c7ba2 Mon Sep 17 00:00:00 2001 From: Vanry Date: Thu, 7 May 2020 17:51:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E6=8C=81=20laravel=207?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 64e9321..5a22b46 100644 --- a/composer.json +++ b/composer.json @@ -16,9 +16,9 @@ ], "require": { "php": ">=7.0", - "illuminate/console": "~5.5|^6.0", - "illuminate/database": "~5.5|^6.0", - "illuminate/support": "~5.5|^6.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", "laravel/scout": "^6.0|^7.0", "teamtnt/tntsearch": "^2.0" },