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

Not Inatalled laravel 10 #379

Open
soltaneghalbha opened this issue Apr 9, 2024 · 1 comment
Open

Not Inatalled laravel 10 #379

soltaneghalbha opened this issue Apr 9, 2024 · 1 comment

Comments

@soltaneghalbha
Copy link

hi
I use Laravel 10
It gives the following error during installation:
` Problem 1
- Root composer.json requires intervention/imagecache ^2.6 -> satisfiable by intervention/imagecache[2.6.0].
- intervention/imagecache 2.6.0 requires intervention/image ~2.2 -> found intervention/image[2.2.0, ..., 2.7.2] but it conflicts with your root composer.json require (^3.5).

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 intervention/imagecache:*" to figure out if any version is installable, or "composer require intervention/imagecache:^2.1" if you know which you need.
Composer json:"guzzlehttp/guzzle": "^7.2",
"intervention/image": "^3.5",
"intervention/image-laravel": "^1.2.0",
"laravel/framework": "^10.10",
"laravel/sanctum": "^3.3",
"laravel/tinker": "^2.8",
"livewire/livewire": "^3.4",
"mcamara/laravel-localization": "^1.8",
"realrashid/sweet-alert": "^7.1"
`
Thanks

@stainleebakhla
Copy link

It seems you have a conflict with the "intervention/image" package. Try removing this package from your composer.json file and try again.

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