schedula / laravel-passport-socialite

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

updated passport added package discovery #1

Closed hlca closed 6 years ago

anandsiddharth commented 6 years ago

this package is working on passport 5.0 and above, why update to 6.0 and above, please mention that too.

Peace, Anand Siddharth

hlca commented 6 years ago

When I try to composer update or install the package with composer require, I'm getting this. image

Regards,

anandsiddharth commented 6 years ago

OK! I understand that! Please look at this link https://getcomposer.org/doc/articles/versions.md#version-range you can support multiple ranges of versions please update version to ^5.0 || ^6.0 and try if it works for you then I will merge this pull request and create patch release. Thanks