FACT-Finder-Web-Components / magento2-module

FACT-Finder® Web Components for Magento 2
https://web-components.fact-finder.de/
Other
11 stars 17 forks source link

Unlock all PHP 8 versions #506

Closed fritzmg closed 2 months ago

fritzmg commented 2 months ago

I am still confused on why you (and so many other Magento extensions) disallow the usage of higher PHP feature versions. This unnecessarily forces you to either use --ignore-platform-req=php or lock down the PHP version in your project's composer.json to a supported version whenever you want to switch to a higher PHP version. What is the reasoning behind this?