Composer lock with the migrate csv plugin module

This commit is contained in:
David Valdez 2019-08-30 19:27:59 -05:00
parent fd5c5f6f13
commit b4843fe298

133
composer.lock generated
View file

@ -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": "a3b58f10da29fafe8d3c0f36d59817ec",
"content-hash": "f804ec4ad073c4fec671eba27c8682ee",
"packages": [
{
"name": "asm89/stack-cors",
@ -5690,7 +5690,7 @@
},
"drupal": {
"version": "8.x-1.8",
"datestamp": "1563997434",
"datestamp": "1563997086",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
@ -6743,6 +6743,66 @@
"irc": "irc://irc.freenode.org/drupal-migrate"
}
},
{
"name": "drupal/migrate_source_csv",
"version": "3.1.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/migrate_source_csv.git",
"reference": "8.x-3.1"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/migrate_source_csv-8.x-3.1.zip",
"reference": "8.x-3.1",
"shasum": "a6fad35d60ce886352135659a1c5f09e808d343b"
},
"require": {
"drupal/core": "^8.7",
"league/csv": "^9.1"
},
"require-dev": {
"drupal/migrate_plus": "4.x-dev",
"mikey179/vfsstream": "^1",
"phpunit/phpunit": "^4.8.35 || ^6.5"
},
"type": "drupal-module",
"extra": {
"branch-alias": {
"dev-3.x": "3.x-dev"
},
"drupal": {
"version": "8.x-3.1",
"datestamp": "1566225488",
"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": "Lucas Hedding",
"homepage": "https://www.drupal.org/u/heddn",
"role": "Maintainer"
},
{
"name": "mikeryan",
"homepage": "https://www.drupal.org/user/4420"
}
],
"description": "CSV source migration.",
"homepage": "https://www.drupal.org/project/migrate_source_csv",
"support": {
"source": "https://cgit.drupalcode.org/migrate_source_csv",
"issues": "https://www.drupal.org/project/issues/migrate_source_csv",
"irc": "irc://irc.freenode.org/drupal-migrate"
}
},
{
"name": "drupal/migrate_tools",
"version": "4.3.0",
@ -8530,6 +8590,75 @@
],
"time": "2017-05-10T09:20:27+00:00"
},
{
"name": "league/csv",
"version": "9.3.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/csv.git",
"reference": "d16f85d1f958a765844db4bc7174017edf2dd637"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/csv/zipball/d16f85d1f958a765844db4bc7174017edf2dd637",
"reference": "d16f85d1f958a765844db4bc7174017edf2dd637",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-json": "*",
"ext-mbstring": "*",
"php": ">=7.0.10"
},
"require-dev": {
"ext-curl": "*",
"friendsofphp/php-cs-fixer": "^2.12",
"phpstan/phpstan": "^0.9.2",
"phpstan/phpstan-phpunit": "^0.9.4",
"phpstan/phpstan-strict-rules": "^0.9.0",
"phpunit/phpunit": "^6.0"
},
"suggest": {
"ext-iconv": "Needed to ease transcoding CSV using iconv stream filters"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "9.x-dev"
}
},
"autoload": {
"psr-4": {
"League\\Csv\\": "src"
},
"files": [
"src/functions_include.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ignace Nyamagana Butera",
"email": "nyamsprod@gmail.com",
"homepage": "https://github.com/nyamsprod/",
"role": "Developer"
}
],
"description": "Csv data manipulation made easy in PHP",
"homepage": "http://csv.thephpleague.com",
"keywords": [
"csv",
"export",
"filter",
"import",
"read",
"write"
],
"time": "2019-07-30T14:39:11+00:00"
},
{
"name": "masterminds/html5",
"version": "2.7.0",