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:
parent
a18ab1d91c
commit
913a0399e4
5 changed files with 15 additions and 0 deletions
15
composer.json
Normal file
15
composer.json
Normal 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/"]
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue