From 65b241933a2b1dc509dee82e59cff575f4994d6f Mon Sep 17 00:00:00 2001 From: spekulatius Date: Fri, 15 Jan 2016 14:27:14 +1300 Subject: [PATCH] Fixing composer.json --- composer.json | 49 ++++++++++++++++++++++++++----------------------- 1 file changed, 26 insertions(+), 23 deletions(-) diff --git a/composer.json b/composer.json index d085be4..738d491 100755 --- a/composer.json +++ b/composer.json @@ -1,24 +1,27 @@ { - "name": "lekoala/silverstripe-mandrill", - "description": "Adds mandrill in the SilverStripe CMS", - "type": "silverstripe-module", - "keywords": ["silverstripe", "mandrill", "module", "cms"], - "license": "MIT", - "authors": [ - { - "name": "LeKoala", - "email": "thomas@lekoala.be" - } - ], - "require": - { - "silverstripe/framework": "~3.1" - }, - "suggest": { - "lekoala/silverstripe-form-extras": "Better form fields" - }, - "extra": { - "installer-name": "mandrill" - } - -} + "name": "lekoala/silverstripe-mandrill", + "description": "Adds mandrill in the SilverStripe CMS", + "type": "silverstripe-module", + "keywords": [ + "silverstripe", + "mandrill", + "module", + "cms" + ], + "license": "MIT", + "authors": [ + { + "name": "LeKoala", + "email": "thomas@lekoala.be" + } + ], + "require": { + "silverstripe/framework": "~3.1" + }, + "suggest": { + "lekoala/silverstripe-form-extras": "Better form fields" + }, + "extra": { + "installer-name": "mandrill" + } +} \ No newline at end of file