oidconnect-laravel
oidconnect-laravel copied to clipboard
Issue with installing package in laravel 5.5
When require the package in composer it shows me the following error
Your requirements could not be resolved to an installable set of packages.
Problem 1 - Installation request for furdarius/oidconnect-laravel dev-master -> satisf iable by furdarius/oidconnect-laravel[dev-master]. - furdarius/oidconnect-laravel dev-master requires lcobucci/jwt ^4.0-dev -> satisfiable by lcobucci/jwt[4.0.0-alpha1, 4.0.x-dev] but these conflict with you r requirements or minimum-stability.
Installation failed, reverting ./composer.json to its original content.
You can resolve this error by adding these lines to your composer.json file:
"minimum-stability": "dev",
"prefer-stable": true,
This allows dev requirements to be installed, while preferring stable releases if available.