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.
package: Custom
type: module
core_version_requirement: ^8 || ^9
core_version_requirement: ^8 || ^9 || ^10 || ^11
dependencies:
- drupal:migrate
- drupal:migrate_drupal

View file

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

View file

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