Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Cementing in the versions of each library dependency.
  • Loading branch information
meenie committed Jul 25, 2013
1 parent e5df8fa commit 90ff669
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
@@ -1,6 +1,6 @@
{
"name": "meenie/Munee",
"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",
"description": "Standalone PHP 5.3 Asset Optimisation & Manipulation - On-The-Fly Image Resizing, On-the-fly LESS, SCSS, 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 @@ -19,12 +19,12 @@
},
"require": {
"php": ">=5.3.2",
"leafo/lessphp": "*",
"leafo/scssphp": "*",
"tedivm/jshrink": "*",
"imagine/Imagine": "*",
"coffeescript/coffeescript": "*",
"meenie/javascript-packer": "*"
"leafo/lessphp": "0.3.9",
"leafo/scssphp": "0.0.7",
"tedivm/jshrink": "0.5.1",
"imagine/Imagine": "0.5.0",
"coffeescript/coffeescript": "1.3.1",
"meenie/javascript-packer": "1.1"
},
"require-dev": {
"phpunit/phpunit": "3.7.*"
Expand Down

0 comments on commit 90ff669

Please sign in to comment.