Problem/Motivation

When trying to install module wordpress_migrate_ui system gives a dependency error:

Error

Steps to reproduce

On a Clean Drupal, get wordpress_migration using composer.
Try to install wordpress_migrate_ui and then error appears.

Proposed resolution

I propose to add migrate_tools as a dependency in composer.json of the module

CommentFileSizeAuthor
Captura desde 2025-01-09 01-18-23.png7.67 KBabarrio
Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

abarrio created an issue. See original summary.

abarrio’s picture

Status: Active » Needs review

Created merge request moving migrate_tools dependency from require-dev to require on composer.json to install it always.

hongpong made their first commit to this issue’s fork.

  • hongpong committed b27d638d on 8.x-3.x authored by abarrio
    #3498321: Move migrate tools dependency from require-dev to require on...
hongpong’s picture

Status: Needs review » Fixed

Great call thank you abarrio! Appreciate your patience and help on this.

Status: Fixed » Closed (fixed)

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