From 564ae7a79ee4ea5240195ef5f841438fcccee8a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Wed, 24 Jul 2019 07:19:09 -0400 Subject: [PATCH] Commit composer lock file --- composer.lock | 58 +++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 56 insertions(+), 2 deletions(-) diff --git a/composer.lock b/composer.lock index 9d47e28..d78c28c 100644 --- a/composer.lock +++ b/composer.lock @@ -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,