Skip to content

Commit

Permalink
Updating composer.json description
Browse files Browse the repository at this point in the history
  • Loading branch information
meenie committed Apr 30, 2013
1 parent 039cdae commit 91be8b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
@@ -1,6 +1,6 @@
{
"name": "meenie/Munee",
"description": "PHP 5.3 Asset Optimisation - Smart Caching, On-The-Fly Image Resizing, On-the-fly LESS, SASS, CoffeeScript Compiling, and CSS & JavaScript Combining/Minifying",
"description": "Standalone PHP 5.3 Asset Optimisation & Manipulation - On-The-Fly Image Resizing, On-the-fly LESS, SASS, CoffeeScript Compiling, CSS & JavaScript Combining/Minifying, and Smart Client Side and Server Side Caching",
"keywords": ["php","less","scss","coffeescript","cache","asset optimisation","asset optimization","asset management","css","javascript","lessphp","scssphp","image manipulation"],
"homepage": "http://mun.ee",
"license": "MIT",
Expand All @@ -18,7 +18,7 @@
"files": ["config/bootstrap.php"]
},
"require": {
"php": ">=5.3.0",
"php": ">=5.3.2",
"leafo/lessphp": "*",
"leafo/scssphp": "*",
"tedivm/jshrink": "*",
Expand All @@ -29,4 +29,4 @@
"require-dev": {
"phpunit/phpunit": "3.7.*"
}
}
}

0 comments on commit 91be8b3

Please sign in to comment.