diff --git a/composer.json b/composer.json index 1c8d6ba..0b5af40 100644 --- a/composer.json +++ b/composer.json @@ -5,8 +5,7 @@ "license": "GPL-2.0+", "require": { "drupal/core": "^8.5", - "drupal/commerce": "^2.0", - "drupal/migrate_plus": "^4" + "drupal/commerce": "^2.0" }, "require-dev": { "drupal/coder": "^8", diff --git a/modules/commerce/commerce_migrate_commerce.info.yml b/modules/commerce/commerce_migrate_commerce.info.yml index 27cf527..2290aca 100644 --- a/modules/commerce/commerce_migrate_commerce.info.yml +++ b/modules/commerce/commerce_migrate_commerce.info.yml @@ -7,6 +7,7 @@ dependencies: - commerce:commerce - drupal:migrate_drupal - commerce_migrate:commerce_migrate + - migrate_plus:migrate_plus test_dependencies: - commerce_shipping:commerce_shipping diff --git a/modules/commerce/composer.json b/modules/commerce/composer.json index 53a973d..a7550b6 100644 --- a/modules/commerce/composer.json +++ b/modules/commerce/composer.json @@ -5,7 +5,6 @@ "license": "GPL-2.0+", "require": { "drupal/commerce": "^2", - "drupal/core": "^8.3", "drupal/migrate_plus": "^4" }, "minimum-stability": "dev" diff --git a/modules/csv_example/composer.json b/modules/csv_example/composer.json index 92f4673..f174640 100644 --- a/modules/csv_example/composer.json +++ b/modules/csv_example/composer.json @@ -5,7 +5,6 @@ "license": "GPL-2.0+", "require": { "drupal/commerce": "^2", - "drupal/core": "^8.3", "drupal/migrate_source_csv": "^2" }, "minimum-stability": "dev" diff --git a/modules/magento/commerce_migrate_magento.info.yml b/modules/magento/commerce_migrate_magento.info.yml index 1f30b8e..1beb7b6 100644 --- a/modules/magento/commerce_migrate_magento.info.yml +++ b/modules/magento/commerce_migrate_magento.info.yml @@ -7,3 +7,4 @@ dependencies: - commerce:commerce - commerce_migrate:commerce_migrate - migrate_source_csv:migrate_source_csv + - migrate_plus:migrate_plus \ No newline at end of file diff --git a/modules/magento/composer.json b/modules/magento/composer.json index 11e816a..13bf1bb 100644 --- a/modules/magento/composer.json +++ b/modules/magento/composer.json @@ -5,7 +5,7 @@ "license": "GPL-2.0+", "require": { "drupal/commerce": "^2", - "drupal/core": "^8.3", + "drupal/migrate_plus": "^4", "drupal/migrate_source_csv": "^2" }, "minimum-stability": "dev" diff --git a/modules/ubercart/commerce_migrate_ubercart.info.yml b/modules/ubercart/commerce_migrate_ubercart.info.yml index f66d473..9e943c7 100644 --- a/modules/ubercart/commerce_migrate_ubercart.info.yml +++ b/modules/ubercart/commerce_migrate_ubercart.info.yml @@ -7,3 +7,4 @@ dependencies: - commerce:commerce - drupal:migrate_drupal - commerce_migrate:commerce_migrate + - migrate_plus:migrate_plus diff --git a/modules/ubercart/composer.json b/modules/ubercart/composer.json index e2101ca..e43e981 100644 --- a/modules/ubercart/composer.json +++ b/modules/ubercart/composer.json @@ -5,7 +5,6 @@ "license": "GPL-2.0+", "require": { "drupal/commerce": "^2", - "drupal/core": "^8.3", "drupal/migrate_plus": "^4" }, "minimum-stability": "dev" diff --git a/modules/woocommerce/composer.json b/modules/woocommerce/composer.json index b4df69e..b414bf4 100644 --- a/modules/woocommerce/composer.json +++ b/modules/woocommerce/composer.json @@ -5,7 +5,6 @@ "license": "GPL-2.0+", "require": { "drupal/commerce": "^2", - "drupal/core": "^8.3", "drupal/migrate_source_csv": "^2" }, "minimum-stability": "dev"