From 3673974d37c6b91a1327c40ef375563aa40664e1 Mon Sep 17 00:00:00 2001 From: Rajab Natshah Date: Sat, 25 Jan 2025 18:16:38 +0300 Subject: [PATCH] Add a patch for Layout Builder Advanced Permissions module on Issue #3502237: Fix type error in layout builder perms access manager logger channel factory with LoggerChannelFactoryInterface #121 --- composer.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4449c35..43b6868 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ } ], "require": { - "drupal/core": "~10.4.0", + "drupal/core": "~10.4.0 || ~11.1.0", "composer/installers": "~2", "oomphinc/composer-installers-extender": "~2", "cweagans/composer-patches": "~1 || ~2" @@ -159,6 +159,10 @@ "Issue #3450665: Fix: Twig Error Loader Error when attempting to add new content.": "https://www.drupal.org/files/issues/2024-06-02/gin_type_tray--2024-06-02--3450665-7.patch" }, + "drupal/layout_builder_perms": { + "Issue #3502237: Fix type error in layout builder perms access manager logger channel factory with LoggerChannelFactoryInterface ": + "https://www.drupal.org/files/issues/2025-01-25/layout_builder_perms--2025-01-25--3502237--mr-25.patch" + }, "drupal/cl_server": { "Issue #3456661: Update Drupal core to ^10.3 and ^11 and drop the use of the SDC experimental module": "https://www.drupal.org/files/issues/2024-06-25/cl_server--2024-06-25--3456661-9--mr-32.patch"