From 8ec92b102a5c4d42cadb6a8dfacca5abe0ae8dd0 Mon Sep 17 00:00:00 2001 From: Magefan Date: Wed, 1 Jun 2022 13:11:20 +0300 Subject: [PATCH] Added blog graph ql to requirements --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7366dc9c..90916c44 100755 --- a/composer.json +++ b/composer.json @@ -3,6 +3,7 @@ "description": "Implements Blog functionality on Magento 2 store", "require": { "magefan/module-community" : ">=2.1.10", + "magefan/module-blog-graph-ql" : ">=2.1.6", "magefan/module-wysiwyg-advanced" : ">=2.0.12" }, "suggest": { @@ -11,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.8.1", + "version": "2.10.8.2", "autoload": { "files": [ "registration.php" ], "psr-4": {