Update composer lock file - migration module updates

i suppose we should really uninstall and remove the migration modules now that we aren't using them anymore
This commit is contained in:
benjamin melançon 2019-01-09 08:48:32 -05:00
parent 30336e6d2c
commit 1beab9114e

38
composer.lock generated
View file

@ -7075,24 +7075,25 @@
}, },
{ {
"name": "drupal/migrate_plus", "name": "drupal/migrate_plus",
"version": "4.0.0", "version": "4.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupal.org/project/migrate_plus", "url": "https://git.drupal.org/project/migrate_plus",
"reference": "8.x-4.0" "reference": "8.x-4.1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/migrate_plus-8.x-4.0.zip", "url": "https://ftp.drupal.org/files/projects/migrate_plus-8.x-4.1.zip",
"reference": "8.x-4.0", "reference": "8.x-4.1",
"shasum": "63dad289defe8298aa5ca5e30062fe9761d19eca" "shasum": "cfd7ef2b17ede664b2b74eb101032a03c386457e"
}, },
"require": { "require": {
"drupal/core": "^8.3" "drupal/core": "^8.3"
}, },
"require-dev": { "require-dev": {
"drupal/migrate_example_advanced_setup": "*", "drupal/migrate_example_advanced_setup": "*",
"drupal/migrate_example_setup": "*" "drupal/migrate_example_setup": "*",
"drupal/migrate_tools": "*"
}, },
"suggest": { "suggest": {
"ext-soap": "*", "ext-soap": "*",
@ -7104,8 +7105,8 @@
"dev-4.x": "4.x-dev" "dev-4.x": "4.x-dev"
}, },
"drupal": { "drupal": {
"version": "8.x-4.0", "version": "8.x-4.1",
"datestamp": "1536264180", "datestamp": "1546879080",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
@ -7137,25 +7138,26 @@
}, },
{ {
"name": "drupal/migrate_tools", "name": "drupal/migrate_tools",
"version": "4.0.0", "version": "4.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupal.org/project/migrate_tools", "url": "https://git.drupal.org/project/migrate_tools",
"reference": "8.x-4.0" "reference": "8.x-4.1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/migrate_tools-8.x-4.0.zip", "url": "https://ftp.drupal.org/files/projects/migrate_tools-8.x-4.1.zip",
"reference": "8.x-4.0", "reference": "8.x-4.1",
"shasum": "016dfb010df76723c5a6a447921fdccd3c885237" "shasum": "0355d5309fbb738759332779d0ecf5f19a1da0a4"
}, },
"require": { "require": {
"drupal/core": "^8.3", "drupal/core": "^8.3",
"drupal/migrate_plus": "^4" "drupal/migrate_plus": "^4"
}, },
"require-dev": { "require-dev": {
"drupal/coder": "^8", "drupal/migrate_plus": "4.x-dev",
"drupal/migrate_source_csv": "^2.2" "drupal/migrate_source_csv": "^2.2",
"drush/drush": "^9"
}, },
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
@ -7163,8 +7165,8 @@
"dev-4.x": "4.x-dev" "dev-4.x": "4.x-dev"
}, },
"drupal": { "drupal": {
"version": "8.x-4.0", "version": "8.x-4.1",
"datestamp": "1535380084", "datestamp": "1546879080",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
@ -7178,7 +7180,7 @@
}, },
"notification-url": "https://packages.drupal.org/8/downloads", "notification-url": "https://packages.drupal.org/8/downloads",
"license": [ "license": [
"GPL-2.0+" "GPL-2.0-or-later"
], ],
"authors": [ "authors": [
{ {