From 98879a5fd3ff530c9015f473281f7c7c11465a5c Mon Sep 17 00:00:00 2001 From: Mattia Trapani Date: Fri, 24 Nov 2023 21:46:57 +0100 Subject: [PATCH] Update composer.json In TNTSearchScoutServiceProvider.php method setFuzziness of class TNTSearch is used, but that method is available only from v4.0. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 296eb82..c83accb 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ ], "require": { "php": ">=7.1|^8", - "teamtnt/tntsearch": "2.7.0|^2.8|^3.0|^4.0", + "teamtnt/tntsearch": "^4.0", "laravel/scout": "7.*|^8.0|^8.3|^9.0|^10", "illuminate/bus": "~5.4|^6.0|^7.0|^8.0|^9.0|^10.0", "illuminate/contracts": "~5.4|^6.0|^7.0|^8.0|^9.0|^10.0",