pickles/composer.json
Josh Sherman 0090adef7c Dropped AYAH
Going to merge into my AYAH library eventually. For now just need to remove it
2014-09-23 22:52:22 -04:00

29 lines
830 B
JSON

{
"name": "joshtronic/pickles",
"description": "PHP Interface Collection of Killer Libraries to Enhance Stuff",
"type": "library",
"keywords": ["pickles", "framework", "rapid", "development", "mvc"],
"homepage": "https://github.com/joshtronic/pickles",
"license": "MIT",
"authors": [
{
"name": "Josh Sherman",
"email": "josh@gravityblvd.com",
"homepage": "http://joshtronic.com"
}
],
"repositories": [{
"type": "vcs",
"url": "https://github.com/joshtronic/php-ayah"
}],
"require-dev": {
"mikey179/vfsStream": "1.3.0",
"satooshi/php-coveralls": "dev-master"
},
"require": {
"php": ">=5.4"
},
"autoload": {
"classmap": ["src/"]
}
}