You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
624 B
25 lines
624 B
{
|
|
"name": "tom-lingham/searchy",
|
|
"description": "Laravel 4 Searchy makes user driven searching easy with fuzzy search, basic string matching and more to come!",
|
|
"keywords": ["laravel","search"],
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Tom Lingham",
|
|
"email": "tjlingham@gmail.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.4.0",
|
|
"illuminate/support": "4.2.*"
|
|
},
|
|
"require-dev" :{
|
|
"phpspec/phpspec": "~2.0"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"TomLingham\\Searchy": "src/"
|
|
}
|
|
},
|
|
"minimum-stability": "stable"
|
|
}
|