-
-
Notifications
You must be signed in to change notification settings - Fork 401
Open
Labels
Description
When installing the "symfony/ux-cropperjs" package, a compatibility issue arises with the "rekalogika/file-filepond" package version 2.3. Both packages use "intervention/image," but unlike "symfony/ux-cropperjs," which uses version "^2," the "rekalogika/file-filepond" package uses the newer version "^3." If you install them in reverse order, the "rekalogika/file-filepond" package version "1.8" is installed, which doesn't work in Symfony 7.4 due to assetmapper.
Is it possible to upgrade to a newer version of "intervention/image"?
Reactions are currently unavailable