From 8a6a5fb82564f853fe4e40aca974d1165a66e76f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Melan=C3=A7on?= Date: Wed, 13 Apr 2022 10:50:17 -0400 Subject: [PATCH] Switch migrate tools and comment notify to recommended major version --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 621b81c..ea7040e 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ "drupal/block_class": "^1.3", "drupal/ckeditorheight": "^1.3", "drupal/classitup": "^1", - "drupal/comment_notify": "^1", + "drupal/comment_notify": "^2", "drupal/convert_bundles": "^1.0@alpha", "drupal/core-composer-scaffold": "^9", "drupal/core-recommended": "^9", @@ -71,7 +71,7 @@ "drupal/microformats": "^2", "drupal/migrate_plus": "^5", "drupal/migrate_source_csv": "^3", - "drupal/migrate_tools": "^4.1", + "drupal/migrate_tools": "^5", "drupal/migrate_upgrade": "^3", "drupal/minimalhtml": "^1.1", "drupal/node_view_permissions": "^1.4",