From 8652a592e2fe149789c7a552807b53702e5f6b96 Mon Sep 17 00:00:00 2001 From: Magefan Date: Fri, 25 Nov 2022 09:15:55 +0200 Subject: [PATCH] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 2823bca6..cbc17924 100755 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "magefan/module-blog", "description": "Implements Blog functionality on Magento 2 store", "require": { - "magefan/module-community" : ">=2.1.10", + "magefan/module-community" : ">=2.1.11", "magefan/module-blog-graph-ql" : ">=2.1.7", "magefan/module-wysiwyg-advanced" : ">=2.0.12" }, @@ -12,7 +12,7 @@ "magefan/module-blog-amp": "Install this module to activate Blog integration with the Plumrocket AMP extension." }, "type": "magento2-module", - "version": "2.10.10.2", + "version": "2.10.11", "autoload": { "files": [ "registration.php" ], "psr-4": {