Add Redis module
This commit is contained in:
parent
f0c927faad
commit
0da818f888
|
@ -36,6 +36,7 @@
|
||||||
"drupal/pathauto": "^1.8",
|
"drupal/pathauto": "^1.8",
|
||||||
"drupal/plausible": "1.x-dev",
|
"drupal/plausible": "1.x-dev",
|
||||||
"drupal/redirect": "^1.5",
|
"drupal/redirect": "^1.5",
|
||||||
|
"drupal/redis": "^1.5",
|
||||||
"drupal/scheduler": "^1.3",
|
"drupal/scheduler": "^1.3",
|
||||||
"drupal/simple_sitemap": "^3.6",
|
"drupal/simple_sitemap": "^3.6",
|
||||||
"drupal/speakerdeck_field": "^2.0",
|
"drupal/speakerdeck_field": "^2.0",
|
||||||
|
|
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",
|
"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": "af63f9fcebff0e2607c7d31c00d10c3c",
|
"content-hash": "b9de429f9c05ad6b795d0c991d47d9da",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "asm89/stack-cors",
|
"name": "asm89/stack-cors",
|
||||||
|
@ -3604,6 +3604,62 @@
|
||||||
"source": "https://git.drupalcode.org/project/redirect"
|
"source": "https://git.drupalcode.org/project/redirect"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "drupal/redis",
|
||||||
|
"version": "1.5.0",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://git.drupalcode.org/project/redis.git",
|
||||||
|
"reference": "8.x-1.5"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://ftp.drupal.org/files/projects/redis-8.x-1.5.zip",
|
||||||
|
"reference": "8.x-1.5",
|
||||||
|
"shasum": "4283333dc2bf405045765b83ca662acc409a6543"
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"drupal/core": "^8.8 || ^9"
|
||||||
|
},
|
||||||
|
"suggest": {
|
||||||
|
"predis/predis": "^1.1.1"
|
||||||
|
},
|
||||||
|
"type": "drupal-module",
|
||||||
|
"extra": {
|
||||||
|
"drupal": {
|
||||||
|
"version": "8.x-1.5",
|
||||||
|
"datestamp": "1609972488",
|
||||||
|
"security-coverage": {
|
||||||
|
"status": "covered",
|
||||||
|
"message": "Covered by Drupal's security advisory policy"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"autoload": {
|
||||||
|
"psr-4": {
|
||||||
|
"Drupal\\redis\\": "src"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"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": "pounard",
|
||||||
|
"homepage": "https://www.drupal.org/user/240164"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "Integration of Drupal with the Redis key-value store.",
|
||||||
|
"homepage": "https://www.drupal.org/project/redis",
|
||||||
|
"support": {
|
||||||
|
"source": "https://git.drupalcode.org/project/redis"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/scheduler",
|
"name": "drupal/scheduler",
|
||||||
"version": "1.3.0",
|
"version": "1.3.0",
|
||||||
|
|
|
@ -52,6 +52,7 @@ module:
|
||||||
path_alias: 0
|
path_alias: 0
|
||||||
plausible: 0
|
plausible: 0
|
||||||
redirect: 0
|
redirect: 0
|
||||||
|
redis: 0
|
||||||
scheduler: 0
|
scheduler: 0
|
||||||
shortcut: 0
|
shortcut: 0
|
||||||
simple_sitemap: 0
|
simple_sitemap: 0
|
||||||
|
|
Loading…
Reference in a new issue