Added package details to json file

This commit is contained in:
Joshua Sherman 2014-01-20 23:44:51 -05:00
parent adae3ba468
commit 4728858880
2 changed files with 14 additions and 1 deletions

View file

@ -1,4 +1,17 @@
{
"name": "joshtronic/pickles",
"description": "PHP Interface Collection of Killer Libraries to Enhance Stuff",
"license": "MIT",
"authors": [
{
"name": "Joshua Sherman",
"email": "josh@gravityblvd.com",
"homepage": "https://github.com/joshtronic/pickles"
}
],
"autoload": {
"classmap": ["src/"]
},
"require-dev": {
"mikey179/vfsStream": "1.2.0",
"satooshi/php-coveralls": "dev-master"