From 54ab09e65aeb2bdfabb4d7c2c010f4df0f5d4857 Mon Sep 17 00:00:00 2001 From: Uncle Cheese Date: Wed, 20 Feb 2013 11:15:12 -0500 Subject: [PATCH] MINOR: Add composer.json --- composer.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..913382a --- /dev/null +++ b/composer.json @@ -0,0 +1,26 @@ +{ + "name":"silverstripe/event-calendar", + "type": "silverstripe-module", + "description": "Event Calendar for the SilverStripe CMS", + "keywords": ["silverstripe", "events"], + "license": "BSD-3-Clause", + "authors":[ + { + "name": "Aaron Carlino", + "homepage": "http://leftandmain.com" + } + ], + "require": + { + "php": ">=5.3.2", + "silverstripe/framework": "3.*", + "silverstripe/cms": "3.*" + }, + "support": { + "issues": "https://github.com/unclecheese/EventCalendar/issues" + }, + "extra": { + "installer-name": "event_calendar" + } + +} \ No newline at end of file