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:20:59 +05:30
parent 81a053594a
commit 5469fd4262

View File

@ -1,12 +1,16 @@
{
"name": "silverstripe/restfulserver",
"description": "This class gives your application a RESTful API.",
"name": "silverstripe/static",
"description": "Static provides several extensions for exporting a SilverStripe application to both local or remote file systems.",
"type": "silverstripe-module",
"keywords": ["silverstripe", "restfulserver"],
"keywords": ["silverstripe", "static", "export"],
"authors": [
{
"name": "Ingo Schommer",
"email": "ingo@silverstripe.com"
"name": "Will Rossiter",
"email": "will@fullscreen.io"
},
{
"name": "Sam Minnéet ",
"email": "sam@silverstripe.com"
}
],
"require":