aboutsummaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-06-02 15:25:19 -0700
committerMark Otto <[email protected]>2013-06-02 15:25:19 -0700
commit05be4de8b81e6d87ae39100899e02b08dae6d3a2 (patch)
tree0ea313209fa13d17d415d75331fc6515de7cc289 /composer.json
parent56d6fea45e8c3f3ab60d07206b294bc71b893926 (diff)
downloadbootstrap-05be4de8b81e6d87ae39100899e02b08dae6d3a2.tar.xz
bootstrap-05be4de8b81e6d87ae39100899e02b08dae6d3a2.zip
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 757ecd624..03e00bc1a 100644
--- a/composer.json
+++ b/composer.json
@@ -13,6 +13,8 @@
"email": "[email protected]",
}
]
+ , "support": {
+ "issues": "https://github.com/twitter/bootstrap/issues"
+ }
, "license": "Apache-2.0"
-
}