From 99b29b256b91db3001234dce01089290ffd25c63 Mon Sep 17 00:00:00 2001 From: Magefan Date: Tue, 7 Mar 2023 11:46:55 +0200 Subject: [PATCH] Update composer.json --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 5a99a3e6..2c5ccc70 100755 --- a/composer.json +++ b/composer.json @@ -2,16 +2,16 @@ "name": "magefan/module-blog", "description": "Implements Blog functionality on Magento 2 store", "require": { - "magefan/module-community" : ">=2.1.11", + "magefan/module-community" : ">=2.1.12", "magefan/module-blog-graph-ql" : ">=2.1.7", "magefan/module-blog-comments-recaptcha" : ">=2.1.2", - "magefan/module-wysiwyg-advanced" : ">=2.0.12" + "magefan/module-wysiwyg-advanced" : ">=2.0.14" }, "suggest": { "magefan/module-amp-blog": "Install this module to activate Blog integration with the Plumrocket AMP extension." }, "type": "magento2-module", - "version": "2.10.11.1", + "version": "2.10.12", "autoload": { "files": [ "registration.php" ], "psr-4": {