From e898335e282888f472894731eee6c474580584f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Melan=C3=A7on?= Date: Wed, 4 May 2022 12:24:01 -0400 Subject: [PATCH] Stop referencing nonexistent version of comment notify --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0e720b0..99737ba 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": "^2", + "drupal/comment_notify": "^1", "drupal/convert_bundles": "^1.0@alpha", "drupal/core-composer-scaffold": "^9", "drupal/core-recommended": "^9",