Skip to content

Commit

Permalink
MINOR: Add composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Uncle Cheese committed Feb 20, 2013
1 parent 41eb7be commit 54ab09e
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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"
}

}

0 comments on commit 54ab09e

Please sign in to comment.