Commit composer lock file
This commit is contained in:
parent
ade5e492f9
commit
564ae7a79e
1 changed files with 56 additions and 2 deletions
58
composer.lock
generated
58
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": "44e3defbefe14c4070d9f144fedde427",
|
||||
"content-hash": "0c115cef25647cf43d173697863b5001",
|
||||
"packages": [
|
||||
{
|
||||
"name": "asm89/stack-cors",
|
||||
|
@ -3193,6 +3193,53 @@
|
|||
"source": "https://git.drupalcode.org/project/config_update"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/convert_bundles",
|
||||
"version": "1.0.0-alpha4",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/convert_bundles.git",
|
||||
"reference": "8.x-1.0-alpha4"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/convert_bundles-8.x-1.0-alpha4.zip",
|
||||
"reference": "8.x-1.0-alpha4",
|
||||
"shasum": "4e6f3ded807f371dd02aa3f18ad1e0225d251d8d"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "*"
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-1.x": "1.x-dev"
|
||||
},
|
||||
"drupal": {
|
||||
"version": "8.x-1.0-alpha4",
|
||||
"datestamp": "1559920084",
|
||||
"security-coverage": {
|
||||
"status": "not-covered",
|
||||
"message": "Project has not opted into security advisory coverage!"
|
||||
}
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||
"license": [
|
||||
"GPL-2.0-or-later"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "el1_1el",
|
||||
"homepage": "https://www.drupal.org/user/1795292"
|
||||
}
|
||||
],
|
||||
"description": "Convert entity bundles from one value to another",
|
||||
"homepage": "https://www.drupal.org/project/convert_bundles",
|
||||
"support": {
|
||||
"source": "https://git.drupalcode.org/project/convert_bundles"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/core",
|
||||
"version": "8.7.5",
|
||||
|
@ -4145,6 +4192,9 @@
|
|||
"drupal/search_api": {
|
||||
"Notice: Undefined index: total When we enable the module in the installation step": "https://www.drupal.org/files/issues/2931562-13--undefined_total_in_task_manager_batch_finish.patch"
|
||||
}
|
||||
},
|
||||
"patches_applied": {
|
||||
"Remove default content": "patches/drutopia-core-remove-default-content.patch"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||
|
@ -7497,6 +7547,9 @@
|
|||
"drupal/ds": {
|
||||
"Parent theme template inheritance bug": "https://www.drupal.org/files/issues/parent_profile_template-2895316-3.patch"
|
||||
}
|
||||
},
|
||||
"patches_applied": {
|
||||
"Remove default content": "patches/drutopia-remove-default-content.patch"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
|
@ -10746,7 +10799,8 @@
|
|||
"aliases": [],
|
||||
"minimum-stability": "dev",
|
||||
"stability-flags": {
|
||||
"drupal/config_actions": 20
|
||||
"drupal/config_actions": 20,
|
||||
"drupal/convert_bundles": 15
|
||||
},
|
||||
"prefer-stable": true,
|
||||
"prefer-lowest": false,
|
||||
|
|
Loading…
Add table
Reference in a new issue