Skip to content

Commit 8fa2e42

Browse files
authored
Update composer.json
1 parent f58c5b3 commit 8fa2e42

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"description": "Implements Blog functionality on Magento 2 store",
44
"require": {
55
"magefan/module-community" : ">=2.0.14",
6-
"magefan/module-wysiwyg-advanced" : ">=2.0.10",
7-
"magefan/module-blog-comments-recaptcha" : ">=2.0.6",
8-
"magefan/module-blog-graph-ql" : ">=2.0.5"
6+
"magefan/module-wysiwyg-advanced" : ">=2.0.10"
97
},
108
"suggest": {
9+
"magefan/module-blog-comments-recaptcha": "Install this module to activate ReCaptcha on blog comments form to protect against spam.",
10+
"magefan/module-blog-graph-ql": "Install this module to activate GraphQl integration for the blog.",
1111
"magefan/module-blog-amp": "Install this module to activate Blog integration with the Plumrocket AMP extension."
1212
},
1313
"type": "magento2-module",

0 commit comments

Comments
 (0)