Skip to content
This repository has been archived by the owner on Feb 12, 2019. It is now read-only.

Issue with installing package in laravel 5.5 #4

Open
mithublue opened this issue Jan 31, 2018 · 1 comment
Open

Issue with installing package in laravel 5.5 #4

mithublue opened this issue Jan 31, 2018 · 1 comment

Comments

@mithublue
Copy link

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.

@ColinBohn
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants