Description
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?