pickles/composer.json
Josh Sherman 93ee7356b2 Dropped asset minification
Been moving away from using this functionality in favor of either Grunt or
Gulp. Dropped functionality for minification of CSS and JS but left the dynamic
reference logic intact. This will be moved to the HTML class eventually and
expanded to support the generation of the HTML tags as well as injecting the
URI with a timestamp.
2014-09-23 18:22:56 -04:00

30 lines
891 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",
"joshtronic/php-ayah": "dev-master"
},
"autoload": {
"classmap": ["src/"]
}
}