From 81b59ab4b90e10137bdbaee6c2133effb441054f Mon Sep 17 00:00:00 2001 From: Maxime Rainville Date: Wed, 5 May 2021 11:17:32 +1200 Subject: [PATCH] MNT Remove obsolete branch-alias --- composer.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 80fb6cf..7803a75 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,11 @@ "name": "silverstripe/widgets", "description": "Widgets are small pieces of functionality such as showing the latest Comments or Flickr Photos. They normally display on the sidebar of your website.", "type": "silverstripe-vendormodule", - "keywords": ["silverstripe", "widgets", "blog"], + "keywords": [ + "silverstripe", + "widgets", + "blog" + ], "authors": [ { "name": "Ingo Schommer", @@ -20,9 +24,6 @@ "squizlabs/php_codesniffer": "^3.0" }, "extra": { - "branch-alias": { - "dev-master": "2.x-dev" - }, "expose": [ "css", "javascript" @@ -37,4 +38,4 @@ "license": "BSD-3-Clause", "minimum-stability": "dev", "prefer-stable": true -} +} \ No newline at end of file