imagemagick:^3.5 & file_mdm update errror

Created on 13 December 2023, 7 months ago
Updated 21 December 2023, 6 months ago

Problem 1
- Root composer.json requires drupal/imagemagick ^3.5 -> satisfiable by drupal/imagemagick[3.5.0, 3.x-dev].
- drupal/imagemagick[3.5.0, ..., 3.x-dev] require drupal/file_mdm ^3 -> found drupal/file_mdm[dev-3.0.x, 3.0.0-alpha1, ..., 3.0.x-dev (alias of dev-3.0.x)] but it conflicts with your root composer.json require (2.x-dev@dev).

💬 Support request
Status

Closed: works as designed

Version

3.5

Component

Code

Created by

🇩🇪Germany Rar9

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @Rar9
  • 🇧🇪Belgium bart lambert

    Same here,

    I'm also using the module "image_effects" and there mdm ^2.5 is required so update can not be performed because of the restriction of MDM.

    2 possible solutions:

    image effects upgrades its use of mdm to 3.x

    or

    imagemagick makes its module backwards compatible to mdm ^2.X

  • 🇺🇸United States joewhitsitt Iowa

    Not sure what the magic combination in the end was for us, but we were able to do this with something like:

    composer require 'drupal/file_mdm:^3.0' --no-update
    composer require 'drupal/imagemagick:^3.6' --no-update
    composer update drupal/sophron drupal/file_mdm drupal/imagemagick

    `--with-all-dependencies` i think worked at one point but updated more in our composer.json than we were ready to bite off.

  • 🇧🇪Belgium bart lambert

    Now that the module Image Effects had an upgrade, the file_mdm ^3 was upgraded automatically.
    Upgrade of imagemagick is now succesfull.
    So I think this may be closed

  • Status changed to Closed: works as designed 6 months ago
  • 🇮🇹Italy mondrake 🇮🇹
Production build 0.69.0 2024