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

Installing to Laravel 11 on clean a project fails with conflicts #12

Open
ferhatozkanun1 opened this issue Aug 29, 2024 · 2 comments
Open

Comments

@ferhatozkanun1
Copy link

When I try to install menu builder to Laravel 11.9 (v11.21.0) project, composer gives me confliction errors like below.

Problem 1 - efectn/laravel-menu-builder[v1.5.0, ..., v1.5.2] require illuminate/translation ~9 -> found illuminate/translation[v9.0.0, ..., v9.52.16] but these were not loaded, likely because it conflicts with another require. - efectn/laravel-menu-builder v1.5.3 requires illuminate/translation ~9 || ~10 -> found illuminate/translation[v9.0.0, ..., v9.52.16, v10.0.0, ..., v10.48.20] but these were not loaded, likely because it conflicts with another require. - Root composer.json requires efectn/laravel-menu-builder ^1.5 -> satisfiable by efectn/laravel-menu-builder[v1.5.0, v1.5.1, v1.5.2, v1.5.3]

I tried to solve conflicts but no success. What is your suggestions?

@kistlerk19
Copy link

I'm also encountering the same issue.
Were you able to find a way around?

@ferhatozkanun1
Copy link
Author

ferhatozkanun1 commented Nov 9, 2024 via email

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

2 participants