From 5469fd4262c71a69a4e4b2f1ad3a84bce76eedc6 Mon Sep 17 00:00:00 2001 From: vikas srivastava Date: Sat, 29 Sep 2012 15:20:59 +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 | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 625ccb3..d63d98a 100644 --- a/composer.json +++ b/composer.json @@ -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":