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.
This commit is contained in:
vikas srivastava 2012-09-29 15:12:06 +05:30
parent 04fa33f83a
commit ff7de0efb0

View File

@ -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": [