Ocramius / PackageVersions

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

Drop `php:^7.4.7` support - switch to only `php:~8.0.0` #162

Closed Ocramius closed 4 years ago

Ocramius commented 4 years ago

If you require to run both PHP 7 and PHP 8 in different environments, lock onto ocramius/package-versions:2.1.0, which supports both.

WyriHaximus commented 4 years ago

Wait, shouldn't this be a major version bump?

Ocramius commented 4 years ago

Nay? It's a dependency bump like any other

WyriHaximus commented 4 years ago

Ah like how semver supports bumping versions in minor releases? Didn't consider that for the language?

Ocramius commented 4 years ago

Correct: you can pretty much always bump, if you aren't introducing an API change :+1: