From dba9d5a315e16762cb2bffd5c305cd229a1b5a7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Melan=C3=A7on?= Date: Fri, 19 Nov 2021 09:49:02 -0500 Subject: [PATCH] Drop markdown which is not used by GEO and not D9 compatible yet Also add microformats (Drutopia standard) and upgrade migrate modules (also Drutopia standard) to D9-compatible ones. --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 568ef3a..5e7f523 100644 --- a/composer.json +++ b/composer.json @@ -62,10 +62,10 @@ "drupal/link_attributes": "^1.9", "drupal/linkit": "^6", "drupal/mailchimp": "^1.10", - "drupal/markdown": "^1.3", "drupal/menu_link_config": "^1.0@alpha", - "drupal/migrate_plus": "^4.2", - "drupal/migrate_source_csv": "3.1", + "drupal/microformats": "^2", + "drupal/migrate_plus": "^5", + "drupal/migrate_source_csv": "^3", "drupal/migrate_tools": "^4.1", "drupal/migrate_upgrade": "^3", "drupal/minimalhtml": "^1.1",