From e6d2a4a7b23f99ae2e1af5af3e1d9c2fa617d151 Mon Sep 17 00:00:00 2001
From: hatuhay <hatuhay@827704.no-reply.drupal.org>
Date: Sat, 13 Jun 2020 20:15:53 -0500
Subject: [PATCH] Remove dependencies from composer.json Bootstrap Extras

---
 composer.json | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/composer.json b/composer.json
index e8e841d..c9dcec5 100644
--- a/composer.json
+++ b/composer.json
@@ -5,8 +5,7 @@
   "license": "GPL-2.0-or-later",
   "homepage": "https://www.drupal.org/project/bootstrap_barrio",
   "require": {
-    "twbs/bootstrap": "^4.4.1",
-    "drupal/bootstrap_extras": "^4.0.0"
+    "twbs/bootstrap": "^4.4.1"
   },
   "authors": [{
     "name": "Alberto Siles",
-- 
GitLab