Hello,
in issue #3122807: Cannot install - composer dependency problem @dgdrup notified me that module svg_image has incompability with the module menu_svg_icons
It happens because the menu_svg_icons module requires enshrined/svg-sanitize package with ^0.9.0 which means >=0.9.0 and <0.10, but svg_image module need version 0.13
and modules met a composer dependency hell
I've changed version of the enshrined/svg-sanitize in the last release, could you please also update composer.json of your module to something like >=0.9 <1.0 to keep module's users updated with the last package releases?
Thank you
Hope patch will be useful.
| Comment | File | Size | Author |
|---|---|---|---|
| menu_svg_icons_patched_dependency.patch | 253 bytes | imyaro |
Comments
Comment #2
imyaro commentedComment #4
AndersNielsen commentedThank you for the patch.
Added to dev.
Comment #5
AndersNielsen commented