From ade5e492f99ebf8b5ff2610b1b5b2315bf9900fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Wed, 24 Jul 2019 07:18:24 -0400 Subject: [PATCH] Add Convert Bundles module to allow manual switching of content types --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0811596..d56ce04 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,8 @@ "drupal/migrate_plus": "^4.2", "drupal/migrate_upgrade": "^3", "drupal/migrate_tools": "^4.1", - "drupal/config_actions": "1.x-dev" + "drupal/config_actions": "1.x-dev", + "drupal/convert_bundles": "^1.0@alpha" }, "repositories": { "drupal": {