Mercurial > hg > cmmr2012-drupal-site
annotate modules/contrib/migrate_plus/migrate_example/migrate_example.info.yml @ 4:a9cd425dd02b
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:11:55 +0000 |
parents | c75dbcec494b |
children | 12f9dff5fda9 |
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@4 | 13 # Information added by Drupal.org packaging script on 2019-01-07 |
Chris@4 | 14 version: '8.x-4.1' |
Chris@0 | 15 core: '8.x' |
Chris@0 | 16 project: 'migrate_plus' |
Chris@4 | 17 datestamp: 1546879116 |