我目前正在开发一个项目,该项目使用:
* Laravel 5.1 * hipsterjazzbo/LaraParse version 0.1.6 (https://github.com/hipsterjazzbo/LaraParse)
问题是我想使用 Socialite ( https://github.com/laravel/socialite ) 添加谷歌身份验证。但当我跑步时
composer require laravel/socialite
它说我至少需要 Laravel 5.6 才能使用它。但我无法更新 laravel,因为 laraparse 需要 laravel 5.1。
我在这里最好的选择是什么?
MM们