coderello / laravel-passport-social-grant

🔒 API authentication via social networks for your Laravel application
https://packagist.org/packages/coderello/laravel-passport-social-grant
MIT License
174 stars 20 forks source link

Laravel 8 installation problem #42

Closed landg16 closed 3 years ago

landg16 commented 3 years ago

Hi, I have a problem, when I try to install following package on Laravel 8 composer has conflicts. I've tried older versions of this package but still not success. Here are composer errors:

our requirements could not be resolved to an installable set of packages.

Problem 1

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

Installation failed, reverting ./composer.json and ./composer.lock to their original content.

landg16 commented 3 years ago

Okay, turned out I was not able to install passport also. I deleted composer.lock, reinstalled everything and works fine.