From 315e1267a0f9c259dae0b2b298a30660c07ad078 Mon Sep 17 00:00:00 2001
From: escuriola <escuriola@gmail.com>
Date: Mon, 14 Mar 2022 11:05:56 +0100
Subject: [PATCH] OEL-1160: Add diff patch with 1.x.

---
 composer.json | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/composer.json b/composer.json
index 3948aaaa..764fb0f8 100644
--- a/composer.json
+++ b/composer.json
@@ -63,6 +63,11 @@
                 }
             }
         },
+        "patches": {
+            "openeuropa/oe_bootstrap_theme" : {
+                "1.x latest": "https://github.com/openeuropa/oe_bootstrap_theme/compare/1.0.0-alpha7..1.x.diff"
+            }
+        },
         "drupal-scaffold": {
             "locations": {
                 "web-root": "./build"
-- 
GitLab