From: Mark Otto Date: Sun, 2 Jun 2013 22:22:53 +0000 (-0700) Subject: fixes #7018: authors, not author, in composer X-Git-Tag: v3.0.0-rc1~308 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56d6fea45e8c3f3ab60d07206b294bc71b893926;p=thirdparty%2Fbootstrap.git fixes #7018: authors, not author, in composer --- diff --git a/composer.json b/composer.json index abde63128e..757ecd6246 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,16 @@ , "description": "Sleek, intuitive, and powerful front-end framework for faster and easier web development." , "keywords": ["bootstrap", "css"] , "homepage": "http://twitter.github.com/bootstrap/" - , "author": "Twitter Inc." + , "authors": [ + { + "name": "Mark Otto", + "email": "markdotto@gmail.com", + }, + { + "name": "Jacob Thornton", + "email": "jacobthornton@gmail.com", + } + ] , "license": "Apache-2.0" }