]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove "extra" section from composer.json (#29420)
authorAndreas Schroth <andreas@hpage.com>
Wed, 2 Oct 2019 19:10:31 +0000 (21:10 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Wed, 2 Oct 2019 19:10:31 +0000 (22:10 +0300)
This section is meaningless and doesn't serve any purpose.

composer.json

index e1a99c1376ab24df447a3a3f629895fb0b01022f..0b0629da5e0143657611eb6c5c5864aec53a2a15 100644 (file)
     "issues": "https://github.com/twbs/bootstrap/issues"
   },
   "license": "MIT",
-  "extra": {
-    "branch-alias": {
-      "dev-master": "3.3.x-dev"
-    }
-  },
   "replace": {
     "twitter/bootstrap": "self.version"
   }