From f620df02ca7ce1f65b5a70e422c7b2ca7c257f91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Melan=C3=A7on?= <ben@agaric.coop> Date: Fri, 19 Nov 2021 10:02:02 -0500 Subject: [PATCH] Declare custom modules & themes compatible with Drupal 9 --- web/modules/custom/geo_citation/geo_citation.info.yml | 2 +- web/modules/custom/geo_upgrade/geo_upgrade.info.yml | 2 +- web/themes/custom/geofresco/geofresco.info.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/modules/custom/geo_citation/geo_citation.info.yml b/web/modules/custom/geo_citation/geo_citation.info.yml index c39639d..3f62a4b 100644 --- a/web/modules/custom/geo_citation/geo_citation.info.yml +++ b/web/modules/custom/geo_citation/geo_citation.info.yml @@ -1,7 +1,7 @@ name: "GEO Citations" description: "Formatted credit line for Grassroots Economic Organizing collective's original articles." type: module -core: 8.x +core_version_requirement: ^8 || ^9 dependencies: - drutopia_article package: Custom diff --git a/web/modules/custom/geo_upgrade/geo_upgrade.info.yml b/web/modules/custom/geo_upgrade/geo_upgrade.info.yml index 4e223aa..c2d58a4 100644 --- a/web/modules/custom/geo_upgrade/geo_upgrade.info.yml +++ b/web/modules/custom/geo_upgrade/geo_upgrade.info.yml @@ -1,7 +1,7 @@ name: Geo Upgrade type: module description: Customization of Drupal 7 to Drupal 8 upgrade migration. -core: 8.x +core_version_requirement: ^8 || ^9 package: Migration dependencies: - migrate_drupal diff --git a/web/themes/custom/geofresco/geofresco.info.yml b/web/themes/custom/geofresco/geofresco.info.yml index 772dd34..fd0255a 100644 --- a/web/themes/custom/geofresco/geofresco.info.yml +++ b/web/themes/custom/geofresco/geofresco.info.yml @@ -3,7 +3,7 @@ description: Customization of Drutopia's Bulma-based Octavia theme for Grassroot type: theme base theme: octavia package: Custom -core: 8.x +core_version_requirement: ^8 || ^9 logo: images/geo-logo-sun-road.png