Remove "extra" section from composer.json (#29420)
This section is meaningless and doesn't serve any purpose.
Showing
+0 -5
... | ... | @@ -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" | ||
} | ||
... | ... |
Please register or sign in to comment