diff --git a/composer.json b/composer.json index b3755db1..c142380a 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "drupal/metatag": "^1.11", "drupal/migrate_plus": "^5.0", "drupal/migrate_source_yaml": "^1.2", - "drupal/migrate_tools": "^4.5", + "drupal/migrate_tools": "^5.0", "drupal/paragraphs": "^1.10", "drupal/pathauto": "^1.8", "drupal/plausible": "^2", diff --git a/composer.lock b/composer.lock index e8a47430..01ff3908 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": "8c486be72d08bf61786de0b9cebbbef3", + "content-hash": "42f2388fa13d600ac261575c9db610a9", "packages": [ { "name": "asm89/stack-cors", @@ -3249,6 +3249,10 @@ "name": "Lucas Hedding", "homepage": "https://www.drupal.org/u/heddn", "role": "Maintainer" + }, + { + "name": "mikeryan", + "homepage": "https://www.drupal.org/user/4420" } ], "description": "Enhancements to core migration support.", @@ -3309,32 +3313,36 @@ }, { "name": "drupal/migrate_tools", - "version": "4.5.0", + "version": "5.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/migrate_tools.git", - "reference": "8.x-4.5" + "reference": "8.x-5.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/migrate_tools-8.x-4.5.zip", - "reference": "8.x-4.5", - "shasum": "06390b359bf53c50a30f2d6dc4c7542bfb1fe7ca" + "url": "https://ftp.drupal.org/files/projects/migrate_tools-8.x-5.0.zip", + "reference": "8.x-5.0", + "shasum": "b7c91aa6f7de9d6d548f65f83c8736e47e5926a1" }, "require": { - "drupal/core": "^8 || ^9", - "drupal/migrate_plus": "^4 || ^5" + "drupal/core": "^8.8 | ^9", + "drupal/migrate_plus": "^5", + "php": ">=7.1" }, "require-dev": { - "drupal/migrate_plus": "4.x-dev", - "drupal/migrate_source_csv": "^2.2", + "drupal/migrate_plus": "^5", + "drupal/migrate_source_csv": "^3", "drush/drush": "^10" }, + "suggest": { + "drush/drush": "^9 || ^10" + }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-4.5", - "datestamp": "1574693285", + "version": "8.x-5.0", + "datestamp": "1588260531", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -3352,8 +3360,14 @@ ], "authors": [ { - "name": "drupalspoons", - "homepage": "https://www.drupal.org/user/3647684" + "name": "Mike Ryan", + "homepage": "https://www.drupal.org/u/mikeryan", + "role": "Maintainer" + }, + { + "name": "Lucas Hedding", + "homepage": "https://www.drupal.org/u/heddn", + "role": "Maintainer" }, { "name": "mikeryan", @@ -3363,9 +3377,9 @@ "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" + "source": "https://git.drupalcode.org/project/migrate_tools", + "issues": "https://www.drupal.org/project/issues/migrate_tools", + "slack": "#migrate" } }, {