1
0
mirror of https://github.com/mrclay/minify.git synced 2025-02-23 00:12:36 +01:00
minify/composer.json
2012-12-08 00:37:38 +02:00

21 lines
581 B
JSON

{
"name": "mrclay/minify",
"type": "library",
"description": "Minify is a PHP5 app that helps you follow several rules for client-side performance. It combines multiple CSS or Javascript files, removes unnecessary whitespace and comments, and serves them with gzip encoding and optimal client-side cache headers",
"homepage": "http://code.google.com/p/minify/",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Stephen Clay",
"email": "steve@mrclay.org"
}
],
"require": {
"php": ">=5.2.1",
"ext-pcre": "*"
},
"autoload": {
"classmap": ["min/lib/"]
}
}