Skip to content

Commit

Permalink
MINOR: Update composer.json to use new naming convention
Browse files Browse the repository at this point in the history
  • Loading branch information
unclecheese committed Feb 28, 2013
1 parent 320aa8f commit 9868604
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name":"silverstripe/event-calendar",
"name":"unclecheese/event-calendar",
"type": "silverstripe-module",
"description": "Event Calendar for the SilverStripe CMS",
"keywords": ["silverstripe", "events"],
Expand All @@ -21,5 +21,6 @@
},
"extra": {
"installer-name": "event_calendar"
}
},
"replace": {"silverstripe/event-calendar": "*"}
}

0 comments on commit 9868604

Please sign in to comment.