From cf39612127d539190715d468a3d513b9c1fe3dbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20B=C3=BCchner?= Date: Thu, 28 Oct 2021 17:59:35 +0200 Subject: [PATCH] Added module drupal/ultimate_cron --- composer.json | 1 + composer.lock | 74 +++++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 73 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 1ac95961..c6ef3b7c 100644 --- a/composer.json +++ b/composer.json @@ -56,6 +56,7 @@ "drupal/taxonomy_menu": "^3.3", "drupal/transliterate_filenames": "^1.4", "drupal/twig_tweak": "^2.1", + "drupal/ultimate_cron": "^2.0@alpha", "drupal/video_embed_field": "^2.0", "drupal/views_data_export": "^1.0", "drush/drush": "^10.2", diff --git a/composer.lock b/composer.lock index d7975d90..5853de9f 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": "f66f393cde015c98ccdb3557389f1688", + "content-hash": "048249751a20da604a94e7dd3c8f5ba0", "packages": [ { "name": "asm89/stack-cors", @@ -4221,6 +4221,75 @@ "issues": "https://www.drupal.org/project/issues/twig_tweak" } }, + { + "name": "drupal/ultimate_cron", + "version": "2.0.0-alpha5", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/ultimate_cron.git", + "reference": "8.x-2.0-alpha5" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/ultimate_cron-8.x-2.0-alpha5.zip", + "reference": "8.x-2.0-alpha5", + "shasum": "0f10464fff29eca89024e7afa5b6d8d07bd52f75" + }, + "require": { + "drupal/core": "^8.7.7 || ^9" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-2.0-alpha5", + "datestamp": "1600928948", + "security-coverage": { + "status": "not-covered", + "message": "Alpha releases are not covered by Drupal security advisories." + } + }, + "drush": { + "services": { + "drush.services.yml": "^9 || ^10" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Berdir", + "homepage": "https://www.drupal.org/user/214652" + }, + { + "name": "Dane Powell", + "homepage": "https://www.drupal.org/user/339326" + }, + { + "name": "Primsi", + "homepage": "https://www.drupal.org/user/282629" + }, + { + "name": "arnested", + "homepage": "https://www.drupal.org/user/245635" + }, + { + "name": "gielfeldt", + "homepage": "https://www.drupal.org/user/366993" + }, + { + "name": "miro_dietiker", + "homepage": "https://www.drupal.org/user/227761" + } + ], + "description": "Ultimate cron", + "homepage": "https://www.drupal.org/project/ultimate_cron", + "support": { + "source": "https://git.drupalcode.org/project/ultimate_cron" + } + }, { "name": "drupal/video_embed_field", "version": "2.4.0", @@ -9010,7 +9079,8 @@ "minimum-stability": "dev", "stability-flags": { "drupal/mimemail": 15, - "drupal/schema_dataset": 20 + "drupal/schema_dataset": 20, + "drupal/ultimate_cron": 15 }, "prefer-stable": true, "prefer-lowest": false,