semaio / Magento2-ConfigImportExport

Import/Export configuration data in Magento 2 via CLI.
Open Software License 3.0
157 stars 59 forks source link

Magento 2.4.4 and php 8.1 support #42

Closed simonmaass closed 2 years ago

simonmaass commented 2 years ago

Please make sure that you provide as much information as possible. If you have an example files, which reflect the issue, please make sure to attach them to the issue - thank you!

General

Issue description

Any plans to update this module for magento 2.4.4 and php 8.1.x?

therouv commented 2 years ago

Hi @simonmaass I'm currently working on this. Expecting to release it within the next week or two :-)

simonmaass commented 2 years ago

hey @therouv - you have any eta for this? 🤗

parlt commented 2 years ago

@therouv Hi Please change "php": "^7.2", to "php": ">=7.2" in composer.json the PHP 8.1 compatibility check says the code is ok for version 8.1

parlt commented 2 years ago

Please take a look at https://github.com/semaio/Magento2-ConfigImportExport/pull/43/files

therouv commented 2 years ago

@simonmaass Done!

simonmaass commented 2 years ago

thank you guys!