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": "*" } }