Update branch alias on master to 5.x-dev

Related to our decision to retag recipe to 4, the next version of recipe will be 5, not 2.
This commit is contained in:
Maxime Rainville 2018-06-26 11:39:33 +12:00
parent 47b47ef932
commit f5ccd6fd1d
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
"license": "BSD-3-Clause",
"require": {
"silverstripe/recipe-plugin": "^1.2",
"silverstripe/recipe-core": "2.x-dev",
"silverstripe/recipe-core": "5.x-dev",
"silverstripe/admin": "2.x-dev",
"silverstripe/asset-admin": "2.x-dev",
"silverstripe/campaign-admin": "2.x-dev",
@ -25,7 +25,7 @@
"app/src/*"
],
"branch-alias": {
"dev-master": "2.x-dev"
"dev-master": "5.x-dev"
}
},
"config": {