designmynight / laravel-mongodb-passport

A package to get Laravel Passport working with MongoDB
MIT License
67 stars 75 forks source link

Will this work with Laravel 5.6 and Passport 5.0? #6

Closed coreywelch closed 6 years ago

coreywelch commented 6 years ago

Looked over the package and I don't see why it wouldn't work with Passport 5.0. However, I can't install this package because the composer.json required jenssegers/mongodb@3.3.* and laravel/passport@4.0.* which is preventing me from using this package.

StevePorter92 commented 6 years ago

Thanks @coreywelch. I've updated the composer.json to support the jenssegers/mongodb@3.3.* and laravel/passport@4.0.*.

vsilva472 commented 6 years ago

@StevePorter92 Can you do this for passport@6.0.*?

StevePorter92 commented 6 years ago

@vsilva472, this package will now support laravel passport 6