From 3972b5778e3ce64da3521bab781002964722e7d4 Mon Sep 17 00:00:00 2001 From: vikas srivastava Date: Sat, 29 Sep 2012 14:25:25 +0530 Subject: [PATCH] Bug : Removed errors from Composer.json Contains some minor bugs : 1 - JSON doesn't allow multi line string so making "description" field in single line. 2 - Author Info should contain at-least one author "name" , "email" . --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 5002ad5..abd9f1d 100644 --- a/composer.json +++ b/composer.json @@ -1,12 +1,12 @@ { "name": "silverstripe/userforms", - "description": "UserForms enables CMS users to create dynamic forms via a drag and drop interface - and without getting involved in any PHP code", + "description": "UserForms enables CMS users to create dynamic forms via a drag and drop interface and without getting involved in any PHP code", "type": "silverstripe-module", "keywords": ["silverstripe", "userforms"], "authors": [ { "name": "Will Rossiter", + "email": "will@fullscreen.io" } ],