-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 1.5.0 introduces BREAKING CHANGES #184
Comments
Thx for you report! |
I believe it wouldn't happen if there was any CI setup. As far as I see there is no Github Actions definition and Travis was run last time 2 years ago. PHPStan's version is prehistoric (current: 1.9.4) and it reports problems even on level 1 (configured in When running it on level 7 (like in the readme), it returns 366 errors... You really need apply some hygiene here, because it really looks unstable 🙁 |
@isublimity friendly reminder, because I see updated tag wasn't released. |
@isublimity it's been 4 months now... Please, fix this or just let us know you won't do it. |
Version 1.5.0 released yesterday introduced breaking changes and should be released as 2.0.0⚠️
For example:
This release contains types introduced in PHP8 while
composer.json
defines requirement"php": "^7.3|^8.0"
and allows installation on PHP7.4 (which we're using).Please consider cleaning this up 🙂
The text was updated successfully, but these errors were encountered: