1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-09 15:46:34 +02:00

Merge pull request #54 from jrobeson/patch-1

remove version from composer.json
This commit is contained in:
Steve Clay
2013-03-23 13:12:40 -07:00

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