diff options
author | Nathaniel Catchpole | 2018-04-06 12:13:01 (GMT) |
---|---|---|
committer | Nathaniel Catchpole | 2018-04-06 12:13:01 (GMT) |
commit | d90ac78f3ebf24d06c8b096e1de5d619ceac5881 (patch) | |
tree | 938e8050fa4a2f48119c1fef30e07c6fe55a1b9f /core/modules/migrate_drupal | |
parent | 0766ddc0a99572245a03ca619f51734e8a476d05 (diff) |
Issue #2798891 by ankitjain28may, trobey, TR: Define project dependencies in core module .info files
Diffstat (limited to 'core/modules/migrate_drupal')
-rw-r--r-- | core/modules/migrate_drupal/migrate_drupal.info.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/migrate_drupal/migrate_drupal.info.yml b/core/modules/migrate_drupal/migrate_drupal.info.yml index f2e7272..d82845c 100644 --- a/core/modules/migrate_drupal/migrate_drupal.info.yml +++ b/core/modules/migrate_drupal/migrate_drupal.info.yml @@ -5,4 +5,4 @@ package: Core (Experimental) version: VERSION core: 8.x dependencies: - - migrate + - drupal:migrate |