From 1096f13acdc94429e2a817176c9047a02606ee1f Mon Sep 17 00:00:00 2001 From: indykoning <15870933+indykoning@users.noreply.github.com> Date: Mon, 2 May 2022 16:13:20 +0200 Subject: [PATCH] Experimental Magento 2.4.4 support (#18) * Experimental Magento 2.4.4 support * Loosen constrain on PHP version --- composer.json | 2 +- etc/di.xml | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 32d7445..ec7aeae 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "justbetter/magento2-akeneo-bundle", "description": "Magento2 bundle for extending the Akeneo connector with awesome features.", "require": { - "php": "^7.4", + "php": ">=7.4", "akeneo/module-magento2-connector-community": "*" }, "type": "magento2-module", diff --git a/etc/di.xml b/etc/di.xml index ec775bf..afc15f5 100644 --- a/etc/di.xml +++ b/etc/di.xml @@ -33,17 +33,9 @@ Akeneo\Connector\Console\Command\AkeneoConnectorImportCommand - - JustBetter\AkeneoBundle\Console\Command\SlackNotificationCommand - - JustBetter\AkeneoBundle\Console\Command\MailNotificationCommand - - JustBetter\AkeneoBundle\Console\Command\ImportMetricUnits - - JustBetter\AkeneoBundle\Console\Command\SetNotVisible