Declare our custom modules compatible with Drupal 10 and 11 while we're at it
Ref #243
This commit is contained in:
parent
36820ff272
commit
b968fd1bb7
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue