Declare custom modules compatible with Drupal 9 by fiat

This commit is contained in:
benjamin melançon 2022-03-06 10:24:49 -05:00
parent c28e310310
commit 7a9cd25e91
3 changed files with 3 additions and 5 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: 8.x
core_version_requirement: ^8 || ^9
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: 8.x
core_version_requirement: ^8 || ^9
dependencies:
- config_snapshot
- drutopia_case_study
@ -27,5 +27,4 @@ dependencies:
- text
- user
- views
version: 8.x-1.0-alpha1
package: Drutopia

View file

@ -1,6 +1,6 @@
name: 'Creative License'
type: module
core: 8.x
core_version_requirement: ^8 || ^9
package: Drutopia
dependencies:
- config_actions
@ -15,4 +15,3 @@ dependencies:
- path
- taxonomy
- text
version: 8.x-1.0-alpha1