Mercurial > hg > cmmr2012-drupal-site
annotate modules/contrib/migrate_plus/migrate_example/migrate_example.info.yml @ 5:12f9dff5fda9 tip
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:34:47 +0100 |
parents | a9cd425dd02b |
children |
rev | line source |
---|---|
Chris@0 | 1 type: module |
Chris@0 | 2 name: Migrate Example |
Chris@0 | 3 description: 'Examples of how Drupal 8 migration compares to previous versions.' |
Chris@0 | 4 package: Examples |
Chris@0 | 5 # core: 8.x |
Chris@0 | 6 dependencies: |
Chris@4 | 7 - drupal:migrate |
Chris@4 | 8 - migrate_plus:migrate_example_setup |
Chris@4 | 9 - migrate_plus:migrate_plus |
Chris@4 | 10 - drupal:menu_ui |
Chris@4 | 11 - drupal:path |
Chris@0 | 12 |
Chris@5 | 13 # Information added by Drupal.org packaging script on 2019-04-19 |
Chris@5 | 14 version: '8.x-4.2' |
Chris@0 | 15 core: '8.x' |
Chris@0 | 16 project: 'migrate_plus' |
Chris@5 | 17 datestamp: 1555683500 |