fixing cmoposer
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "tom-lingham/searchy",
|
"name": "jakeboyles/Laravel-Searchy",
|
||||||
"description": "Laravel Searchy makes user driven searching easy with fuzzy search, basic string matching, Levenshtein Distance and more.",
|
"description": "Laravel Searchy makes user driven searching easy with fuzzy search, basic string matching, Levenshtein Distance and more.",
|
||||||
"keywords": ["laravel","search","fuzzy"],
|
"keywords": ["laravel","search","fuzzy"],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -18,7 +18,7 @@
|
|||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"TomLingham\\Searchy\\": "src/"
|
"jakeboyles\\Searchy\\": "src/"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
|
Reference in New Issue
Block a user