From d21cac34be5bc803597b413cf9171f6de9723e04 Mon Sep 17 00:00:00 2001 From: Finn Date: Tue, 30 Sep 2025 15:06:14 +0100 Subject: [PATCH] Add patch for layout_paragraphs to fix deprecated implicit nullable: warnings in PHP 8.4 --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index a6505ae..d78f974 100644 --- a/composer.json +++ b/composer.json @@ -33,6 +33,9 @@ "drupal/geolocation": { "Fix schema #3138668": "https://www.drupal.org/files/issues/2021-01-27/geolocation-google-maps-schema-update-3138668-5.patch" }, + "drupal/layout_paragraphs": { + "Fix deprecated implicit nullable: https://www.drupal.org/project/layout_paragraphs/issues/3502083": "https://www.drupal.org/files/issues/2025-09-23/fix-implicit-nullable-warnings-3502083-7.patch" + }, "drupal/tablefield": { "Row order identifiers localgov_paragraphs:#212 https://www.drupal.org/project/tablefield/issues/3441319": "https://www.drupal.org/files/issues/2025-02-14/3441319-19.patch" }