Skip to content

Commit c73daf0

Browse files
Forked It
Changing the composer.json to reflect that this package has been forked and to be published on packagist.org
1 parent 67dfeee commit c73daf0

File tree

1 file changed

+25
-52
lines changed

1 file changed

+25
-52
lines changed

composer.json

Lines changed: 25 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,29 @@
11
{
2-
"name": "pmatseykanets/laravel-scout-postgres",
3-
"description": "PostgreSQL Full Text Search Driver for Laravel Scout",
4-
"keywords": [
5-
"laravel",
6-
"laravel scout",
7-
"search",
8-
"postgresql",
9-
"full text search",
10-
"FTS"
11-
],
12-
"homepage": "https://github.com/pmatseykanets/laravel-scout-postgres",
13-
"license": "MIT",
14-
"support": {
15-
"issues": "https://github.com/pmatseykanets/laravel-scout-postgres/issues",
16-
"source": "https://github.com/pmatseykanets/laravel-scout-postgres"
2+
"name": "devnoiseconsulting/laravel-scout-postgres-tsvector",
3+
"description": "PostgreSQL Full Text Search Driver for Laravel Scout",
4+
"keywords": [
5+
"laravel",
6+
"laravel scout",
7+
"search",
8+
"postgresql",
9+
"full text search",
10+
"FTS"
11+
],
12+
"homepage": "https://github.com/devNoiseConsulting/laravel-scout-postgres-tsvector",
13+
"license": "MIT",
14+
"support": {
15+
"issues": "https://github.com/devNoiseConsulting/laravel-scout-postgres-tsvector/issues",
16+
"source": "https://github.com/devNoiseConsulting/laravel-scout-postgres-tsvector"
17+
},
18+
"authors": [
19+
{
20+
"name": "Michael Flynn",
21+
"email": "flynnmj@devnoise.com.com",
22+
"homepage": "https://github.com/devNoiseConsulting"
1723
},
18-
"authors": [
19-
{
20-
"name": "Peter Matseykanets",
21-
"email": "pmatseykanets@gmail.com",
22-
"homepage": "https://github.com/pmatseykanets"
23-
}
24-
],
25-
"require": {
26-
"php": "^7.3|^8.0",
27-
"illuminate/contracts": "~6.0|~7.0|~8.0|~9.0",
28-
"illuminate/database": "~6.0|~7.0|~8.0|~9.0",
29-
"illuminate/support": "~6.0|~7.0|~8.0|~9.0",
30-
"laravel/scout": "~7.0|~8.0|~9.0"
31-
},
32-
"require-dev": {
33-
"phpunit/phpunit": "^8.3",
34-
"mockery/mockery": "^1.2.3"
35-
},
36-
"autoload": {
37-
"psr-4": {
38-
"ScoutEngines\\Postgres\\": "src"
39-
}
40-
},
41-
"autoload-dev": {
42-
"psr-4": {
43-
"ScoutEngines\\Postgres\\Test\\": "tests"
44-
}
45-
},
46-
"scripts": {
47-
"test": "vendor/bin/phpunit"
48-
},
49-
"extra": {
50-
"laravel": {
51-
"providers": [
52-
"ScoutEngines\\Postgres\\PostgresEngineServiceProvider"
53-
]
54-
}
24+
{
25+
"name": "Peter Matseykanets",
26+
"email": "pmatseykanets@gmail.com",
27+
"homepage": "https://github.com/pmatseykanets"
5528
}
5629
}

0 commit comments

Comments
 (0)