You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.
I prefer to define minimum version by compatibility and features used.
So I'd raise the minimum version when we find we could improve things by using features form newer php versions.
7.1 is set as minimum version because of type hints and we do not support 7.0 because of nullable hint on type hints.
Is there anything in 7.2, 7.3 or 7.4 that is worth raising this minimum version?
Should we still keep the minimal php 7.1 version ? Even 7.2 already reach end of life
The text was updated successfully, but these errors were encountered: