Google Api PHP PHP 7 上的客户端语法错误

Google Api PHP Client Syntax Error on PHP 7

每当我将 PHP 版本切换到 7.4.1 时,我都会收到此错误

Parse error: syntax error, unexpected 'static' (T_STATIC) in /Users/webtechstreet4/Local Sites/fvtest/app/public/wp-content/plugins/form-vibes-pro/vendor/psr/cache/src/CacheItemInterface.php on line 75

该库在 PHP 8 上运行良好,但在切换到 PHP 7 时出现上述错误。

截图

其实我是通过换系统PHP版本和运行composer update整理出来的。 我以为我需要更改站点 PHP 版本,但实际上是系统 PHP 版本。

这是 GitHub 问题 link:https://github.com/googleapis/google-api-php-client/issues/2246