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

"Your requirements could not be resolved to an installable set of packages." (laravel 5) #10

Open
martynbiz opened this issue Apr 4, 2015 · 2 comments

Comments

@martynbiz
Copy link

I got this error message when running composer update with Laravel 5, not 4. A little investigation into it, would seem it's trying to load different versions of Support?

"illuminate/support": "~4.1"

..but my project is requiring Laravel 5. Is there any way around this? Does the provider not work in 5 yet?

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

  Problem 1
    - Conclusion: don't install laravel/framework v5.0.27
    - Conclusion: don't install laravel/framework v5.0.26
    - Conclusion: don't install laravel/framework v5.0.25
    - Conclusion: don't install laravel/framework v5.0.24
    - Conclusion: remove laravel/framework v5.0.23
    - Conclusion: don't install laravel/framework v5.0.23
    - Conclusion: don't install laravel/framework v5.0.22
    - Conclusion: don't install laravel/framework v5.0.21
...
@illuminate3
Copy link

Came here to ask about L5 support and saw this thread.

This package only supports.

"illuminate/support": "~4.1"

Which means, trying to get KnightSwarm to support 5 or fork the package and build in L5 support.

@illuminate3
Copy link

Just found this:
https://github.com/aacotroneo/laravel-saml2

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

2 participants