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:
parent
30336e6d2c
commit
1beab9114e
1 changed files with 20 additions and 18 deletions
38
composer.lock
generated
38
composer.lock
generated
|
@ -7075,24 +7075,25 @@
|
|||
},
|
||||
{
|
||||
"name": "drupal/migrate_plus",
|
||||
"version": "4.0.0",
|
||||
"version": "4.1.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupal.org/project/migrate_plus",
|
||||
"reference": "8.x-4.0"
|
||||
"reference": "8.x-4.1"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/migrate_plus-8.x-4.0.zip",
|
||||
"reference": "8.x-4.0",
|
||||
"shasum": "63dad289defe8298aa5ca5e30062fe9761d19eca"
|
||||
"url": "https://ftp.drupal.org/files/projects/migrate_plus-8.x-4.1.zip",
|
||||
"reference": "8.x-4.1",
|
||||
"shasum": "cfd7ef2b17ede664b2b74eb101032a03c386457e"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "^8.3"
|
||||
},
|
||||
"require-dev": {
|
||||
"drupal/migrate_example_advanced_setup": "*",
|
||||
"drupal/migrate_example_setup": "*"
|
||||
"drupal/migrate_example_setup": "*",
|
||||
"drupal/migrate_tools": "*"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-soap": "*",
|
||||
|
@ -7104,8 +7105,8 @@
|
|||
"dev-4.x": "4.x-dev"
|
||||
},
|
||||
"drupal": {
|
||||
"version": "8.x-4.0",
|
||||
"datestamp": "1536264180",
|
||||
"version": "8.x-4.1",
|
||||
"datestamp": "1546879080",
|
||||
"security-coverage": {
|
||||
"status": "covered",
|
||||
"message": "Covered by Drupal's security advisory policy"
|
||||
|
@ -7137,25 +7138,26 @@
|
|||
},
|
||||
{
|
||||
"name": "drupal/migrate_tools",
|
||||
"version": "4.0.0",
|
||||
"version": "4.1.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupal.org/project/migrate_tools",
|
||||
"reference": "8.x-4.0"
|
||||
"reference": "8.x-4.1"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/migrate_tools-8.x-4.0.zip",
|
||||
"reference": "8.x-4.0",
|
||||
"shasum": "016dfb010df76723c5a6a447921fdccd3c885237"
|
||||
"url": "https://ftp.drupal.org/files/projects/migrate_tools-8.x-4.1.zip",
|
||||
"reference": "8.x-4.1",
|
||||
"shasum": "0355d5309fbb738759332779d0ecf5f19a1da0a4"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "^8.3",
|
||||
"drupal/migrate_plus": "^4"
|
||||
},
|
||||
"require-dev": {
|
||||
"drupal/coder": "^8",
|
||||
"drupal/migrate_source_csv": "^2.2"
|
||||
"drupal/migrate_plus": "4.x-dev",
|
||||
"drupal/migrate_source_csv": "^2.2",
|
||||
"drush/drush": "^9"
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
|
@ -7163,8 +7165,8 @@
|
|||
"dev-4.x": "4.x-dev"
|
||||
},
|
||||
"drupal": {
|
||||
"version": "8.x-4.0",
|
||||
"datestamp": "1535380084",
|
||||
"version": "8.x-4.1",
|
||||
"datestamp": "1546879080",
|
||||
"security-coverage": {
|
||||
"status": "covered",
|
||||
"message": "Covered by Drupal's security advisory policy"
|
||||
|
@ -7178,7 +7180,7 @@
|
|||
},
|
||||
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||
"license": [
|
||||
"GPL-2.0+"
|
||||
"GPL-2.0-or-later"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue