Skip to content

Commit

Permalink
Consistently format composer.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajshort committed Feb 23, 2013
1 parent a5d8160 commit 13118cf
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,24 @@
{
"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.*"
},
"support": {
"issues": "https://github.com/unclecheese/EventCalendar/issues"
},
"extra": {
"extra": {
"installer-name": "event_calendar"
}

}
}
}

0 comments on commit 13118cf

Please sign in to comment.