minify/composer.json
Matthias Mullie 9c646aee68 Big 1.1.0 cleanup
* PSR-0 & PSR-1
* Add test suite
* Multiple smaller fixes/cleanup
2013-04-14 23:38:24 +02:00

22 lines
375 B
JSON

{
"name": "matthiasmullie/minify",
"type": "library",
"description": "CSS & JS minifier",
"homepage": "https://github.com/matthiasmullie/minify",
"license": "MIT",
"authors": [
{
"name": "Matthias Mullie",
"email": "minify@mullie.eu",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.0",
"ext-pcre": "*"
},
"autoload": {
"classmap": [""]
}
}