From ba79b95015c886c33964ecb271540142bbed53f6 Mon Sep 17 00:00:00 2001 From: Adam Vessey Date: Wed, 27 Sep 2023 16:33:33 -0300 Subject: [PATCH] Drop `drupal/migrate_tools:^6` The two versions cannot actually be supported in parallel, due to things moving in the namespace and the introduction of type hints. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f3f66e4..9e863db 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ "drupal/imagemagick": "^3.2", "drupal/migrate_directory": "^1 || ^2", "drupal/migrate_plus": "^5.1 || ^6", - "drupal/migrate_tools": "^5.0 || ^6", + "drupal/migrate_tools": "^5.0", "drupal/paragraphs": "^1", "drupal/pathauto": "^1.8", "islandora/controlled_access_terms": "^2",