Ocramius / PackageVersions

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

Braking changes #132

Closed ram4nd closed 4 years ago

ram4nd commented 4 years ago

Releases after 1.5.1 require PHP 7.4. That may cause issues. In sentry there is dependency of this package and dependency loading requires version "^1.2.0". So since 1.7.0 was released sentry also requires PHP 7.4. The solution would be to release 1.7.0 and newer with new major release "2.0.0" since it has breaking changes for people with PHP 7.3.

I hope you get the issue from this description.

Ocramius commented 4 years ago

Duplicate of #105