From 9ef1993345909efc1360fe3bfd507b3b9ba41cc5 Mon Sep 17 00:00:00 2001 From: Lee Mills Date: Thu, 24 Apr 2025 15:55:03 +0100 Subject: [PATCH] feat: upgrade field_group to version 4 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ba21d12..c3c79be 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "require": { "drupal/condition_field": "^2.0", "drupal/entity_browser": "^2.5", - "drupal/field_group": "~3.0", + "drupal/field_group": "^4.0", "drupal/link_attributes": "^2.1", "drupal/pathauto": "~1.0", "localgovdrupal/localgov_core": "^2.12",