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 11.x support #9

Open
adnane-ka opened this issue Jul 12, 2024 · 0 comments
Open

Laravel 11.x support #9

adnane-ka opened this issue Jul 12, 2024 · 0 comments

Comments

@adnane-ka
Copy link

adnane-ka commented Jul 12, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant