EcomDev / magento2-product-preloader

Magento 2 product data preloaded for anticipated data in other components based on currently available product objects.
MIT License
107 stars 12 forks source link

composer.json locked to PHP 7.2 #3

Closed rhoerr closed 1 year ago

rhoerr commented 1 year ago

Trying to install with latest Magento causes:

Package ecomdev/magento2-product-data-preloader has requirements incompatible with your PHP version, PHP extensions and Composer version:
- ecomdev/magento2-product-data-preloader 1.0.0 requires php ~7.2 which does not match your installed version 8.1.12.

Current Magento minimum version is PHP 7.4.

IvanChepurnyi commented 1 year ago

Issue is in missing ~8.0 version match, going to add it and run all tests on the version 8.

IvanChepurnyi commented 1 year ago

Fixed in 1.1.0