From 766bd5d153d6309e9fbb7fb9db061d7a89f9dac1 Mon Sep 17 00:00:00 2001 From: Damian Mooyman Date: Thu, 23 Apr 2015 12:43:43 +1200 Subject: [PATCH] Add composer replace --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index 7cb85b2..07bb631 100755 --- a/composer.json +++ b/composer.json @@ -30,5 +30,8 @@ "suggest": { "silverstripe/widgets": "Some widgets come with the blog which are compatible with the widgets module.", "silverstripe/comments": "This module adds comments to your blog." + }, + "replace": { + "micmania1/silverstripe-blog": "*" } }