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

Avoid unbound PHP version constraints #20

Merged
merged 1 commit into from
Oct 31, 2024

Conversation

stevegrunwell
Copy link
Contributor

When specifying that the library is compatible with PHP >= 7.4, that means any future version: 8.x, 9.x, 100.x, etc.

It's generally better to instead be permissive but avoid claiming compatibility with versions that have yet to be defined. In this PR, the php constraint is changed to "PHP 7.4 or anything in the 8.x branch", which is much safer than trying to predict the future.

@kellegous
Copy link
Owner

Nice. Thank you.

@kellegous kellegous merged commit f657366 into kellegous:main Oct 31, 2024
5 checks passed
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