From 73ae2b74e274135756af3d38c1743e6f2c6d9255 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Sat, 8 Dec 2012 01:00:23 +0200 Subject: [PATCH] specify version --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 89cf74d..5070742 100644 --- a/composer.json +++ b/composer.json @@ -4,6 +4,7 @@ "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",