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.

CommentFileSizeAuthor
menu_svg_icons_patched_dependency.patch253 bytesimyaro

Comments

zvse created an issue. See original summary.

imyaro’s picture

  • zvse authored f58281b on 8.x-1.x
    Issue #3123053 by zvse: Sanitizer version dependency
    
AndersNielsen’s picture

Thank you for the patch.

Added to dev.

AndersNielsen’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.