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
Currently, the composer.json lists a minimum PHP version of 5.6, but the actual code includes many features which require later versions, such as a type declaration of ?string, which is only valid since PHP 7.1
Either the documented minimum version should be updated, or the code changed to run on older versions.
The text was updated successfully, but these errors were encountered:
Currently, the composer.json lists a minimum PHP version of 5.6, but the actual code includes many features which require later versions, such as a type declaration of
?string
, which is only valid since PHP 7.1Either the documented minimum version should be updated, or the code changed to run on older versions.
The text was updated successfully, but these errors were encountered: