Skip to content

Commit

Permalink
Experimental Magento 2.4.4 support (#18)
Browse files Browse the repository at this point in the history
* Experimental Magento 2.4.4 support

* Loosen constrain on PHP version
  • Loading branch information
indykoning authored May 2, 2022
1 parent da76408 commit 1096f13
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 0 additions & 8 deletions etc/di.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,9 @@
<arguments>
<argument name="commands" xsi:type="array">
<item name="import" xsi:type="object">Akeneo\Connector\Console\Command\AkeneoConnectorImportCommand</item>
</argument>
<argument name="commands" xsi:type="array">
<item name="slackNotificationCommand" xsi:type="object">JustBetter\AkeneoBundle\Console\Command\SlackNotificationCommand</item>
</argument>
<argument name="commands" xsi:type="array">
<item name="MailNotificationCommand" xsi:type="object">JustBetter\AkeneoBundle\Console\Command\MailNotificationCommand</item>
</argument>
<argument name="commands" xsi:type="array">
<item name="UpdateMetricUnits" xsi:type="object">JustBetter\AkeneoBundle\Console\Command\ImportMetricUnits</item>
</argument>
<argument name="commands" xsi:type="array">
<item name="SetNotVisible" xsi:type="object">JustBetter\AkeneoBundle\Console\Command\SetNotVisible</item>
</argument>
</arguments>
Expand Down

0 comments on commit 1096f13

Please sign in to comment.