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

Laravel 6 support #50

Open
open-soft-app opened this issue Dec 6, 2019 · 2 comments
Open

Laravel 6 support #50

open-soft-app opened this issue Dec 6, 2019 · 2 comments
Labels
bug Something isn't working

Comments

@open-soft-app
Copy link

great package and great work!

Bug
I have seen that you have modified the package to make it compatible with laravel 6, but the installation does not work

To Reproduce
Install a fresh Laravel 6.6.2 than run composer require djoudi/laravel-h5p

Expected behavior
A correct Installation

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

Problem 1
- djoudi/laravel-h5p 1.0 requires laravel/framework 5.5.* -> satisfiable by laravel/framework[5.5.x-dev].
- Conclusion: don't install laravel/framework 5.5.x-dev
- Can only install one of: laravel/framework[v6.6.2, 5.7.x-dev].
- Can only install one of: laravel/framework[5.7.x-dev, v6.6.2].
- Can only install one of: laravel/framework[5.7.x-dev, v6.6.2].
- djoudi/laravel-h5p 1.0.x-dev requires laravel/framework 5.7.* -> satisfiable by laravel/framework[5.7.x-dev].
- Installation request for djoudi/laravel-h5p ^1.0 -> satisfiable by djoudi/laravel-h5p[1.0, 1.0.x-dev].
- Installation request for laravel/framework (locked at v6.6.2, required as 6.*) -> satisfiable by laravel/framework[v6.6.2].

Question
am I wrong about something or is there a problem?

@djoudi
Copy link
Owner

djoudi commented Dec 7, 2019

Yes there are and I try to solve it as soon as

@open-soft-app
Copy link
Author

Ok, thank you very much for the quick reply

@djoudi djoudi added the bug Something isn't working label May 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants