From 24476d219bf305f736ea7be22900fab3f84af9d3 Mon Sep 17 00:00:00 2001 From: Brian Gilbert Date: Mon, 29 Apr 2024 14:40:40 +1000 Subject: [PATCH] chore: fix for php 8.2 --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index 8865c3b..798bc4f 100644 --- a/composer.json +++ b/composer.json @@ -194,6 +194,9 @@ }, "enable-patching": true, "patches": { + "drupal/content_lock": { + "https://www.drupal.org/project/content_lock/issues/3443044#comment-15568156": "https://www.drupal.org/files/issues/2024-04-25/content_lock-3443044.patch" + }, "drupal/druxt": { "#3315030 - Add a wildcard route translator": "https://git.drupalcode.org/project/druxt/-/merge_requests/11.diff", "#3315035 - Cannot load the 'view' entity with NULL ID": "https://git.drupalcode.org/project/druxt/-/merge_requests/10.diff"