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

Small improvement for integer ranges #7

Merged
merged 2 commits into from
Mar 20, 2024
Merged

Conversation

danog
Copy link
Contributor

@danog danog commented Mar 15, 2024

& misc modernization.
Could you please tag after merging?

composer.json Outdated
@@ -25,8 +25,8 @@
}
},
"require-dev": {
"vimeo/psalm": "^4.0|^5",
"nikic/php-parser": "^4.0"
"vimeo/psalm": "dev-master",
Copy link
Owner

Choose a reason for hiding this comment

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

I don't think this change is on purpose?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Well, it does not affect dependencies anyway, I made it to test that everything is scanned fine

Copy link
Owner

Choose a reason for hiding this comment

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

I may have made a mistake somewhere when creating this, but I'd expect some constraint to prevent a user from requiring this plugin with a Psalm in version 3 or in version 7 for example.

if require-dev is not checked, then maybe that constraint should be put in require?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sure!

@orklah orklah merged commit d9e608e into orklah:master Mar 20, 2024
@orklah
Copy link
Owner

orklah commented Mar 20, 2024

Thanks!

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.

None yet

2 participants