From e741eaaf19733e2e566261a4eda0630c3aa7cc7d Mon Sep 17 00:00:00 2001 From: James O'Toole Date: Mon, 11 Dec 2023 14:47:15 -0800 Subject: [PATCH] Update galactus.info.yml Change the version number Update the core_version_requirement to a minimum of 9.4 (drops Drupal 8 support) --- galactus.info.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/galactus.info.yml b/galactus.info.yml index f0bd022..0de83cf 100644 --- a/galactus.info.yml +++ b/galactus.info.yml @@ -3,13 +3,11 @@ type: theme 'base theme': false description: 'Galactus is a Drupal base theme that provides integration with the UBC CLF (Common Look and Feel) for UBC-branded units. We recommend against using this theme for any customizations or modifications. If you require a customized UBC CLF theme, please consider the Drupal CLF theme' package: ubc-web-services -version: '1.0.0' -core_version_requirement: ^8 || ^9 || ^10 +version: '2.0' +core_version_requirement: ^9.4 || ^10 generator: 'starterkit_theme:9.5.1' starterkit: true libraries: - # this library is equivalent to classy/base, so we exclude it - # - galactus/base - galactus/messages - core/normalize - galactus/global