Update branch alias for 2.x-dev to 2.1.x-dev

This commit is contained in:
Damian Mooyman 2017-11-28 13:20:08 +13:00
parent 5413f9182e
commit 2c277b53fb
No known key found for this signature in database
GPG Key ID: 78B823A10DE27D1A
1 changed files with 5 additions and 0 deletions

View File

@ -18,6 +18,11 @@
"composer/installers": "*",
"silverstripe/framework": "^4@dev"
},
"extra": {
"branch-alias": {
"2.x-dev": "2.1.x-dev"
}
},
"scripts": {
"lint": "phpcs -s src/ tests/"
},