From: Andreas Schroth Date: Wed, 2 Oct 2019 19:10:31 +0000 (+0200) Subject: Remove "extra" section from composer.json (#29420) X-Git-Tag: v5.0.0-alpha1~749 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c306e963e8f75cf4e2b5b7b656266b6df01c8b83;p=thirdparty%2Fbootstrap.git Remove "extra" section from composer.json (#29420) This section is meaningless and doesn't serve any purpose. --- diff --git a/composer.json b/composer.json index e1a99c1376..0b0629da5e 100644 --- a/composer.json +++ b/composer.json @@ -26,11 +26,6 @@ "issues": "https://github.com/twbs/bootstrap/issues" }, "license": "MIT", - "extra": { - "branch-alias": { - "dev-master": "3.3.x-dev" - } - }, "replace": { "twitter/bootstrap": "self.version" }