Skip to content

Commit ba52e9a

Browse files
authored
Update composer.json
1 parent a707c1d commit ba52e9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
"description": "Implements Blog functionality on Magento 2 store",
44
"require": {
55
"magefan/module-community" : ">=2.0.12",
6-
"magefan/module-wysiwyg-advanced" : ">=2.0.9"
6+
"magefan/module-wysiwyg-advanced" : ">=2.0.10"
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.9.5",
14+
"version": "2.9.6",
1515
"autoload": {
1616
"files": [ "registration.php" ],
1717
"psr-4": {

0 commit comments

Comments
 (0)