From e8038a658125c2ba4874590c310cc20a68f93ba1 Mon Sep 17 00:00:00 2001 From: Neil Drumm <drumm@delocalizedham.com> Date: Mon, 6 May 2024 16:23:58 -0700 Subject: [PATCH] Issue #3421791: Ensure that Book does not get special core treatment --- project_composer.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project_composer.module b/project_composer.module index bf966f3..c456ec0 100644 --- a/project_composer.module +++ b/project_composer.module @@ -1402,7 +1402,7 @@ function _project_composer_get_removed_components($release_category) { 'simpletest', 'hal', 'color', 'aggregator', 'tracker', 'quickedit', 'bartik', 'seven', 'rdf', 'stable', 'classy', 'ckeditor', // Removed in Drupal 11, https://www.drupal.org/project/drupal/issues/3265680 - 'statistics', 'tour', 'action', 'forum', + 'statistics', 'tour', 'action', 'forum', 'book', ]; } else { -- GitLab