From 1ab692bb1624798caeb3077518f486cb55fc9eb3 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 23 Apr 2020 21:18:17 +0100 Subject: [PATCH] Add migrate contrib modules --- composer.json | 3 + composer.lock | 181 +++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 183 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9ca6d34..e5f1ee9 100644 --- a/composer.json +++ b/composer.json @@ -22,6 +22,9 @@ "drupal/core-recommended": "^8.8", "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/redirect": "^1.5", "drupal/speakerdeck_field": "^1.0", diff --git a/composer.lock b/composer.lock index b15cb33..47eca69 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": "f2ce3e97747f0c6a54eb150036f7c674", + "content-hash": "7774bc7cd069993030bd31b9913bf6f2", "packages": [ { "name": "asm89/stack-cors", @@ -2304,6 +2304,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",