1
0
mirror of https://github.com/mrclay/minify.git synced 2025-02-23 00:12:36 +01:00
minify/composer.json
Even André Fiskvik 828a3bd4f5 test autoload
2012-12-07 23:10:08 +02:00

15 lines
503 B
JSON

{
"name": "oyatel/minify",
"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",
"authors": [
{
"name": "Even Andre Fiskvik",
"email": "eaf@oyatel.com"
}
],
"require": {},
"autoload": {
"classmap": "min/lib/"
}
}