FIX: Add comment notifications module as a suggested package in composer. Reference to it is made in the codebase

This commit is contained in:
Gordon Anderson 2016-01-26 19:48:53 +07:00
parent 694b41176a
commit 9fb5c4f2e2

View File

@ -29,7 +29,8 @@
], ],
"suggest": { "suggest": {
"silverstripe/widgets": "Some widgets come with the blog which are compatible with the widgets module.", "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": { "replace": {
"micmania1/silverstripe-blog": "*" "micmania1/silverstripe-blog": "*"