Compatibility with Composer 2 / Magento 2.4.2
norgeindian opened this issue · 2 comments
norgeindian commented
Since version 2.4.2, Magento supports Composer 2.
But using Composer 2 fails, as this module requires composer-plugin-api ^1.1
.
It would be great to have a compatible version to still use this great improvement.
sprankhub commented
zaporylie/composer-drupal-optimizations
, on which this repo is based, decided to basically not do anything when Composer 2 is detected, because it should be fast enough by default: zaporylie/composer-drupal-optimizations#17
I suggest doing two things here:
- Implement the same "do nothing for Composer 2" code.
- Evaluate if this plugin is still valuable for Composer 2.
fooman commented