From ff7de0efb02f478bb8bb549dc8a4b3dd336a7bbf Mon Sep 17 00:00:00 2001 From: vikas srivastava Date: Sat, 29 Sep 2012 15:12:06 +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. --- composer.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/composer.json b/composer.json index ad7bbfb..03551e3 100644 --- a/composer.json +++ b/composer.json @@ -1,8 +1,6 @@ { "name": "silverstripe/multiform", - "description": "MultiForm is a module for Sapphire, allowing flow control for forms, - and step process to be automatically determined based on configuration - variables on each step class. It augments the existing Form class in Sapphire.", + "description": "MultiForm is a module for Sapphire, allowing flow control for forms,and step process to be automatically determined based on configuration variables on each step class. It augments the existing Form class in Sapphire.", "type": "silverstripe-module", "keywords": ["silverstripe", "multiform"], "authors": [