Skip to content
Snippets Groups Projects
Commit 1054b743 authored by project update bot's avatar project update bot Committed by Luhur Abdi Rizal
Browse files

Issue #3440763: Automated Drupal 11 compatibility fixes for redis_batch

parent 0d1d9124
No related branches found
No related tags found
1 merge request!12Automated Project Update Bot fixes
Pipeline #289462 passed with warnings
......@@ -22,8 +22,8 @@
},
"require": {
"php": "^8.1",
"drupal/core": "^10.2",
"drupal/redis": "^1.0"
"drupal/redis": "^1.0",
"drupal/core": "^10.2 || ^11"
},
"require-dev": {
"predis/predis": "^2.2"
......
......@@ -3,7 +3,7 @@ description: Redis batch storage backend
package: Performance
type: module
core_version_requirement: ^10.2
core_version_requirement: ^10.2 || ^11
dependencies:
- redis:redis
......@@ -2,7 +2,7 @@ name: Redis Batch test
type: module
description: 'Support module for Redis Batch tests.'
package: Testing
core_version_requirement: ^10.2
core_version_requirement: ^10.2 || ^11
dependencies:
- redis_batch:redis_batch
hidden: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment