Skip to content

Commit

Permalink
composer.json update
Browse files Browse the repository at this point in the history
  • Loading branch information
qunabu committed Jan 18, 2017
1 parent 561cce1 commit b2acb0f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
"description": "The SilverStripe Framework Installer",
"require": {
"php": ">=5.5.0",
"silverstripe/cms": "4.0.x-dev",
"silverstripe/framework": "4.0.x-dev",
"silverstripe/reports": "4.0.x-dev",
"silverstripe/siteconfig": "4.0.x-dev",
"silverstripe-themes/simple": "~3.2.0",
"silverstripe/asset-admin": "1.0.x-dev"
"silverstripe/cms": "3.x-dev",
"silverstripe/framework": "3.x-dev",
"silverstripe/reports": "3.x-dev",
"silverstripe/siteconfig": "3.x-dev",
"silverstripe-themes/simple": "3.1.*",
"qunabu/silverstripe-theme":"dev-master"
},
"require-dev": {
"phpunit/PHPUnit": "~4.8"
},
"extra": {
"branch-alias": {
"dev-master": "4.0.x-dev"
"dev-master": "3.x-dev"
}
},
"config": {
Expand Down

0 comments on commit b2acb0f

Please sign in to comment.