You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the error I get when trying to require package:
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- devleaptech/laravel-h5p dev-main requires laravel/framework ^9.19 -> found laravel/framework[v9.19.0, ..., 9.x-dev] but it conflicts with your root composer.json require (^10.10).
- Root composer.json requires devleaptech/laravel-h5p * -> satisfiable by devleaptech/laravel-h5p[dev-main].
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
You can also try re-running composer require with an explicit version constraint, e.g. "composer require devleaptech/laravel-h5p:*" to figure out if any version is installable, or "composer require devleaptech/laravel-h5p:^2.1" if you know which you need.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
Hi how can I get this working for laravel 10? Any help would be greatly appreciated! Thank you
The text was updated successfully, but these errors were encountered: