Remove "extra" section from composer.json (#29420)

This section is meaningless and doesn't serve any purpose.
This commit is contained in:
Andreas Schroth 2019-10-02 21:10:31 +02:00 committed by XhmikosR
parent e41342b4c1
commit c306e963e8
1 changed files with 0 additions and 5 deletions

View File

@ -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"
}