1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-26 15:24:48 +02:00

remove version from composer.json

version isn't needed since a tag for 2.1.5 already exists.
This commit is contained in:
Johnny Robeson
2013-03-23 17:10:42 -03:00
parent 2089caaf66
commit 416296ad6f

View File

@@ -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", "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/", "homepage": "http://code.google.com/p/minify/",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"version": "2.1.5",
"authors": [ "authors": [
{ {
"name": "Stephen Clay", "name": "Stephen Clay",