From 4cedf2bb83b18887a5f81f7784eef9bb6963ced1 Mon Sep 17 00:00:00 2001 From: "joseph.olstad" <joseph.olstad@1321830.no-reply.drupal.org> Date: Mon, 2 Dec 2024 00:02:28 -0500 Subject: [PATCH] Issue #3428283 by danchadwick: Automated Drupal 11 compatibility fixes for bootstrap 8.x-3.x --- bootstrap3.info.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap3.info.yml b/bootstrap3.info.yml index cc38725..a071573 100644 --- a/bootstrap3.info.yml +++ b/bootstrap3.info.yml @@ -1,6 +1,6 @@ type: theme base theme: false -core_version_requirement: ^10.2 || ^11.0 +core_version_requirement: ^10.3 || ^11 name: 'Bootstrap 3' description: 'Built to use Bootstrap 3, a sleek, intuitive, and powerful front-end framework for faster and easier web development.' -- GitLab