Skip to content

Commit

Permalink
Alias master as 4.x and bump version dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian Mooyman committed Nov 22, 2015
1 parent 1970e00 commit 6e19546
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,17 @@
"issues": "http://github.com/tractorcow/silverstripe-dynamiccache/issues"
},
"require": {
"php": "~5.4",
"silverstripe/framework": "3.*",
"silverstripe/cms": "3.*",
"composer/installers": "*"
},
"extra": {
"installer-name": "dynamiccache"
}
},
"extra": {
"branch-alias": {
"dev-master": "4.x-dev"
}
},
}

0 comments on commit 6e19546

Please sign in to comment.