From 3cdf62da02f34d16549a7cca4182e8e6f018b423 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Dec 2025 19:57:52 +0000 Subject: [PATCH] Update drupal/components requirement from 3.1.0 to 3.2.0 Updates the requirements on drupal/components to permit the latest version. --- updated-dependencies: - dependency-name: drupal/components dependency-version: 3.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index be3ebf2dc..e2930b2b0 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "drupal/book": "2.0.2", "drupal/captcha": "2.0.9", "drupal/chosen": "5.0.2", - "drupal/components": "3.1.0", + "drupal/components": "3.2.0", "drupal/config_ignore": "3.3.0", "drupal/config_perms": "2.3.0", "drupal/config_split": "2.0.2",