restored redis from 1.5
This commit is contained in:
parent
88f7b8c285
commit
d4957ad19a
|
@ -67,7 +67,7 @@
|
|||
"drupal/permissions_filter": "^1.1",
|
||||
"drupal/printable": "^2.0",
|
||||
"drupal/recurring_period": "^1.0",
|
||||
"drupal/redis": "1.4",
|
||||
"drupal/redis": "^1.5",
|
||||
"drupal/restui": "^1.16",
|
||||
"drupal/search_api": "^1.19",
|
||||
"drupal/search_api_autocomplete": "^1.2",
|
||||
|
|
|
@ -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": "50af3a7cb942dbcccb1dcb342d3d61d6",
|
||||
"content-hash": "b518701b17faf210fe56b260ba53eb5e",
|
||||
"packages": [
|
||||
{
|
||||
"name": "alchemy/zippy",
|
||||
|
@ -10428,17 +10428,17 @@
|
|||
},
|
||||
{
|
||||
"name": "drupal/redis",
|
||||
"version": "1.4.0",
|
||||
"version": "1.5.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/redis.git",
|
||||
"reference": "8.x-1.4"
|
||||
"reference": "8.x-1.5"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/redis-8.x-1.4.zip",
|
||||
"reference": "8.x-1.4",
|
||||
"shasum": "87165acdda18873c1e3994c670bcb4cdafd3d0ff"
|
||||
"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"
|
||||
|
@ -10449,8 +10449,8 @@
|
|||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"drupal": {
|
||||
"version": "8.x-1.4",
|
||||
"datestamp": "1581504947",
|
||||
"version": "8.x-1.5",
|
||||
"datestamp": "1609972488",
|
||||
"security-coverage": {
|
||||
"status": "covered",
|
||||
"message": "Covered by Drupal's security advisory policy"
|
||||
|
@ -10464,7 +10464,7 @@
|
|||
},
|
||||
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||
"license": [
|
||||
"GPL-2.0"
|
||||
"GPL-2.0-or-later"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
|
@ -10476,7 +10476,7 @@
|
|||
"homepage": "https://www.drupal.org/user/240164"
|
||||
}
|
||||
],
|
||||
"description": "Provide a module placeholder, for using as dependency for module that needs Redis.",
|
||||
"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"
|
||||
|
|
Loading…
Reference in New Issue