downgraded redis from 1.5 to 1.4

This commit is contained in:
Bachir Soussi Chiadmi 2021-03-08 14:14:23 +01:00
parent ee908b4603
commit 30b2c9267b
3 changed files with 71 additions and 10 deletions

View File

@ -67,6 +67,7 @@
"drupal/permissions_filter": "^1.1", "drupal/permissions_filter": "^1.1",
"drupal/printable": "^2.0", "drupal/printable": "^2.0",
"drupal/recurring_period": "^1.0", "drupal/recurring_period": "^1.0",
"drupal/redis": "1.4",
"drupal/restui": "^1.16", "drupal/restui": "^1.16",
"drupal/search_api": "^1.19", "drupal/search_api": "^1.19",
"drupal/search_api_autocomplete": "^1.2", "drupal/search_api_autocomplete": "^1.2",

24
composer.lock generated
View File

@ -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": "32cc18b06495257f2356216dd7982794", "content-hash": "50af3a7cb942dbcccb1dcb342d3d61d6",
"packages": [ "packages": [
{ {
"name": "alchemy/zippy", "name": "alchemy/zippy",
@ -5755,6 +5755,7 @@
"migrate_drupal getsetting on null": "https://www.drupal.org/files/issues/2019-02-13/migrate_drupal-getsetting_on_null.patch", "migrate_drupal getsetting on null": "https://www.drupal.org/files/issues/2019-02-13/migrate_drupal-getsetting_on_null.patch",
"language negociation exeption https://www.drupal.org/project/drupal/issues/3134349": "https://www.drupal.org/files/issues/2020-06-02/3134349-9.patch", "language negociation exeption https://www.drupal.org/project/drupal/issues/3134349": "https://www.drupal.org/files/issues/2020-06-02/3134349-9.patch",
"Cannot save translated nodes after upgrading to 8.8 due to invalid path https://www.drupal.org/project/drupal/issues/3101344": "https://www.drupal.org/files/issues/2021-03-01/3101344-drupal-core-fix-permissions-checking-while-node-translating-64.patch", "Cannot save translated nodes after upgrading to 8.8 due to invalid path https://www.drupal.org/project/drupal/issues/3101344": "https://www.drupal.org/files/issues/2021-03-01/3101344-drupal-core-fix-permissions-checking-while-node-translating-64.patch",
"ConfigImporter->checkOp() https://www.drupal.org/project/drupal/issues/3198715": "https://www.drupal.org/files/issues/2021-02-16/error-running-config-import-delete-on-null-3198715-3.patch",
"https://www.drupal.org/project/drupal/issues/2943172": "https://www.drupal.org/files/issues/2018-07-05/2943172-kernel-test-base-3.patch" "https://www.drupal.org/project/drupal/issues/2943172": "https://www.drupal.org/files/issues/2018-07-05/2943172-kernel-test-base-3.patch"
} }
}, },
@ -10427,17 +10428,17 @@
}, },
{ {
"name": "drupal/redis", "name": "drupal/redis",
"version": "1.5.0", "version": "1.4.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/redis.git", "url": "https://git.drupalcode.org/project/redis.git",
"reference": "8.x-1.5" "reference": "8.x-1.4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/redis-8.x-1.5.zip", "url": "https://ftp.drupal.org/files/projects/redis-8.x-1.4.zip",
"reference": "8.x-1.5", "reference": "8.x-1.4",
"shasum": "4283333dc2bf405045765b83ca662acc409a6543" "shasum": "87165acdda18873c1e3994c670bcb4cdafd3d0ff"
}, },
"require": { "require": {
"drupal/core": "^8.8 || ^9" "drupal/core": "^8.8 || ^9"
@ -10448,8 +10449,8 @@
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "8.x-1.5", "version": "8.x-1.4",
"datestamp": "1609972488", "datestamp": "1581504947",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
@ -10463,7 +10464,7 @@
}, },
"notification-url": "https://packages.drupal.org/8/downloads", "notification-url": "https://packages.drupal.org/8/downloads",
"license": [ "license": [
"GPL-2.0-or-later" "GPL-2.0"
], ],
"authors": [ "authors": [
{ {
@ -10475,7 +10476,7 @@
"homepage": "https://www.drupal.org/user/240164" "homepage": "https://www.drupal.org/user/240164"
} }
], ],
"description": "Integration of Drupal with the Redis key-value store.", "description": "Provide a module placeholder, for using as dependency for module that needs Redis.",
"homepage": "https://www.drupal.org/project/redis", "homepage": "https://www.drupal.org/project/redis",
"support": { "support": {
"source": "https://git.drupalcode.org/project/redis" "source": "https://git.drupalcode.org/project/redis"
@ -11961,6 +11962,9 @@
"status": "not-covered", "status": "not-covered",
"message": "Project has not opted into security advisory coverage!" "message": "Project has not opted into security advisory coverage!"
} }
},
"patches_applied": {
"Do not validate against empty fields https://www.drupal.org/project/unique_content_field_validation/issues/3201576": "https://www.drupal.org/files/issues/2021-03-04/unique_validation-empty_field.patch"
} }
}, },
"notification-url": "https://packages.drupal.org/8/downloads", "notification-url": "https://packages.drupal.org/8/downloads",

File diff suppressed because one or more lines are too long