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.
|
||||
package: Custom
|
||||
type: module
|
||||
core: 8.x
|
||||
core_version_requirement: ^8 || ^9
|
||||
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: 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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue