Skip to content

Commit

Permalink
Merge pull request #2 from WouterJ/patch-1
Browse files Browse the repository at this point in the history
Clean up dependencies
  • Loading branch information
cryptiklemur committed Jan 1, 2015
2 parents 281b3c1 + c1ffd51 commit 7f99f95
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"description": "Block for handling the Front End tasks (less/sass, css and js min, etc)",
"require": {
"oyejorge/less.php": "~1.7.0",
"richthegeek/phpsass": "dev-master",
"richthegeek/phpsass": "1.0.*",
"matthiasmullie/minify": "~1.2.0",
"tedivm/jshrink": "~1.0.0",
"coffeescript/coffeescript": "~1.3.1"
},
"require-dev": {
"bldr-io/bldr": "~7.0@stable",
"dflydev/embedded-composer": "dev-master",
"composer/composer": "dev-master"
"bldr-io/bldr": "~7.0",
"dflydev/embedded-composer": "@dev",
"composer/composer": "@dev"
},
"license": "MIT",
"authors": [
Expand All @@ -20,7 +20,6 @@
"email": "aequasi@gmail.com"
}
],
"minimum-stability": "dev",
"extra": {
"block-class": "Bldr\\Block\\Frontend\\FrontendBlock"
},
Expand Down

0 comments on commit 7f99f95

Please # to comment.