1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-12 09:05:08 +02:00

Added composer.json package information

This commit is contained in:
Even André Fiskvik
2012-03-22 20:38:33 +01:00
committed by Elan Ruusamäe
parent f680ac83e7
commit a49a6a2f01

11
composer.json Normal file
View File

@@ -0,0 +1,11 @@
{
"name": "mrclay/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": {}
}