From 0cd16708df1b7a848782f19156d5274ac5f24808 Mon Sep 17 00:00:00 2001 From: bach Date: Wed, 3 Nov 2021 13:37:14 +0100 Subject: [PATCH] updated drupal/redirect to last dev version, looking for a solution to 'route required' error in 'drush cron' command --- composer.json | 1 + composer.lock | 24 +++++++++++------------- 2 files changed, 12 insertions(+), 13 deletions(-) diff --git a/composer.json b/composer.json index f6b0eaf0..d8095c6b 100644 --- a/composer.json +++ b/composer.json @@ -129,6 +129,7 @@ "drupal/printable": "^2.0", "drupal/pwa": "^1.5", "drupal/recurring_period": "^1.0", + "drupal/redirect": "1.x-dev@dev", "drupal/redis": "^1.5", "drupal/restui": "^1.16", "drupal/role_delegation": "^1.1", diff --git a/composer.lock b/composer.lock index 45a5bd7d..9d74ccf1 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": "333ef1681d6c0600ac0a31343a6df7a0", + "content-hash": "b9423bcc7260475d9321acd9c7113f28", "packages": [ { "name": "alchemy/zippy", @@ -11653,29 +11653,26 @@ }, { "name": "drupal/redirect", - "version": "1.6.0", + "version": "dev-1.x", "source": { "type": "git", "url": "https://git.drupalcode.org/project/redirect.git", - "reference": "8.x-1.6" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/redirect-8.x-1.6.zip", - "reference": "8.x-1.6", - "shasum": "f848e001deac8425ae57d4b9397087c491d37294" + "reference": "0e9b9bb59ad1637cec03a952a97bd028197bf5f4" }, "require": { "drupal/core": "^8.8 || ^9" }, "type": "drupal-module", "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, "drupal": { - "version": "8.x-1.6", - "datestamp": "1589312204", + "version": "8.x-1.6+3-dev", + "datestamp": "1634829337", "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" + "status": "not-covered", + "message": "Dev releases are not covered by Drupal security advisories." } } }, @@ -21868,6 +21865,7 @@ "drupal/migrate_tools": 20, "drupal/mimemail": 20, "drupal/payment_commerce": 20, + "drupal/redirect": 20, "drupal/search_api_page": 20, "drupal/select_translation": 20, "drupal/session_limit": 10,