From 9fb5c4f2e2d8b0a870154ed1087e34d93c7dca20 Mon Sep 17 00:00:00 2001 From: Gordon Anderson Date: Tue, 26 Jan 2016 19:48:53 +0700 Subject: [PATCH] FIX: Add comment notifications module as a suggested package in composer. Reference to it is made in the codebase --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5e7cc41..46b877f 100755 --- a/composer.json +++ b/composer.json @@ -29,7 +29,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." + "silverstripe/comments": "This module adds comments to your blog.", + "silverstripe/comment-notifications": "Get email notifications of comments on blog posts" }, "replace": { "micmania1/silverstripe-blog": "*"