在 Google+ API 关闭后更新 Laravel 社会名流,更换?

Updates for Laravel Socialite after Google+ API shutdown, replacement?

自从google宣布Google+ API将从2019年3月起永久关闭,我的网站使用Google + API 用于登录。 我在 google 开发人员 window 中禁用了 Google + API,并希望登录能够正常工作,因为 Socialite 会自动更新。但事实并非如此。我们需要从我们这边更新 Socialite 吗?

PS:禁用 Google + API 后出现以下错误。

Client error: GET https://www.googleapis.com/plus/v1/people/me?prettyPrint=false resulted in a 403 Forbidden response:\n {"error":{"errors":[{"domain":"usageLimits","reason":"accessNotConfigured","message":"Access Not Configured. Google+ API (truncated...)\n

要么升级到 Laravel 5.7+,要么按照此处提到的说明进行操作:

https://github.com/laravel/socialite/issues/317#issuecomment-451169514

You can require it with Composer by requiring 3.0.x-dev

就我个人而言,我打算升级到 Laravel 5.8。