Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
magefan authored May 10, 2022
1 parent 5956082 commit 53dbdef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
"name": "magefan/module-blog",
"description": "Implements Blog functionality on Magento 2 store",
"require": {
"magefan/module-community" : ">=2.1.9",
"magefan/module-wysiwyg-advanced" : ">=2.0.11"
"magefan/module-community" : ">=2.1.10",
"magefan/module-wysiwyg-advanced" : ">=2.0.12"
},
"suggest": {
"magefan/module-blog-comments-recaptcha": "Install this module to activate ReCaptcha on blog comments form to protect against spam.",
"magefan/module-blog-graph-ql": "Install this module to activate GraphQl integration for the blog.",
"magefan/module-blog-amp": "Install this module to activate Blog integration with the Plumrocket AMP extension."
},
"type": "magento2-module",
"version": "2.10.7",
"version": "2.10.7.1",
"autoload": {
"files": [ "registration.php" ],
"psr-4": {
Expand Down

0 comments on commit 53dbdef

Please sign in to comment.