minify/composer.json
2012-10-09 13:03: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.2.0",
"ext-pcre": "*"
},
"autoload": {
"classmap": [""]
}
}