schedula / laravel-passport-socialite

The missing social authentication plugin (i.e. SocialGrant) for laravel passport.
MIT License
50 stars 31 forks source link

Set illuminate/support dependency to include Laravel 6+ compatibility #16

Closed lenrsmith closed 4 years ago

lenrsmith commented 4 years ago

Fixes #11

lenrsmith commented 4 years ago

Version 4.0 of laravel/socialite already includes support for illuminate/support up to v7.0. Bumping the version support up here makes it possible to load laravel-passport-socialte in Laravel 6+ setups.