I have the following problem when I want to integrate the latest version of metronic v8.0.36 Problem 1
- Root composer.json requires laravel/framework ^9.0, found laravel/framework[v9.0.0-beta.1, ..., 9.x-dev] but the package is fixed to v8.
by a partial update and that version does not match. Make sure you list it as an argument for the update command.
Problem 2
- Root composer.json requires nunomaduro/collision ^6.1 -> satisfiable by nunomaduro/collision[v6.1.0].
- nunomaduro/collision v6.1.0 requires filp/whoops ^2.14.5 -> found filp/whoops[2.14.5] but the package is fixed to 2.14.4 (lock file vers
and that version does not match. Make sure you list it as an argument for the update command.
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 nunomaduro/collision:*" to figure out
llable, or "composer require nunomaduro/collision:^2.1" if you know which you need.