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

Explicitly specified the list of supported php versions #150

Merged
merged 1 commit into from
Jan 12, 2024

Conversation

aivchen
Copy link
Contributor

@aivchen aivchen commented Oct 22, 2023

Line "php": ">=7.1" is too wide in composer.json. It means that we support major versions of php that haven't even been released yet. But we can't guarantee that the library will work on php 9. It's better to explicitly specify the supported versions.

@Nick-S-2018 Nick-S-2018 merged commit 3a774d0 into manticoresoftware:master Jan 12, 2024
2 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants