From 39db8dfa66b01e2a0f47b02a555cde9f85b48f7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Sat, 19 Jul 2025 12:11:19 -0400 Subject: [PATCH] Update LinkIt to version that supports latest Drupal 10.5.1 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5bedefb..c44e1a0 100644 --- a/composer.json +++ b/composer.json @@ -88,7 +88,7 @@ "drupal/insert": "^3", "drupal/key": "^1.14", "drupal/link_attributes": "^1.9", - "drupal/linkit": "^6", + "drupal/linkit": "^7", "drupal/mailchimp": "^2", "drupal/markdown": "^3", "drupal/menu_link_config": "^1.0@alpha",