Hello Magento Community,
I am in the process of updating my Magento project to version 2.4.7. However, I am facing an issue with the Amasty Multi Warehouse Inventory module during the dependency update process. Here’s the error I am encountering when I run composer update:
Problem 1
– Root composer.json requires amasty/module-multi-warehouse-inventory ^1.4 -> satisfiable by amasty/module-multi-warehouse-inventory[1.4.0, …, 1.7.4].
– amasty/module-multi-warehouse-inventory[1.4.0, …, 1.4.10] require php ~5.6.5|7.0.2|7.0.4|~7.0.6|~7.1.0 -> your php version (8.1.31; overridden via config.platform, actual: 8.2.27) does not satisfy that requirement.
– amasty/module-multi-warehouse-inventory[1.4.11, …, 1.7.1] require php ~5.6.5|7.0.2|7.0.4|~7.0.6|^7.1.0 -> your php version (8.1.31; overridden via config.platform, actual: 8.2.27) does not satisfy that requirement.
– amasty/module-multi-warehouse-inventory[1.7.2, …, 1.7.4] require php 7.0.2|7.0.4|~7.0.6|^7.1.0 -> your php version (8.1.31; overridden via config.platform, actual: 8.2.27) does not satisfy that requirement.
I’ve recently upgraded my PHP version to 8.2.27, and I’m trying to upgrade Magento to 2.4.7. However, it seems like the Amasty Multi Warehouse Inventory module is not compatible with PHP versions beyond 7.1.0 based on the error above.
Questions:
Is it possible to upgrade Magento to version 2.4.7 while still using the Amasty Multi Warehouse Inventory module?
Does the Amasty Multi Warehouse Inventory module have an updated version that is compatible with PHP 8.2 and Magento 2.4.7?
If not, are there any workarounds to get this module working with PHP 8.2 and Magento 2.4.7, or would I need to downgrade PHP for this specific module?
Any help or guidance on how to proceed with both the Magento and PHP upgrade while using the Amasty module would be greatly appreciated!
Thank you in advance!