From 8297ab81085a42ab4aaa3d32aee94decd7161860 Mon Sep 17 00:00:00 2001 From: Michael Flynn Date: Fri, 24 Feb 2023 16:34:52 -0500 Subject: [PATCH] Forked It Changing the composer.json to reflect that this package has been forked and to be published on packagist.org --- composer.json | 78 +++++++++++++++++---------------------------------- 1 file changed, 26 insertions(+), 52 deletions(-) diff --git a/composer.json b/composer.json index 0c51981..b6389d4 100755 --- a/composer.json +++ b/composer.json @@ -1,56 +1,30 @@ { - "name": "pmatseykanets/laravel-scout-postgres", - "description": "PostgreSQL Full Text Search Driver for Laravel Scout", - "keywords": [ - "laravel", - "laravel scout", - "search", - "postgresql", - "full text search", - "FTS" - ], - "homepage": "https://github.com/pmatseykanets/laravel-scout-postgres", - "license": "MIT", - "support": { - "issues": "https://github.com/pmatseykanets/laravel-scout-postgres/issues", - "source": "https://github.com/pmatseykanets/laravel-scout-postgres" + "name": "devnoiseconsulting/laravel-scout-postgres-tsvector", + "description": "PostgreSQL Full Text Search Driver for Laravel Scout", + "keywords": [ + "laravel", + "laravel scout", + "search", + "postgresql", + "full text search", + "FTS" + ], + "homepage": "https://github.com/devNoiseConsulting/laravel-scout-postgres-tsvector", + "license": "MIT", + "support": { + "issues": "https://github.com/devNoiseConsulting/laravel-scout-postgres-tsvector/issues", + "source": "https://github.com/devNoiseConsulting/laravel-scout-postgres-tsvector" + }, + "authors": [ + { + "name": "Michael Flynn", + "email": "flynnmj@devnoise.com.com", + "homepage": "https://github.com/devNoiseConsulting" }, - "authors": [ - { - "name": "Peter Matseykanets", - "email": "pmatseykanets@gmail.com", - "homepage": "https://github.com/pmatseykanets" - } - ], - "require": { - "php": "^7.3|^8.0", - "illuminate/contracts": "~6.0|~7.0|~8.0|~9.0", - "illuminate/database": "~6.0|~7.0|~8.0|~9.0", - "illuminate/support": "~6.0|~7.0|~8.0|~9.0", - "laravel/scout": "~7.0|~8.0|~9.0" - }, - "require-dev": { - "phpunit/phpunit": "^8.3", - "mockery/mockery": "^1.2.3" - }, - "autoload": { - "psr-4": { - "ScoutEngines\\Postgres\\": "src" - } - }, - "autoload-dev": { - "psr-4": { - "ScoutEngines\\Postgres\\Test\\": "tests" - } - }, - "scripts": { - "test": "vendor/bin/phpunit" - }, - "extra": { - "laravel": { - "providers": [ - "ScoutEngines\\Postgres\\PostgresEngineServiceProvider" - ] - } + { + "name": "Peter Matseykanets", + "email": "pmatseykanets@gmail.com", + "homepage": "https://github.com/pmatseykanets" } + ] }