From: Jeremy Date: Wed, 16 Apr 2014 15:59:24 +0000 (+0200) Subject: Update authors node in composer.json X-Git-Tag: v5.2.3~54^2~1^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fpull%2F4985%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Update authors node in composer.json `authors` node wasn't valid in composer.json. --- diff --git a/composer.json b/composer.json index 60ca8f7d6..723275691 100644 --- a/composer.json +++ b/composer.json @@ -1,9 +1,12 @@ { - "name": "zurb/foundation" - , "description": "The most advanced responsive front-end framework in the world." - , "keywords": ["foundation", "scss"] - , "homepage": "http://foundation.zurb.com" - , "author": "ZURB Inc." - , "license": "MIT" - + "name": "zurb/foundation", + "description": "The most advanced responsive front-end framework in the world.", + "keywords": ["foundation", "scss"], + "homepage": "http://foundation.zurb.com", + "authors": [ + { + "name": "ZURB Inc." + } + ], + "license": "MIT" }