designmynight / laravel-mongodb-passport

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

Compatibility with jenssegers/mongodb 3.6 #28

Open mark1282 opened 4 years ago

mark1282 commented 4 years ago

Are there plans to upgrade the package to make it compatible with jenssegers/mongodb 3.6. Currently getting this message when installing on Laravel 6

designmynight/laravel-mongodb-passport v1.2.7 requires jenssegers/mongodb 3.3. || 3.4. || 3.5.* -> satisfiable by jenssegers/mongodb[v3.3.0, v3.3.0-alpha, v3.3.1, v3.4.0, v3.4.1, v3.4.2, v3.4.3, v3.4.4, v3.4.5, v3.4.6, v3.5.0, v3.5.1, v3.5.2, v3.5.3] but these conflict with your requirements or minimum-stability

Smolevich commented 4 years ago

@alasdairmackenzie can you create new release?