repman-io / repman

Repman - PHP Repository Manager: packagist proxy and host for private packages
https://repman.io
MIT License
515 stars 107 forks source link

composer/composer update to version 2 #578

Open beniamin opened 2 years ago

beniamin commented 2 years ago

Do you plan to upgrade composer/composer package to version 2.x ? The composer maintainers does not allow new features to composer 1.x anymore. Please check: https://github.com/composer/composer/pull/9134#issuecomment-678655291

akondas commented 2 years ago

and this has not been done? I think we have been supporting version 2.0 for a long time, or is it something else?

beniamin commented 2 years ago

I am not talking about supporting composer 2 packages/repositories, which repman has support for, but upgrading composer/composer library for repman: https://github.com/repman-io/repman/blob/master/composer.json#L32

akondas commented 2 years ago

ah, ok, this looks to me to be done (i mean doable). I will try to handle that in current week

xvilo commented 2 years ago

I already have an MR for this ready locally @akondas, it's part of my upgrade to PHP 8 PR. Might want to look at #579 first, then I can get the other 2 ready (PHP 8 and SF 6)