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?
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'scomposer.json
to a supported version whenever you want to switch to a higher PHP version. What is the reasoning behind this?