Skip to content

Commit 53dbdef

Browse files
authored
Update composer.json
1 parent 5956082 commit 53dbdef

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
@@ -2,16 +2,16 @@
22
"name": "magefan/module-blog",
33
"description": "Implements Blog functionality on Magento 2 store",
44
"require": {
5-
"magefan/module-community" : ">=2.1.9",
6-
"magefan/module-wysiwyg-advanced" : ">=2.0.11"
5+
"magefan/module-community" : ">=2.1.10",
6+
"magefan/module-wysiwyg-advanced" : ">=2.0.12"
77
},
88
"suggest": {
99
"magefan/module-blog-comments-recaptcha": "Install this module to activate ReCaptcha on blog comments form to protect against spam.",
1010
"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",
14-
"version": "2.10.7",
14+
"version": "2.10.7.1",
1515
"autoload": {
1616
"files": [ "registration.php" ],
1717
"psr-4": {

0 commit comments

Comments
 (0)