laminas / laminas-cli

Console command runner, exposing commands written in Laminas MVC and Mezzio components and applications
https://docs.laminas.dev/laminas-cli
BSD 3-Clause "New" or "Revised" License
55 stars 22 forks source link

Replace composer/package-versions-deprecated with composer-runtime-api #89

Closed internalsystemerror closed 2 years ago

internalsystemerror commented 2 years ago

Feature Request

Q A
New Feature yes
RFC no
BC Break no

Summary

Due to the need to support PHP 7.3, ocramius/package-versions was replaced with composer/package-versions-deprecated. (Issue, PR). Since support for PHP 7.3 has now been dropped, I'd like to propose moving to composer-runtime-api as per https://getcomposer.org/doc/07-runtime.md#knowing-the-version-of-package-x.

Are there any thoughts on this? I can submit the PR if accepted.

Ocramius commented 2 years ago

Let's roll with composer-runtime-api :+1:

Ocramius commented 2 years ago

Thanks @internalsystemerror!