Initial composer lock file
(Include the migrate files)
This commit is contained in:
parent
2d5f7a8bfd
commit
b0b9bd28ce
1 changed files with 206 additions and 1 deletions
207
composer.lock
generated
207
composer.lock
generated
|
@ -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": "43bd95b8ce03f516299701b4ffba66b6",
|
||||
"content-hash": "5ab9bcf2e25d6ff9012f75b462013e1e",
|
||||
"packages": [
|
||||
{
|
||||
"name": "asm89/stack-cors",
|
||||
|
@ -6335,6 +6335,211 @@
|
|||
"issues": "http://drupal.org/project/issues/metatag"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/migrate_plus",
|
||||
"version": "4.2.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/migrate_plus.git",
|
||||
"reference": "8.x-4.2"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/migrate_plus-8.x-4.2.zip",
|
||||
"reference": "8.x-4.2",
|
||||
"shasum": "5736a43e39cc5c091d54ceef2849ea35ba979af3"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "^8.3"
|
||||
},
|
||||
"require-dev": {
|
||||
"drupal/entity": "*",
|
||||
"drupal/migrate_example_advanced_setup": "*",
|
||||
"drupal/migrate_example_setup": "*",
|
||||
"drupal/migrate_tools": "*",
|
||||
"drupal/profile": "*"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-soap": "*",
|
||||
"sainsburys/guzzle-oauth2-plugin": "3.0 required for the OAuth2 authentication plugin"
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-4.x": "4.x-dev"
|
||||
},
|
||||
"drupal": {
|
||||
"version": "8.x-4.2",
|
||||
"datestamp": "1555683487",
|
||||
"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": "mikeryan",
|
||||
"homepage": "https://www.drupal.org/user/4420"
|
||||
}
|
||||
],
|
||||
"description": "Enhancements to core migration support.",
|
||||
"homepage": "https://www.drupal.org/project/migrate_plus",
|
||||
"support": {
|
||||
"source": "https://cgit.drupalcode.org/migrate_plus",
|
||||
"issues": "https://www.drupal.org/project/issues/migrate_plus",
|
||||
"irc": "irc://irc.freenode.org/drupal-migrate"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/migrate_tools",
|
||||
"version": "4.1.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/migrate_tools.git",
|
||||
"reference": "8.x-4.1"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"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/migrate_plus": "4.x-dev",
|
||||
"drupal/migrate_source_csv": "^2.2",
|
||||
"drush/drush": "^9"
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-4.x": "4.x-dev"
|
||||
},
|
||||
"drupal": {
|
||||
"version": "8.x-4.1",
|
||||
"datestamp": "1546879080",
|
||||
"security-coverage": {
|
||||
"status": "covered",
|
||||
"message": "Covered by Drupal's security advisory policy"
|
||||
}
|
||||
},
|
||||
"drush": {
|
||||
"services": {
|
||||
"drush.services.yml": "^9"
|
||||
}
|
||||
}
|
||||
},
|
||||
"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/migrate_upgrade",
|
||||
"version": "3.0.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/migrate_upgrade.git",
|
||||
"reference": "8.x-3.0"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/migrate_upgrade-8.x-3.0.zip",
|
||||
"reference": "8.x-3.0",
|
||||
"shasum": "5d5788a3262ce88a95a943c9419736edfae4e32c"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "*",
|
||||
"drupal/migrate_plus": "^4"
|
||||
},
|
||||
"require-dev": {
|
||||
"drupal/migrate_plus": "4.x-dev",
|
||||
"drush/drush": "^9"
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-3.x": "3.x-dev"
|
||||
},
|
||||
"drupal": {
|
||||
"version": "8.x-3.0",
|
||||
"datestamp": "1547043784",
|
||||
"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": "abhishek-anand",
|
||||
"homepage": "https://www.drupal.org/user/468982"
|
||||
},
|
||||
{
|
||||
"name": "heddn",
|
||||
"homepage": "https://www.drupal.org/user/1463982"
|
||||
},
|
||||
{
|
||||
"name": "ksenzee",
|
||||
"homepage": "https://www.drupal.org/user/139855"
|
||||
},
|
||||
{
|
||||
"name": "mikeryan",
|
||||
"homepage": "https://www.drupal.org/user/4420"
|
||||
},
|
||||
{
|
||||
"name": "ultimike",
|
||||
"homepage": "https://www.drupal.org/user/51132"
|
||||
},
|
||||
{
|
||||
"name": "xjm",
|
||||
"homepage": "https://www.drupal.org/user/65776"
|
||||
}
|
||||
],
|
||||
"description": "Drush support for direct upgrades from older Drupal versions.",
|
||||
"homepage": "https://www.drupal.org/project/migrate_upgrade",
|
||||
"support": {
|
||||
"source": "https://git.drupalcode.org/project/migrate_upgrade"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/octavia",
|
||||
"version": "1.0.0-beta2",
|
||||
|
|
Loading…
Add table
Reference in a new issue