We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, having >= 7.3 will allow PHP 10 and most likely it will crash there because of many BCs that will happen in the language.
>= 7.3
We should constrain it e.g. to ^7.3 || ^8.0 || ^8.1
^7.3 || ^8.0 || ^8.1
php-interval-tree/composer.json
Line 19 in 3fcfa36
The text was updated successfully, but these errors were encountered:
Hi, thank you! I'll fix this
Sorry, something went wrong.
Cool. It's not fixable for old releases unfortunately but still... ;)
No branches or pull requests
Hi, having
>= 7.3
will allow PHP 10 and most likely it will crash there because of many BCs that will happen in the language.We should constrain it e.g. to
^7.3 || ^8.0 || ^8.1
php-interval-tree/composer.json
Line 19 in 3fcfa36
The text was updated successfully, but these errors were encountered: