diff --git a/composer.json b/composer.json index 913382a..ba7fc86 100644 --- a/composer.json +++ b/composer.json @@ -1,17 +1,16 @@ { - "name":"silverstripe/event-calendar", + "name":"silverstripe/event-calendar", "type": "silverstripe-module", "description": "Event Calendar for the SilverStripe CMS", "keywords": ["silverstripe", "events"], "license": "BSD-3-Clause", - "authors":[ + "authors": [ { "name": "Aaron Carlino", "homepage": "http://leftandmain.com" } ], - "require": - { + "require": { "php": ">=5.3.2", "silverstripe/framework": "3.*", "silverstripe/cms": "3.*" @@ -19,8 +18,7 @@ "support": { "issues": "https://github.com/unclecheese/EventCalendar/issues" }, - "extra": { + "extra": { "installer-name": "event_calendar" - } - -} \ No newline at end of file + } +}