From 317a997cb23b2e1c913ce61bbf88e3273514af9f Mon Sep 17 00:00:00 2001 From: Vanry Date: Sat, 11 Sep 2021 11:13:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E6=8C=81=20laravel=20scout=209.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 546c83a..4c96b4c 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "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", + "laravel/scout": "^7.0|^8.0|^9.0", "lmz/phpanalysis": "^1.0", "teamtnt/tntsearch": "^2.0" },