Skip to content

Commit

Permalink
dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
TomK committed Jan 8, 2015
1 parent fd12791 commit 8300625
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
],
"require": {
"php": ">=5.4.0",
"packaged/helpers": "0.*",
"packaged/config": "0.*",
"symfony/http-kernel": "2.*",
"symfony/console": "2.*",
"tedivm/jshrink": "~1.0",
"leafo/lessphp": "0.4.*",
"leafo/scssphp": "0.*"
"packaged/helpers": "~0",
"packaged/config": "~0",
"symfony/http-kernel": "~2",
"symfony/console": "~2",
"tedivm/jshrink": "~1",
"leafo/lessphp": "~0",
"leafo/scssphp": "~0"
},
"require-dev": {
"phpunit/phpunit": "4.1",
"phpunit/phpunit": "~4",
"satooshi/php-coveralls": "dev-master"
},
"autoload": {
Expand Down

0 comments on commit 8300625

Please sign in to comment.