Declare custom modules compatible with Drupal 9 by fiat
This commit is contained in:
parent
c28e310310
commit
7a9cd25e91
3 changed files with 3 additions and 5 deletions
|
@ -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: 8.x
|
core_version_requirement: ^8 || ^9
|
||||||
dependencies:
|
dependencies:
|
||||||
- drupal:migrate
|
- drupal:migrate
|
||||||
- drupal:migrate_drupal
|
- drupal:migrate_drupal
|
||||||
|
|
|
@ -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: 8.x
|
core_version_requirement: ^8 || ^9
|
||||||
dependencies:
|
dependencies:
|
||||||
- config_snapshot
|
- config_snapshot
|
||||||
- drutopia_case_study
|
- drutopia_case_study
|
||||||
|
@ -27,5 +27,4 @@ dependencies:
|
||||||
- text
|
- text
|
||||||
- user
|
- user
|
||||||
- views
|
- views
|
||||||
version: 8.x-1.0-alpha1
|
|
||||||
package: Drutopia
|
package: Drutopia
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name: 'Creative License'
|
name: 'Creative License'
|
||||||
type: module
|
type: module
|
||||||
core: 8.x
|
core_version_requirement: ^8 || ^9
|
||||||
package: Drutopia
|
package: Drutopia
|
||||||
dependencies:
|
dependencies:
|
||||||
- config_actions
|
- config_actions
|
||||||
|
@ -15,4 +15,3 @@ dependencies:
|
||||||
- path
|
- path
|
||||||
- taxonomy
|
- taxonomy
|
||||||
- text
|
- text
|
||||||
version: 8.x-1.0-alpha1
|
|
||||||
|
|
Loading…
Reference in a new issue