From 6ab8d01c458795dfc61a43a661b1b3a57fd8b7cd Mon Sep 17 00:00:00 2001 From: Christoph Massmann Date: Wed, 10 Nov 2021 11:26:00 +0100 Subject: [PATCH 1/2] increased module version to 1.0.10, updated dev dependencies --- composer.json | 6 +++--- etc/module.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index c0bb78f..8db251f 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "recolize/module-recommendation-engine-magento2", "description": "The Recolize Recommendation Engine as extension for Magento 2", - "version": "1.0.9", + "version": "1.0.10", "type": "magento2-module", "keywords": [ "recolize", @@ -35,8 +35,8 @@ } }, "require-dev": { - "roave/security-advisories": "dev-master", - "magento/magento-coding-standard": "^5.0" + "roave/security-advisories": "dev-latest", + "magento/magento-coding-standard": "^15.0" }, "scripts": { "post-install-cmd": [ diff --git a/etc/module.xml b/etc/module.xml index 52059f9..46201d0 100644 --- a/etc/module.xml +++ b/etc/module.xml @@ -1,6 +1,6 @@ - + From 006f457d91ab947a467d5a215850b68dffa5bb70 Mon Sep 17 00:00:00 2001 From: Christoph Massmann Date: Wed, 10 Nov 2021 15:46:38 +0100 Subject: [PATCH 2/2] temporarily disabled product export command --- etc/di.xml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/etc/di.xml b/etc/di.xml index 384f11c..797eeed 100644 --- a/etc/di.xml +++ b/etc/di.xml @@ -1,13 +1,5 @@ - - - - Recolize\RecommendationEngine\Console\Command\ProductExportCommand - - - - recolize