minify/composer.json

22 lines
375 B
JSON
Raw Normal View History

2012-10-09 12:48:24 +02:00
{
"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",
2012-10-09 13:03:24 +02:00
"ext-pcre": "*"
2012-10-09 12:48:24 +02:00
},
"autoload": {
"classmap": [""]
}
}