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:
authorMark Otto <otto@github.com>2013-06-03 02:25:19 +0400
committerMark Otto <otto@github.com>2013-06-03 02:25:19 +0400
commit05be4de8b81e6d87ae39100899e02b08dae6d3a2 (patch)
tree0ea313209fa13d17d415d75331fc6515de7cc289 /composer.json
parent56d6fea45e8c3f3ab60d07206b294bc71b893926 (diff)
fixes #7915: add issues link to composer
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 757ecd6246..03e00bc1ae 100644
--- a/composer.json
+++ b/composer.json
@@ -13,6 +13,8 @@
"email": "jacobthornton@gmail.com",
}
]
+ , "support": {
+ "issues": "https://github.com/twitter/bootstrap/issues"
+ }
, "license": "Apache-2.0"
-
}