aimeoscom / ai-payments

Payment provider extension for Aimeos web shops and e-commerce solutions
https://aimeos.org/
GNU Lesser General Public License v3.0
19 stars 18 forks source link

enable use of composer 2 #26

Closed jonaseberle closed 4 years ago

jonaseberle commented 4 years ago

There might be slight changes with composer/installers https://getcomposer.org/upgrade/UPGRADE-2.0.md But AFAIS the way this package uses it (use official installer with registered package type) did not change the API.

aimeos commented 4 years ago

composer/installers is not directly related to the composer version and composer 2.x still uses composer/installers:1.9. Also, there's no composer/installers:2.0 version yet: https://packagist.org/packages/composer/installers

jonaseberle commented 4 years ago

Oh, my bad. Sorry. You are completely right. I had composer/installers locked to version 1.8. composer-plugin-api:^2 is included in 1.9+.

Sorry for the inconvenience.