• Benjamin Lévêque's avatar
    Add a branch alias · 7df3e142
    Benjamin Lévêque authored
    Add a branch alias to be able to require 3.0.* version (use the branch master if minimum-stability is dev or use a tag if it's defined to stable)
    7df3e142
This project manages its dependencies using Composer. Learn more
composer.json 744 bytes
  "name": "twbs/bootstrap",
  "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
  "keywords": [
    "css",
    "js",
    "sass",
    "mobile-first",
    "responsive",
    "front-end",
    "framework",
    "web"
  "homepage": "https://getbootstrap.com",
  "authors": [
      "name": "Mark Otto",
      "email": "markdotto@gmail.com"
      "name": "Jacob Thornton",
      "email": "jacobthornton@gmail.com"
  "support": {
    "issues": "https://github.com/twbs/bootstrap/issues"
  "license": "MIT",
  "extra": {
    "branch-alias": {
      "dev-master": "3.3.x-dev"
  "replace": {
    "twitter/bootstrap": "self.version"