ho-nl / magento2-Ho_Templatehints

H&O Magento 2 Advanced Template Hints module
BSD 2-Clause "Simplified" License
269 stars 68 forks source link

PHP version support #43

Closed onlinebizsoft closed 4 years ago

onlinebizsoft commented 5 years ago

I think in README, we should state which version the module were tested with. But in composer we should allow any PHP version which likely working with instead of fixing specific versions because our module keep out of dated than PHP version update.

For now, please update composer to support any PHP 7.2.x

onlinebizsoft commented 5 years ago

For anyone who have problem installing this on newer PHP version, you can run composer with parameter --ignore-platform-reqs for now

Axel29 commented 5 years ago

Hi,

The dev-master version has the correct tag for PHP 7.2 on packagist, could you tag a version number to it so that we can install it via composer without requiring dev-master or using version --ignore-platform-reqs please?

Thank you.

paales commented 4 years ago

Will be fixed