Initial Commit

This commit is contained in:
Tom Lingham
2014-07-13 21:12:07 +10:00
commit 4c0890f936
6 changed files with 98 additions and 0 deletions

20
composer.json Normal file
View File

@ -0,0 +1,20 @@
{
"name": "tom-lingham/searchy",
"description": "",
"authors": [
{
"name": "Tom Lingham",
"email": "tjlingham@gmail.com"
}
],
"require": {
"php": ">=5.4.0",
"illuminate/support": "4.2.*"
},
"autoload": {
"psr-0": {
"TomLingham\\Searchy": "src/"
}
},
"minimum-stability": "stable"
}