From d0015d6e0558f88c44844b191b6bde17d976ab1c Mon Sep 17 00:00:00 2001 From: Jason Irish Date: Wed, 18 Oct 2023 17:06:33 -0500 Subject: [PATCH] add branch alias 3.x-dev composer normalize --- composer.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index c612df5..c7405e7 100644 --- a/composer.json +++ b/composer.json @@ -37,11 +37,16 @@ "config": { "allow-plugins": { "composer/installers": true, - "silverstripe/vendor-plugin": true, - "silverstripe/recipe-plugin": true + "silverstripe/recipe-plugin": true, + "silverstripe/vendor-plugin": true }, "process-timeout": 600 }, + "extra": { + "branch-alias": { + "dev-master": "3.x-dev" + } + }, "scripts": { "lint": "vendor/bin/phpcs src/ tests/", "lint-clean": "vendor/bin/phpcbf src/ tests/"