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

Constrain PHP version #10

Open
simPod opened this issue Feb 28, 2022 · 2 comments
Open

Constrain PHP version #10

simPod opened this issue Feb 28, 2022 · 2 comments

Comments

@simPod
Copy link

simPod commented Feb 28, 2022

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": ">=7.3"

@dan-on
Copy link
Owner

dan-on commented Mar 16, 2022

Hi, thank you! I'll fix this

@simPod
Copy link
Author

simPod commented Mar 16, 2022

Cool. It's not fixable for old releases unfortunately but still... ;)

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

No branches or pull requests

2 participants