diff options
| author | Mark Otto <[email protected]> | 2013-06-02 15:22:53 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-06-02 15:22:53 -0700 |
| commit | 56d6fea45e8c3f3ab60d07206b294bc71b893926 (patch) | |
| tree | c26cc9f853c2ac9adcaab5ed8fb1885f81ff934a | |
| parent | 4fa1e729f0af36c1ca6214fe31e972d80b4ff4f7 (diff) | |
| download | bootstrap-56d6fea45e8c3f3ab60d07206b294bc71b893926.tar.xz bootstrap-56d6fea45e8c3f3ab60d07206b294bc71b893926.zip | |
fixes #7018: authors, not author, in composer
| -rw-r--r-- | composer.json | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/composer.json b/composer.json index abde63128..757ecd624 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": "[email protected]", + }, + { + "name": "Jacob Thornton", + "email": "[email protected]", + } + ] , "license": "Apache-2.0" } |
