From a64081ca5449ca351a378d9562c73825209555e2 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Fri, 16 Feb 2024 18:48:53 +0100 Subject: [PATCH] Remove yab/laravel-scout-mysql-driver --- .env.example | 4 ++-- composer.json | 1 - composer.lock | 63 +-------------------------------------------------- 3 files changed, 3 insertions(+), 65 deletions(-) diff --git a/.env.example b/.env.example index dba89053c..e78ab091d 100644 --- a/.env.example +++ b/.env.example @@ -95,8 +95,8 @@ NOCAPTCHA_SECRET= MYCELIUM_GATEWAY_ID= MYCELIUM_GATEWAY_SECRET= -SCOUT_DRIVER=mysql -SCOUT_QUEUE=false +SCOUT_DRIVER=database +SCOUT_QUEUE=true ITEMS_PER_PAGE=50 ITEMS_PER_COVER_PAGE=25 diff --git a/composer.json b/composer.json index 7f4484d9e..6579ab2d6 100644 --- a/composer.json +++ b/composer.json @@ -114,7 +114,6 @@ "symfony/process": "^6.0", "vlucas/phpdotenv": "^5.6", "voku/simple_html_dom": "^4.8", - "yab/laravel-scout-mysql-driver": "^5.1", "ytake/laravel-smarty": "^7.0" }, "require-dev": { diff --git a/composer.lock b/composer.lock index ddd6154a3..36ced495f 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "d81a564a7be294648c4359eb47bddd28", + "content-hash": "bbaa4de9145d6da6f3ca6c516a1446ad", "packages": [ { "name": "aharen/omdbapi", @@ -14218,67 +14218,6 @@ }, "time": "2022-06-03T18:03:27+00:00" }, - { - "name": "yab/laravel-scout-mysql-driver", - "version": "v5.1.0", - "source": { - "type": "git", - "url": "https://github.com/yabhq/laravel-scout-mysql-driver.git", - "reference": "e8dadf95ccf87efd79c4e1d0a8356e37e602e9bc" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/yabhq/laravel-scout-mysql-driver/zipball/e8dadf95ccf87efd79c4e1d0a8356e37e602e9bc", - "reference": "e8dadf95ccf87efd79c4e1d0a8356e37e602e9bc", - "shasum": "" - }, - "require": { - "laravel/scout": "~6.0|~7.0|~8.0|~9.0", - "php": "^7.2|^8.0" - }, - "require-dev": { - "laravel/framework": "5.6.* || 5.7.* || 5.8.* || ^6.0 || ^7.0 || ^8.0", - "mockery/mockery": "^1.3", - "phpunit/phpunit": "8.5.x-dev" - }, - "type": "library", - "extra": { - "laravel": { - "providers": [ - "Yab\\MySQLScout\\Providers\\MySQLScoutServiceProvider" - ] - } - }, - "autoload": { - "files": [ - "src/helpers.php" - ], - "psr-4": { - "Yab\\MySQLScout\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Damian Crisafulli", - "email": "damian.crisafulli@troyweb.com" - }, - { - "name": "Matt Lantz", - "email": "matt@yabhq.com" - } - ], - "description": "MySQL driver for Laravel Scout.", - "support": { - "issues": "https://github.com/yabhq/laravel-scout-mysql-driver/issues", - "source": "https://github.com/yabhq/laravel-scout-mysql-driver/tree/v5.1.0" - }, - "abandoned": true, - "time": "2021-12-08T05:53:37+00:00" - }, { "name": "ytake/laravel-smarty", "version": "7.0.1",