From d25263a5715cdc15c09d684ddf74b8efa0cd5b6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Wed, 6 Mar 2024 21:06:35 -0500 Subject: [PATCH] Bring composer.json into alignment with Drutopia build source --- composer.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 5c75284..cb5cca8 100644 --- a/composer.json +++ b/composer.json @@ -29,8 +29,8 @@ "drupal/asset_injector": "^2", "drupal/auto_entitylabel": "^3.0@beta", "drupal/backup_migrate": "^5", - "drupal/better_exposed_filters": "^6.0", - "drupal/block_class": "^1", + "drupal/better_exposed_filters": "^6", + "drupal/block_class": "^2", "drupal/bpmn_io": "^1", "drupal/cancel_button": "^1", "drupal/ckeditorheight": "^1", @@ -91,6 +91,7 @@ "drupal/ief_complex_open": "^1", "drupal/indieweb": "^1", "drupal/inline_entity_form": "^1.0@RC", + "drupal/inotherwords": "^3", "drupal/insert": "^3", "drupal/key": "^1.14", "drupal/link_attributes": "^1.9", @@ -106,6 +107,7 @@ "drupal/migrate_tools": "^6", "drupal/migrate_upgrade": "^4", "drupal/minimalhtml": "^2", + "drupal/multiparagraph_flow": "^1", "drupal/node_view_permissions": "^1.4", "drupal/noreferrer": "^1", "drupal/notfoundpassthrough": "1.x-dev", @@ -116,8 +118,10 @@ "drupal/plausible": "^2.0@beta", "drupal/prepopulate": "^2", "drupal/preview_link": "^2", + "drupal/printable": "^3", "drupal/r4032login": "^2", "drupal/rabbit_hole": "^1.0@beta", + "drupal/regionincontent": "^1", "drupal/registration_role": "^2", "drupal/require_on_publish": "^1", "drupal/role_delegation": "^1", @@ -155,7 +159,7 @@ "drupal/weight": "^3.3", "drupal/workflow_buttons": "1.x-dev", "drupal/wysiwyg_linebreaks": "^2", - "drush/drush": "^11", + "drush/drush": "*", "drutopia/drutopia": "2.0.x-dev", "league/commonmark": "^1.0", "vlucas/phpdotenv": "^5.1", @@ -206,6 +210,7 @@ "enable-patching": true, "patches": { "drupal/core": { + "Adding attributes to views-view-list.html.twig doesn't work if Views List class Style option is empty": "https://www.drupal.org/files/issues/2023-03-16/2845400-24.patch", "Use form element of type date instead textfield when selecting a date in an exposed filter": "https://www.drupal.org/files/issues/2021-12-01/2648950-257.patch", "Views Date Filter Datetime Granularity Option": "https://www.drupal.org/files/issues/2021-04-27/2868014-110-after-2648950-247-applied.patch", "Entity reference filter for all entity reference fields 3347343": "https://git.drupalcode.org/project/drupal/-/merge_requests/4053.diff"