From: Mark Otto Date: Sun, 2 Jun 2013 22:25:19 +0000 (-0700) Subject: fixes #7915: add issues link to composer X-Git-Tag: v3.0.0-rc1~307 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05be4de8b81e6d87ae39100899e02b08dae6d3a2;p=thirdparty%2Fbootstrap.git fixes #7915: add issues link to composer --- 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" - }