From d6994a349cc0a82de7a26cd282f52e9de83dc390 Mon Sep 17 00:00:00 2001 From: Al Munnings Date: Sat, 13 Apr 2024 16:15:41 +1000 Subject: [PATCH] Table field 8.2 issue. --- composer.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/composer.json b/composer.json index 171543a..18433d4 100644 --- a/composer.json +++ b/composer.json @@ -145,6 +145,11 @@ "locations": { "web-root": "web/" } + }, + "patches": { + "drupal/tablefield": { + "3397688: PHP 8.2 support": "https://www.drupal.org/files/issues/2023-12-21/tablefield-php8.2-deprecated-creation-of-dynamic-properties-3397688-9.patch" + } } } }