Ocramius / PackageVersions

:package: Composer addon to efficiently get installed packages' version numbers
MIT License
3.22k stars 67 forks source link

Version 1.6.0 breaks dependencies #123

Closed tems99 closed 4 years ago

tems99 commented 4 years ago

The 1.6.0 release sets the minimum version to PHP to 7.4.

This causes errors in composer install for libraries that depend on this that use ^ in composer. One of the packages in doctrine/common includes this library.

Maybe bump to v2?

Ocramius commented 4 years ago

Duplicate of #105

Ocramius commented 4 years ago

Please also read carefully: https://github.com/Ocramius/PackageVersions/issues/105#issuecomment-516617164