Closed diazwatson closed 4 years ago
We added a lot of new features and want to roll it out with our new composer server.
To fix this issue can you edit
/app/code/MagePal/EnhancedEcommerce/composer.json
and change line number 16 to
"php": "~5.6.0|7.0.2|7.0.4|~7.0.6|~7.1.0|~7.1.3|~7.2.0|~7.3.0",
What do you think about deleting the requirement of PHP at all?
Consider this: This is a Magento module so it won't work outside Magento, right?
That is why Magento is required in the composer.json
"magento/framework": "100.0.*|100.1.*|101.0.*|102.0.*"
But Magento already requires php in all these versions :)
Good idea!... we may implementing this going forward.
Thanks
Throws an error saying this module is not compatible with PHP 7.3 which Magento is compatible with from version 2.3.3
Magento version #: 2.3.4
Edition (EE, CE, OS, etc):
EE, CE
Expected behaviour:
Package installs successfully
Actual behavior:
Steps to reproduce:
Installs the module using composer
Preconditions