From 1f27462853bd118836ca748ae5eceb7125c47585 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Mon, 29 Jul 2019 13:26:20 -0400 Subject: [PATCH] Commit composer lock file --- composer.lock | 59 +++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 57 insertions(+), 2 deletions(-) diff --git a/composer.lock b/composer.lock index 8775d7b..499bce9 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": "0c115cef25647cf43d173697863b5001", + "content-hash": "b03aebc622e464e94a8a9daac90b1737", "packages": [ { "name": "asm89/stack-cors", @@ -4061,6 +4061,60 @@ "issues": "https://gitlab.com/drutopia/drutopia_campaign/issues" } }, + { + "name": "drupal/drutopia_collection", + "version": "1.0.0-alpha1", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/drutopia_collection.git", + "reference": "8.x-1.0-alpha1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/drutopia_collection-8.x-1.0-alpha1.zip", + "reference": "8.x-1.0-alpha1", + "shasum": "2c7a078eac21f80aea4c5253a886ad5b32982a44" + }, + "require": { + "drupal/config_actions": "^1.0", + "drupal/core": "*", + "drupal/ctools": "^3.0", + "drupal/drutopia_core": "*", + "drupal/drutopia_people": "^1.0-beta3", + "drupal/drutopia_seo": "^1.0-beta2", + "drupal/ds": "^3.1", + "drupal/metatag": "^1.9" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0-alpha1", + "datestamp": "1564420981", + "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+" + ], + "authors": [ + { + "name": "mlncn", + "homepage": "https://www.drupal.org/user/64383" + } + ], + "description": "Drutopia Collection is a feature providing the ability to create collections to bring together ordered listings of Articles, Blog posts, or other content. This is useful for magazine issues or online books (referencing each chapter) or to create a meta-resource of recommended resources and people. an article content type and related configuration.", + "homepage": "https://gitlab.com/drutopia/drutopia_collection", + "support": { + "source": "https://git.drupalcode.org/project/drutopia_collection" + } + }, { "name": "drupal/drutopia_comment", "version": "1.0.0-beta1", @@ -10802,7 +10856,8 @@ "minimum-stability": "dev", "stability-flags": { "drupal/config_actions": 20, - "drupal/convert_bundles": 15 + "drupal/convert_bundles": 15, + "drupal/drutopia_collection": 15 }, "prefer-stable": true, "prefer-lowest": false,