laminas / laminas-component-installer

Composer plugin for injecting modules and configuration providers into application configuration
https://docs.laminas.dev/laminas-component-installer/
BSD 3-Clause "New" or "Revised" License
27 stars 12 forks source link

Support for composer 2.3.0 #46

Closed boesing closed 2 years ago

boesing commented 2 years ago
Q A
BC Break no
New Feature yes

Description

Tests are still failing due to https://github.com/composer/composer/issues/10622 This also re-enables unit tests for composer v1 which were removed in v2.6.0

Ocramius commented 2 years ago

Can we kill composer v1 support, perhaps? :|

boesing commented 2 years ago

I would prefer drop composer v1 when composer stops supporting it itself or when the maintenance amount gets too big. but as of now, maintaining v1 is not the problem. But thats only my personal opinion here, if we decide to do so from the org perspective, I'd be fine with dropping it as well.

Ocramius commented 2 years ago

Ok, so I guess it's just about getting this build back to green then? I'm perfectly OK with keeping composer/composer:^1 support, if it's not the blocker for this adjustment :)

Ocramius commented 2 years ago

Thanks @boesing - cutting a release!