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" .
This commit is contained in:
vikas srivastava 2012-09-29 14:25:25 +05:30
parent 6d8d648280
commit 3972b5778e

View File

@ -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"
}
],