Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

passport 3.0 #5

Open
mits87 opened this issue Aug 3, 2017 · 2 comments
Open

passport 3.0 #5

mits87 opened this issue Aug 3, 2017 · 2 comments

Comments

@mits87
Copy link

mits87 commented Aug 3, 2017

Hi,

I have problem with your package because I have laravel 5.4 and passport 3.0 and your package is not compatible:

  Problem 1
    - Installation request for mikemclin/passport-custom-request-grant ^1.0 -> satisfiable by mikemclin/passport-custom-request-grant[1.0.0].
    - mikemclin/passport-custom-request-grant 1.0.0 requires laravel/passport ^2.0 -> satisfiable by laravel/passport[2.0.x-dev, v2.0.0, v2.0.1, v2.0.10, v2.0.11, v2.0.2, v2.0.3, v2.0.4, v2.0.5, v2.0.6, v2.0.7, v2.0.8, v2.0.9] but these conflict with your requirements or minimum-stability.

Coud you fix it?
Thanks

@pmhou
Copy link

pmhou commented Aug 16, 2017

@mits87 As far as I'm aware this package is fully compatible with 3.0^ so using an alias with composer will solve your issue.

"require": {
        "laravel/passport": "3.0.1 as 2.0.11",
    },

@stefensuhat
Copy link

Problem 1
- Installation request for mikemclin/passport-custom-request-grant ^1.0 -> satisfiable by mikemclin/passport-custom-request-grant[1.0.0].
- mikemclin/passport-custom-request-grant 1.0.0 requires laravel/passport ^2.0 -> satisfiable by laravel/passport[2.0.x-dev, v2.0.0, v2.0.1, v2.0.10, v2.0.11, v2.0.2, v2.0.3, v2.0.4, v2.0.
5, v2.0.6, v2.0.7, v2.0.8, v2.0.9] but these conflict with your requirements or minimum-stability.

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

No branches or pull requests

3 participants