From d4aa20d73d2af999502944d9b1b8b158c8000de5 Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Fri, 12 Apr 2019 18:38:38 +0200 Subject: [PATCH] updated ultimate_cron to dev --- composer.json | 1 + composer.lock | 27 +++++++++++---------------- 2 files changed, 12 insertions(+), 16 deletions(-) diff --git a/composer.json b/composer.json index 46db6ff..97d689e 100644 --- a/composer.json +++ b/composer.json @@ -44,6 +44,7 @@ "drupal/simplenews": "1.x-dev", "drupal/telephone_formatter": "^1.0@beta", "drupal/telephone_validation": "^2.1", + "drupal/ultimate_cron": "2.x-dev", "drupal/views_conditional": "1.x-dev", "drush/drush": "^9.0.0", "vlucas/phpdotenv": "^2.4", diff --git a/composer.lock b/composer.lock index 3b2cd51..c4391cc 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": "e190da6b51853a873a7312282b0561c4", + "content-hash": "9346c10ce5bc547337d5afff2f270854", "packages": [ { "name": "alchemy/zippy", @@ -8767,20 +8767,14 @@ }, { "name": "drupal/ultimate_cron", - "version": "2.0.0-alpha4", + "version": "dev-2.x", "source": { "type": "git", "url": "https://git.drupalcode.org/project/ultimate_cron.git", - "reference": "8.x-2.0-alpha4" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/ultimate_cron-8.x-2.0-alpha4.zip", - "reference": "8.x-2.0-alpha4", - "shasum": "50cdadd061f1f6fadb961b04ed04348bcc4719d3" + "reference": "bb374c7c0228ada83372f544684ff31706e91d27" }, "require": { - "drupal/core": "~8.0" + "drupal/core": "^8.5" }, "type": "drupal-module", "extra": { @@ -8788,11 +8782,11 @@ "dev-2.x": "2.x-dev" }, "drupal": { - "version": "8.x-2.0-alpha4", - "datestamp": "1527925385", + "version": "8.x-2.0-alpha4+5-dev", + "datestamp": "1549489380", "security-coverage": { "status": "not-covered", - "message": "Alpha releases are not covered by Drupal security advisories." + "message": "Dev releases are not covered by Drupal security advisories." } } }, @@ -8825,8 +8819,9 @@ "description": "Cron", "homepage": "https://www.drupal.org/project/ultimate_cron", "support": { - "source": "http://cgit.drupalcode.org/ultimate_cron" - } + "source": "https://git.drupalcode.org/project/ultimate_cron" + }, + "time": "2019-02-06T21:42:22+00:00" }, { "name": "drupal/url_to_video_filter", @@ -15702,6 +15697,7 @@ "drupal/select_translation": 20, "drupal/simplenews": 20, "drupal/telephone_formatter": 10, + "drupal/ultimate_cron": 20, "drupal/views_conditional": 20, "drupal/advanced_text_formatter": 10, "drupal/autocomplete_deluxe": 10, @@ -15731,7 +15727,6 @@ "drupal/synonyms": 15, "drupal/translation_views": 15, "drupal/toolbar_themes": 15, - "drupal/ultimate_cron": 15, "drupal/workflow": 20 }, "prefer-stable": true,