Add redirect module
This commit is contained in:
parent
219cee9477
commit
279f344be6
6 changed files with 691 additions and 1 deletions
58
composer.lock
generated
58
composer.lock
generated
|
@ -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": "a6e5468e964c8731365a41d000ffbd94",
|
||||
"content-hash": "65c9a634f0c9f8b658fc062df72b47fc",
|
||||
"packages": [
|
||||
{
|
||||
"name": "asm89/stack-cors",
|
||||
|
@ -2533,6 +2533,62 @@
|
|||
"documentation": "https://www.drupal.org/docs/8/modules/pathauto"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/redirect",
|
||||
"version": "1.11.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/redirect.git",
|
||||
"reference": "8.x-1.11"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/redirect-8.x-1.11.zip",
|
||||
"reference": "8.x-1.11",
|
||||
"shasum": "7df8b3524bbde07d254216039636947a689140ef"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "^9.2 || ^10 || ^11"
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"drupal": {
|
||||
"version": "8.x-1.11",
|
||||
"datestamp": "1737382886",
|
||||
"security-coverage": {
|
||||
"status": "covered",
|
||||
"message": "Covered by Drupal's security advisory policy"
|
||||
}
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||
"license": [
|
||||
"GPL-2.0-or-later"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "berdir",
|
||||
"homepage": "https://www.drupal.org/user/214652"
|
||||
},
|
||||
{
|
||||
"name": "dave reid",
|
||||
"homepage": "https://www.drupal.org/user/53892"
|
||||
},
|
||||
{
|
||||
"name": "kristen pol",
|
||||
"homepage": "https://www.drupal.org/user/8389"
|
||||
},
|
||||
{
|
||||
"name": "pifagor",
|
||||
"homepage": "https://www.drupal.org/user/2375692"
|
||||
}
|
||||
],
|
||||
"description": "Allows users to redirect from old URLs to new URLs.",
|
||||
"homepage": "https://www.drupal.org/project/redirect",
|
||||
"support": {
|
||||
"source": "https://git.drupalcode.org/project/redirect"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/robotstxt",
|
||||
"version": "1.6.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue