Add branch alias for dev-master

This commit is contained in:
Robbie Averill 2018-05-25 09:32:19 +12:00 committed by GitHub
parent 1905fa8874
commit ba0a3f51dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -15,6 +15,11 @@
"psr-4": {
"SilverStripe\\MathSpamProtection\\": "code/"
}
},
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
}
},
"license": "BSD-3-Clause"
}