I had to add manually the module Migrate_plus to my main composer.json to be able to install "Drupal Commerce 1.x"

CommentFileSizeAuthor
#2 2955236-2.patch708 bytesquietone

Comments

heyyo created an issue. See original summary.

quietone’s picture

Status: Active » Needs review
StatusFileSize
new708 bytes

Ah, your right commerce_migrate_commerce now has a dependency on migrate_plus. I didn't look up when it started using migrate_plus features but it needs to be fixed.

Now that both commerce_migrate_ubercart and commerce_migrate_commerce require migrate_plus lets put the dependency in commerce_migrate.info.yml and remove it from commerce_migrate_ubercart.

heddn’s picture

Status: Needs review » Needs work
+++ b/commerce_migrate.info.yml
@@ -6,3 +6,4 @@ package: Commerce (contrib)
+  - migrate_plus:migrate_plus

Also missing an entry in composer.json. Let's move it out of require-dev into require.

  • heddn committed eb58607 on 8.x-2.x
    Issue #2955236 by quietone, heyyo, heddn: Migrate Plus module dependency...
heddn’s picture

Status: Needs work » Fixed

Did that during commit.

Status: Fixed » Closed (fixed)

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