Cleanup and remove appostrophies in search string by default
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tom-lingham/searchy",
|
||||
"description": "",
|
||||
"description": "Laravel 4 Searchy makes user driven searching easy with fuzzy search, basic string matching and more to come!",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Tom Lingham",
|
||||
@ -11,6 +11,9 @@
|
||||
"php": ">=5.4.0",
|
||||
"illuminate/support": "4.2.*"
|
||||
},
|
||||
"require-dev" :{
|
||||
"phpspec/phpspec": "~2.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
"TomLingham\\Searchy": "src/"
|
||||
|
||||
Reference in New Issue
Block a user