Cleanup and remove appostrophies in search string by default

This commit is contained in:
Tom Lingham
2014-07-18 19:57:13 +10:00
parent c9f28197c0
commit 8931bc2e56
10 changed files with 19 additions and 51 deletions

View File

@ -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/"