Declare our custom modules compatible with Drupal 10 and 11 while we're at it

Ref #243
This commit is contained in:
benjamin melançon 2024-02-15 11:17:23 -05:00
parent 36820ff272
commit b968fd1bb7
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@ name: Agaric Migration
description: Migrate the content from the D7 version of the site. description: Migrate the content from the D7 version of the site.
package: Custom package: Custom
type: module type: module
core_version_requirement: ^8 || ^9 core_version_requirement: ^8 || ^9 || ^10 || ^11
dependencies: dependencies:
- drupal:migrate - drupal:migrate
- drupal:migrate_drupal - drupal:migrate_drupal

View file

@ -1,7 +1,7 @@
name: 'Drutopia Case Study' name: 'Drutopia Case Study'
description: 'A Case Study highlights work done on a project.' description: 'A Case Study highlights work done on a project.'
type: module type: module
core_version_requirement: ^8 || ^9 core_version_requirement: ^8 || ^9 || ^10 || ^11
dependencies: dependencies:
- config_snapshot - config_snapshot
- drutopia_case_study - drutopia_case_study

View file

@ -1,6 +1,6 @@
name: 'Creative License' name: 'Creative License'
type: module type: module
core_version_requirement: ^8 || ^9 core_version_requirement: ^8 || ^9 || ^10 || ^11
package: Drutopia package: Drutopia
dependencies: dependencies:
- config_actions - config_actions