Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schroth <andreas@hpage.com>2019-10-02 22:10:31 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-10-02 22:10:31 +0300
commitc306e963e8f75cf4e2b5b7b656266b6df01c8b83 (patch)
tree45db4568fd18a82ebf85067c3466408ee1453f27 /composer.json
parente41342b4c1be70ff8d6074f37ecc49dec632d80c (diff)
Remove "extra" section from composer.json (#29420)
This section is meaningless and doesn't serve any purpose.
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json5
1 files changed, 0 insertions, 5 deletions
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"
}