diff --git a/composer.json b/composer.json index cc0f814..a5e829a 100644 --- a/composer.json +++ b/composer.json @@ -28,6 +28,9 @@ "drupal/hook_event_dispatcher": "^1.28", "drupal/markdown": "^1.3", "drupal/metatag": "^1.11", + "drupal/migrate_plus": "^5.0", + "drupal/migrate_source_yaml": "^1.2", + "drupal/migrate_tools": "^4.5", "drupal/paragraphs": "^1.10", "drupal/pathauto": "^1.8", "drupal/redirect": "^1.5", diff --git a/composer.lock b/composer.lock index 4f0c639..414ba46 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "0c064d06089af13a4455014146bef180", + "content-hash": "94cf3f9b73a5a2ae184de25fd2a302b7", "packages": [ { "name": "asm89/stack-cors", @@ -2781,6 +2781,185 @@ "docs": "https://www.drupal.org/docs/8/modules/metatag" } }, + { + "name": "drupal/migrate_plus", + "version": "5.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/migrate_plus.git", + "reference": "8.x-5.0" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/migrate_plus-8.x-5.0.zip", + "reference": "8.x-5.0", + "shasum": "5509c76498e4c6141c29db626d20904e1e8593c6" + }, + "require": { + "drupal/core": "^8 || ^9" + }, + "require-dev": { + "drupal/migrate_example_advanced_setup": "*", + "drupal/migrate_example_setup": "*" + }, + "suggest": { + "ext-soap": "*", + "sainsburys/guzzle-oauth2-plugin": "3.0 required for the OAuth2 authentication plugin" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-5.0", + "datestamp": "1586234154", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Mike Ryan", + "homepage": "https://www.drupal.org/u/mikeryan", + "role": "Maintainer" + }, + { + "name": "Lucas Hedding", + "homepage": "https://www.drupal.org/u/heddn", + "role": "Maintainer" + } + ], + "description": "Enhancements to core migration support.", + "homepage": "https://www.drupal.org/project/migrate_plus", + "support": { + "source": "https://git.drupalcode.org/project/migrate_plus", + "issues": "https://www.drupal.org/project/issues/migrate_plus", + "slack": "#migrate" + } + }, + { + "name": "drupal/migrate_source_yaml", + "version": "1.2.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/migrate_source_yaml.git", + "reference": "8.x-1.2" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/migrate_source_yaml-8.x-1.2.zip", + "reference": "8.x-1.2", + "shasum": "075375db10ac141580f2fe6e7ddafbe0568afb13" + }, + "require": { + "drupal/core": "^8.4" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.2", + "datestamp": "1546452480", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "rodrigoaguilera", + "homepage": "https://www.drupal.org/user/408170" + }, + { + "name": "splatio", + "homepage": "https://www.drupal.org/user/1012210" + } + ], + "description": "Allows to migrate data from YAML files.", + "homepage": "https://www.drupal.org/project/migrate_source_yaml", + "support": { + "source": "https://git.drupalcode.org/project/migrate_source_yaml" + } + }, + { + "name": "drupal/migrate_tools", + "version": "4.5.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/migrate_tools.git", + "reference": "8.x-4.5" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/migrate_tools-8.x-4.5.zip", + "reference": "8.x-4.5", + "shasum": "06390b359bf53c50a30f2d6dc4c7542bfb1fe7ca" + }, + "require": { + "drupal/core": "^8 || ^9", + "drupal/migrate_plus": "^4 || ^5" + }, + "require-dev": { + "drupal/migrate_plus": "4.x-dev", + "drupal/migrate_source_csv": "^2.2", + "drush/drush": "^10" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-4.x": "4.x-dev" + }, + "drupal": { + "version": "8.x-4.5", + "datestamp": "1574693285", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + }, + "drush": { + "services": { + "drush.services.yml": "^9 || ^10" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "heddn", + "homepage": "https://www.drupal.org/user/1463982" + }, + { + "name": "mikeryan", + "homepage": "https://www.drupal.org/user/4420" + }, + { + "name": "moshe weitzman", + "homepage": "https://www.drupal.org/user/23" + } + ], + "description": "Tools to assist in developing and running migrations.", + "homepage": "http://drupal.org/project/migrate_tools", + "support": { + "source": "http://cgit.drupalcode.org/migrate_tools", + "issues": "http://drupal.org/project/migrate_tools", + "irc": "irc://irc.freenode.org/drupal-migrate" + } + }, { "name": "drupal/paragraphs", "version": "1.11.0", diff --git a/config/default/core.extension.yml b/config/default/core.extension.yml index c366df4..2138dd6 100644 --- a/config/default/core.extension.yml +++ b/config/default/core.extension.yml @@ -33,6 +33,9 @@ module: media_library: 0 menu_ui: 0 metatag: 0 + migrate: 0 + migrate_plus: 0 + migrate_tools: 0 node: 0 page_cache: 0 path: 0