Closed renvisk closed 1 year ago
This issue prevents the installation of the latest security release.
I'm not really sure that restrictions on security releases are necessary. Why not just use Caret Version Range?
"magento/framework": "^103.0.4",
Instead of:
"magento/framework": ">=103.0.4 <=103.0.6-p2",
This issue is now fixed in v1.2.2 - thank you for flagging this!
Magento released security patches that fix some severe issues (seen here). Unfortunately it seems to conflict with the meta-for-magento2 extension, because of strict composer restrictions.
Preconditions (*)
1."magento/product-community-edition": "2.4.6-p3", 2."meta/meta-for-magento2": "*"
Steps to reproduce (*)
1.Try to require the package for magento 2.4.6-p3.
Expected result (*)
Actual result (*)