From 2975b0f581ec54d42cb3e59795acfc7f598dc95d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Sat, 8 Dec 2012 00:37:20 +0200 Subject: [PATCH] use tabs --- composer.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/composer.json b/composer.json index 489837c..e7af4cd 100644 --- a/composer.json +++ b/composer.json @@ -1,14 +1,14 @@ { - "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": "Stephen Clay", - "email": "steve@mrclay.org" - } - ], - "require": {}, - "autoload": { - "classmap": ["min/lib/"] - } + "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": "Stephen Clay", + "email": "steve@mrclay.org" + } + ], + "require": {}, + "autoload": { + "classmap": ["min/lib/"] + } }