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
When trying to install the package with a fresh 11.x laravel installation it shows the error bellow:
Problem 1
- Root composer.json requires laravel/framework ^11.0, found laravel/framework[v11.0.0, ..., v11.15.0] but the package is fixed to v10.48.12 (lock file version) 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 ^8.1, found nunomaduro/collision[v8.1.0, v8.1.1] but the package is fixed to v7.10.0 (lock file version) by a partial update 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 adrianorosa/laravel-geolocation:*" to figure out if any version is installable, or "composer require adrianorosa/laravel-geolocation:^2.1" if you know which you need.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
Please provide support for laravel 11.x ASAP.
The text was updated successfully, but these errors were encountered:
When trying to install the package with a fresh 11.x laravel installation it shows the error bellow:
Please provide support for laravel 11.x ASAP.
The text was updated successfully, but these errors were encountered: