From a8aa096a63e1ea40b2a53f90a9ed7c1f12c315f4 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Wed, 16 Apr 2014 17:59:24 +0200 Subject: [PATCH] Update authors node in composer.json `authors` node wasn't valid in composer.json. --- composer.json | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 60ca8f7d6c..723275691d 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" }