From a49a6a2f01c3db9d3136071b456f4a6522115d65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Even=20Andre=CC=81=20Fiskvik?= Date: Thu, 22 Mar 2012 20:38:33 +0100 Subject: [PATCH] Added composer.json package information --- composer.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..f05ad6d --- /dev/null +++ b/composer.json @@ -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": {} +}