From bec6657c2529268ebd46e716a7898ccfe802c6c9 Mon Sep 17 00:00:00 2001 From: David Valdez Date: Tue, 30 Jul 2019 15:31:27 -0500 Subject: [PATCH] Add the patch that fixes a bug in the migrations tools module --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index f30a51d..7d365be 100644 --- a/composer.json +++ b/composer.json @@ -65,6 +65,9 @@ }, "drupal/drutopia_core": { "Remove default content": "patches/drutopia-core-remove-default-content.patch" + }, + "drupal/migrate_tools": { + "The limit option does not accept a value": "https://www.drupal.org/files/issues/2019-02-05/migrate-tools_fix-drush-options_3024399-23.patch" } } }