-
Notifications
You must be signed in to change notification settings - Fork 891
Min PHP 7.3 #2167
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
Min PHP 7.3 #2167
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to also update the require.php
value to be >=7.3
as well so that someone doesn't try to install phinx on 7.2 and it's broken since we're not targeting it anymore.
I would consider dropping support for a PHP version a breaking change, and so would necessitate a |
1.x will be 8.1 probably |
I dont see a file require.php anywhere. |
I meant the |
I guess? Except that since we're still using All in all, I'd like to hold off doing this until we see |
Anyone still using < 7.4 is seriously in trouble either way. As for the rest: Yes, it was rather a rollercoaster, partially due to everyone only being able to commit very small to this project. But raising the minimum is a super simple task that composer is fully in control, I dont see an issue here. |
Given EOL in 2020 I removed support here now, we will make this clear in the release notes. |
No need to work with 7.2...8.2 now
https://github.com/cakephp/cakephp/blob/4.x/composer.json#L25 is even 7.4 already