Skip to content
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

Add support for PHPStan 1.11 #162

Closed
wants to merge 1 commit into from
Closed

Add support for PHPStan 1.11 #162

wants to merge 1 commit into from

Conversation

sascha-egerer
Copy link
Owner

No description provided.

@@ -12,7 +12,7 @@
"prefer-stable": true,
"require": {
"php": "^7.4 || ^8.0",
"phpstan/phpstan": "^1.10.9",
"phpstan/phpstan": "^1.10.9 || ^1.11.0",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

^1.10.9 already includes 1.11.*, while ~1.10.9 would not. Or am I missing something here?

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nope, your're right. My fault.
I'm just thinking about how to handle the package version now if it's compatible with 1.10 and 1.11. The package version was always not based on semantic versioning but the PHPStan version it is based on. But here was no breaking change form 1.10 to 1.11 this time. So IMO there is no need to change the package version but it looks now "outdated" if we keep 1.10. It just feels weird...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants