Update composer alias

This commit is contained in:
Christopher Joe 2017-07-06 09:20:17 +12:00
parent fdbd6015d8
commit bf4e7224e0
1 changed files with 6 additions and 1 deletions

View File

@ -29,7 +29,12 @@
"require-dev": {
"phpunit/phpunit": "^5.7"
},
"extra": [],
"extra": {
"branch-alias": {
"4.x-dev": "4.0.x-dev",
"dev-master": "5.x-dev"
}
},
"autoload": {
"psr-4": {
"SilverStripe\\Reports\\": "code/",