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:
committed by
Elan Ruusamäe
parent
f680ac83e7
commit
a49a6a2f01
11
composer.json
Normal file
11
composer.json
Normal 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": {}
|
||||
}
|
Reference in New Issue
Block a user