Skip to content

Commit

Permalink
Update composer alias
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Joe committed Jul 5, 2017
1 parent 9c213ff commit a772c8f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,12 @@
"require-dev": {
"phpunit/PHPUnit": "~4.8"
},
"extra": [],
"extra": {
"branch-alias": {
"1.x-dev": "1.0.x-dev",
"dev-master": "2.x-dev"
}
},
"autoload": {
"psr-4": {
"SilverStripe\\CampaignAdmin\\": "src/",
Expand Down

0 comments on commit a772c8f

Please sign in to comment.