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