updated drupal/redirect to last dev version, looking for a solution to 'route required' error in 'drush cron' command
This commit is contained in:
parent
20ba48b999
commit
0cd16708df
|
@ -129,6 +129,7 @@
|
||||||
"drupal/printable": "^2.0",
|
"drupal/printable": "^2.0",
|
||||||
"drupal/pwa": "^1.5",
|
"drupal/pwa": "^1.5",
|
||||||
"drupal/recurring_period": "^1.0",
|
"drupal/recurring_period": "^1.0",
|
||||||
|
"drupal/redirect": "1.x-dev@dev",
|
||||||
"drupal/redis": "^1.5",
|
"drupal/redis": "^1.5",
|
||||||
"drupal/restui": "^1.16",
|
"drupal/restui": "^1.16",
|
||||||
"drupal/role_delegation": "^1.1",
|
"drupal/role_delegation": "^1.1",
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "333ef1681d6c0600ac0a31343a6df7a0",
|
"content-hash": "b9423bcc7260475d9321acd9c7113f28",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "alchemy/zippy",
|
"name": "alchemy/zippy",
|
||||||
|
@ -11653,29 +11653,26 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/redirect",
|
"name": "drupal/redirect",
|
||||||
"version": "1.6.0",
|
"version": "dev-1.x",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.drupalcode.org/project/redirect.git",
|
"url": "https://git.drupalcode.org/project/redirect.git",
|
||||||
"reference": "8.x-1.6"
|
"reference": "0e9b9bb59ad1637cec03a952a97bd028197bf5f4"
|
||||||
},
|
|
||||||
"dist": {
|
|
||||||
"type": "zip",
|
|
||||||
"url": "https://ftp.drupal.org/files/projects/redirect-8.x-1.6.zip",
|
|
||||||
"reference": "8.x-1.6",
|
|
||||||
"shasum": "f848e001deac8425ae57d4b9397087c491d37294"
|
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"drupal/core": "^8.8 || ^9"
|
"drupal/core": "^8.8 || ^9"
|
||||||
},
|
},
|
||||||
"type": "drupal-module",
|
"type": "drupal-module",
|
||||||
"extra": {
|
"extra": {
|
||||||
|
"branch-alias": {
|
||||||
|
"dev-1.x": "1.x-dev"
|
||||||
|
},
|
||||||
"drupal": {
|
"drupal": {
|
||||||
"version": "8.x-1.6",
|
"version": "8.x-1.6+3-dev",
|
||||||
"datestamp": "1589312204",
|
"datestamp": "1634829337",
|
||||||
"security-coverage": {
|
"security-coverage": {
|
||||||
"status": "covered",
|
"status": "not-covered",
|
||||||
"message": "Covered by Drupal's security advisory policy"
|
"message": "Dev releases are not covered by Drupal security advisories."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -21868,6 +21865,7 @@
|
||||||
"drupal/migrate_tools": 20,
|
"drupal/migrate_tools": 20,
|
||||||
"drupal/mimemail": 20,
|
"drupal/mimemail": 20,
|
||||||
"drupal/payment_commerce": 20,
|
"drupal/payment_commerce": 20,
|
||||||
|
"drupal/redirect": 20,
|
||||||
"drupal/search_api_page": 20,
|
"drupal/search_api_page": 20,
|
||||||
"drupal/select_translation": 20,
|
"drupal/select_translation": 20,
|
||||||
"drupal/session_limit": 10,
|
"drupal/session_limit": 10,
|
||||||
|
|
Loading…
Reference in New Issue