diff --git a/composer.json b/composer.json index 0e97266..4509584 100644 --- a/composer.json +++ b/composer.json @@ -21,5 +21,10 @@ }, "suggest": { "silverstripe/staticpublisher": "Allows publishing documentation as HTML" + }, + "extra": { + "branch-alias": { + "dev-master": "2.x-dev" + } } }