From ed12254427704bc6404517222dc729d3ec20006e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Melan=C3=A7on?= Date: Fri, 30 Aug 2019 12:31:36 -0400 Subject: [PATCH] Update composer lock file --- composer.lock | 60 +++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 58 insertions(+), 2 deletions(-) diff --git a/composer.lock b/composer.lock index 25818bf..6d44308 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": "cc21653b56edf50e0fd78cdf2a1703a1", + "content-hash": "f4b27436bc2d72ef3bb5b91a0390adbf", "packages": [ { "name": "asm89/stack-cors", @@ -3612,6 +3612,61 @@ "issues": "https://www.drupal.org/project/issues/crop" } }, + { + "name": "drupal/cshs", + "version": "1.0.0-beta4", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/cshs.git", + "reference": "8.x-1.0-beta4" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/cshs-8.x-1.0-beta4.zip", + "reference": "8.x-1.0-beta4", + "shasum": "332c4cf5b70644ab65b338706186e390256a034e" + }, + "require": { + "drupal/core": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0-beta4", + "datestamp": "1497737343", + "security-coverage": { + "status": "not-covered", + "message": "Beta releases are not covered by Drupal security advisories." + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "BR0kEN", + "homepage": "https://www.drupal.org/user/2802285" + }, + { + "name": "purushotam.rai", + "homepage": "https://www.drupal.org/user/3193859" + }, + { + "name": "valderama", + "homepage": "https://www.drupal.org/user/103634" + } + ], + "description": "A simple client-side hierarchical select widget for taxonomy terms.", + "homepage": "https://www.drupal.org/project/cshs", + "support": { + "source": "https://git.drupalcode.org/project/cshs" + } + }, { "name": "drupal/ctools", "version": "3.2.0", @@ -11078,7 +11133,8 @@ "drupal/config_actions": 20, "drupal/convert_bundles": 15, "drupal/drutopia_collection": 15, - "drupal/claro": 15 + "drupal/claro": 15, + "drupal/cshs": 10 }, "prefer-stable": true, "prefer-lowest": false,