From 5cc5a13f7d08aa2a3fbfad8ca396fde642f6bf85 Mon Sep 17 00:00:00 2001 From: Finn Lewis Date: Thu, 18 Apr 2024 21:38:03 +0100 Subject: [PATCH] Feature/4.x/tablefield php82 deprecation (#421) * Patch core for PHP8.2 deprecation with tablefield. --------- Co-authored-by: Alistair Wearring <95761929+AWearring@users.noreply.github.com> --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index cd8cbfa..3688ad3 100644 --- a/composer.json +++ b/composer.json @@ -46,6 +46,9 @@ "drupal/core": "-p2" }, "patches": { + "drupal/core": { + "Fix PHP8.2 deprecation in Drupal tablefield, see https://www.drupal.org/project/tablefield/issues/3397688.": "https://www.drupal.org/files/issues/2023-12-21/tablefield-php8.2-deprecated-creation-of-dynamic-properties-3397688-9.patch" + }, "drupal/domain_path": { "https://github.com/localgovdrupal/localgov_microsites/pull/175#issuecomment-1172879196": "https://raw.githubusercontent.com/localgovdrupal/localgov_microsites/995261d0909065e3124fba3fc0dce3e823aefa1d/patches/domain_path.146-url-aliases.patch", "https://github.com/localgovdrupal/localgov_microsites_group/issues/326": "https://raw.githubusercontent.com/localgovdrupal/localgov_microsites/4cbdbe6ae3c3e95e7d2ed15d918c66805ad8e7f1/patches/localgov_microsites_group_326.domain_path_pathauto.unserializable.patch"