Moved code to src/ added composer.json

composer.json references the project I forked from, blind faith that my pull
request will be accepted ;)
This commit is contained in:
Joshua Sherman 2014-01-29 11:20:34 -05:00
parent a18ab1d91c
commit 913a0399e4
5 changed files with 15 additions and 0 deletions

15
composer.json Normal file
View file

@ -0,0 +1,15 @@
{
"name": "areyouahuman/PHP",
"description": "Are You a Human PHP Bundle",
"license": "MIT",
"authors": [{
"name": "Elvis “Bear” Jakupovic",
"email": "support@areyouahuman.com"
}, {
"name": "Joshua Sherman",
"email": "josh@gravityblvd.com"
}],
"autoload": {
"classmap": ["src/"]
}
}