Declare custom modules & themes compatible with Drupal 9

This commit is contained in:
benjamin melançon 2021-11-19 10:02:02 -05:00
parent 94766353bd
commit f620df02ca
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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