laminas / laminas-dependency-plugin

Replace zendframework and zfcampus packages with their Laminas Project equivalents.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow installation with current Composer versions (plugin API 2.6.0)

InvisibleSmiley opened this issue · comments

Feature Request

Q A
New Feature yes
RFC no
BC Break no (hopefully?)

Summary

Currently this package can only be installed with Composer versions <2.6.0 which bumped the Composer plugin API version to 2.6.0.
Versions prior to 2.3.0 of this package allowed ^2.0 of the composer-plugin-api, but only newer versions added support for PHP 8.2 and 8.3.
Hence, right now you cannot use this package with Composer >= 2.6.0 and PHP >= 8.2.

Duplicate of #59, #58, #46

Sorry my bad, didn't read the README