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
For example, due to the inclusion of return type hinting:
PHP Parse error: syntax error, unexpected ':', expecting ';' or '{' in /tmpfs/src/github/google-cloud-php/vendor/google/protobuf/src/Google/Protobuf/Internal/RepeatedField.php on line 240
This is causing an issue with installations via composer, as it is allowing PHP 5.5/5.6 to install versions such as v3.20.0 which actually require PHP >=7.0.
For example, due to the inclusion of return type hinting: