From 416296ad6fed45941e04ecc6a606b8f237c2d012 Mon Sep 17 00:00:00 2001 From: Johnny Robeson Date: Sat, 23 Mar 2013 17:10:42 -0300 Subject: [PATCH] remove version from composer.json version isn't needed since a tag for 2.1.5 already exists. --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 6c95af3..b16ffaa 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,6 @@ "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", "homepage": "http://code.google.com/p/minify/", "license": "BSD-3-Clause", - "version": "2.1.5", "authors": [ { "name": "Stephen Clay",