From 243924148ca9ae5205856c7a0d91e5801ec653af Mon Sep 17 00:00:00 2001
From: Florent Torregrosa <florent.torregrosa@gmail.com>
Date: Mon, 6 Jan 2025 09:25:47 +0100
Subject: [PATCH] Issue #3497492 by grimreaper: [D11.1] Remove
 ui_icons_backport dependency

---
 composer.json               | 1 -
 ui_suite_bootstrap.info.yml | 3 +--
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/composer.json b/composer.json
index 2d806bd3..b5539109 100644
--- a/composer.json
+++ b/composer.json
@@ -5,7 +5,6 @@
     "type": "drupal-theme",
     "require": {
         "drupal/layout_options": "^1.4",
-        "drupal/ui_icons": "^1.0",
         "drupal/ui_patterns": "^2.0",
         "drupal/ui_styles": "^1.7"
     },
diff --git a/ui_suite_bootstrap.info.yml b/ui_suite_bootstrap.info.yml
index 79bb70a1..0ee5b8c4 100644
--- a/ui_suite_bootstrap.info.yml
+++ b/ui_suite_bootstrap.info.yml
@@ -1,11 +1,10 @@
 name: 'UI Suite Bootstrap'
 type: theme
 description: "A site-builder friendly Bootstrap theme, using the UI Suite modules."
-core_version_requirement: ^10.3.4 || ^11
+core_version_requirement: ^11.1
 base theme: false
 dependencies:
   - layout_options:layout_options
-  - ui_icons:ui_icons_backport
   - ui_patterns:ui_patterns
   - ui_styles:ui_styles
 
-- 
GitLab