mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
FIX: Add comment notifications module as a suggested package in composer. Reference to it is made in the codebase
This commit is contained in:
parent
694b41176a
commit
9fb5c4f2e2
@ -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": "*"
|
||||||
|
Loading…
Reference in New Issue
Block a user