add redis
This commit is contained in:
Generated
+57
-1
@@ -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": "29cc16d87dfa1a5cf3a201520e89bc80",
|
||||
"content-hash": "fde7628e678725f0a0bf21aff1250e43",
|
||||
"packages": [
|
||||
{
|
||||
"name": "asm89/stack-cors",
|
||||
@@ -4213,6 +4213,62 @@
|
||||
"source": "https://git.drupalcode.org/project/redirect_after_login"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/redis",
|
||||
"version": "1.4.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/redis.git",
|
||||
"reference": "8.x-1.4"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/redis-8.x-1.4.zip",
|
||||
"reference": "8.x-1.4",
|
||||
"shasum": "87165acdda18873c1e3994c670bcb4cdafd3d0ff"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "^8.8 || ^9"
|
||||
},
|
||||
"suggest": {
|
||||
"predis/predis": "^1.1.1"
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"drupal": {
|
||||
"version": "8.x-1.4",
|
||||
"datestamp": "1581504947",
|
||||
"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"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Berdir",
|
||||
"homepage": "https://www.drupal.org/user/214652"
|
||||
},
|
||||
{
|
||||
"name": "pounard",
|
||||
"homepage": "https://www.drupal.org/user/240164"
|
||||
}
|
||||
],
|
||||
"description": "Provide a module placeholder, for using as dependency for module that needs Redis.",
|
||||
"homepage": "https://www.drupal.org/project/redis",
|
||||
"support": {
|
||||
"source": "https://git.drupalcode.org/project/redis"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/schema_metatag",
|
||||
"version": "1.7.0",
|
||||
|
||||
Reference in New Issue
Block a user