diff --git a/composer.json b/composer.json index af2b319..8105a92 100644 --- a/composer.json +++ b/composer.json @@ -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"], @@ -21,5 +21,6 @@ }, "extra": { "installer-name": "event_calendar" - } + }, + "replace": {"silverstripe/event-calendar": "*"} }