From d910ff35c1738b15836339d5e09db3ec802ca517 Mon Sep 17 00:00:00 2001 From: Michael Lee <lee.5151@osu.edu> Date: Thu, 10 Feb 2022 15:29:17 -0500 Subject: [PATCH] Regenerate composer.lock content hash --- composer.lock | 30 +++++++++++++++++++----------- vendor/composer/installed.php | 4 ++-- 2 files changed, 21 insertions(+), 13 deletions(-) diff --git a/composer.lock b/composer.lock index 9c16314d74..411141915e 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": "e44f8ba14e1885f159167cb2557b4305", + "content-hash": "2ac8b205c44d2a74f0a1053fecd19f48", "packages": [ { "name": "alchemy/zippy", @@ -1732,7 +1732,7 @@ "extra": { "drupal": { "version": "3.1.0", - "datestamp": "1643097060", + "datestamp": "1643742891", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -3513,7 +3513,7 @@ "drupal/core": "^8.8 || ^9" }, "require-dev": { - "drupal/entity_browser": "^2.5" + "drupal/entity_browser": "*" }, "suggest": { "enyo/dropzone": "Required to use drupal/dropzonejs. DropzoneJS is an open source library that provides drag’n’drop file uploads with image previews." @@ -4670,6 +4670,10 @@ "GPL-2.0-or-later" ], "authors": [ + { + "name": "Centarro", + "homepage": "https://www.drupal.org/user/3661446" + }, { "name": "bojanz", "homepage": "https://www.drupal.org/user/86106" @@ -5674,6 +5678,10 @@ "name": "Lucas Hedding", "homepage": "https://www.drupal.org/u/heddn", "role": "Maintainer" + }, + { + "name": "mikeryan", + "homepage": "https://www.drupal.org/user/4420" } ], "description": "Enhancements to core migration support.", @@ -9538,12 +9546,12 @@ }, "type": "library", "autoload": { - "classmap": [ - "Mobile_Detect.php" - ], "psr-0": { "Detection": "namespaced/" - } + }, + "classmap": [ + "Mobile_Detect.php" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -10704,12 +10712,12 @@ }, "type": "project", "autoload": { - "psr-4": { - "SimpleSAML\\": "lib/SimpleSAML" - }, "files": [ "lib/_autoload_modules.php" - ] + ], + "psr-4": { + "SimpleSAML\\": "lib/SimpleSAML" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index 98e6ce35b2..ddaecb81f1 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -5,7 +5,7 @@ 'type' => 'project', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), - 'reference' => '9338a6f25615021ab7915cd9aa7304c374d1a068', + 'reference' => '62ba9430024688ba49b5cf20a6234ce99c9f1ce8', 'name' => 'osu-asc-webservices/d8-upstream', 'dev' => true, ), @@ -2101,7 +2101,7 @@ 'type' => 'project', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), - 'reference' => '9338a6f25615021ab7915cd9aa7304c374d1a068', + 'reference' => '62ba9430024688ba49b5cf20a6234ce99c9f1ce8', 'dev_requirement' => false, ), 'pantheon-systems/quicksilver-pushback' => array( -- GitLab