updated drupal/redirect to last dev version, looking for a solution to 'route required' error in 'drush cron' command

This commit is contained in:
Bachir Soussi Chiadmi 2021-11-03 13:37:14 +01:00
parent 20ba48b999
commit 0cd16708df
2 changed files with 12 additions and 13 deletions

View File

@ -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",

24
composer.lock generated
View File

@ -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,