Browse Source

fixing cmoposer

master
Jake Boyles 8 years ago
parent
commit
e81b15c932
  1. 4
      composer.json

4
composer.json

@ -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.",
"keywords": ["laravel","search","fuzzy"],
"license": "MIT",
@ -18,7 +18,7 @@
},
"autoload": {
"psr-4": {
"TomLingham\\Searchy\\": "src/"
"jakeboyles\\Searchy\\": "src/"
}
},
"config": {

Loading…
Cancel
Save