From cd8073c755d5e9471b55fa812e9e039d375f1a44 Mon Sep 17 00:00:00 2001 From: Andy Broomfield Date: Wed, 21 Aug 2024 12:37:24 +0100 Subject: [PATCH] Upgrade link attributes to 2.x branch Fix #270 Set min version to 2.1 as 1.x branch unsupported. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 32bdb87..351a3d9 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "drupal/condition_field": "^2.0", "drupal/entity_browser": "^2.5", "drupal/field_group": "~3.0", - "drupal/link_attributes": "^1.2", + "drupal/link_attributes": "^2.1", "drupal/pathauto": "~1.0", "localgovdrupal/localgov_core": "^2.12", "localgovdrupal/localgov_page_components": "^1.1",