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

Package not compatible with intervension/image v3 #66

Open
maraloon opened this issue Jun 20, 2024 · 0 comments
Open

Package not compatible with intervension/image v3 #66

maraloon opened this issue Jun 20, 2024 · 0 comments

Comments

@maraloon
Copy link

There is dependency in composer.json as "intervention/image": "^2.4|^3.4",, but there was changes in 3 version, such as exclude Laravel support to another package

So, when you install laravel-imageup, you have an error Class "Intervention\Image\Facades\Image" not found

To fix this, you need to hardcode version 2 in your composer.json:

"qcod/laravel-imageup": "^1.2",
"intervention/image": "2.4.*",

I think it will be good to remove 3.4 version from composer, while support for it not added

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