-
- Downloads
Issue #3440763: Automated Drupal 11 compatibility fixes for redis_batch
parent
0d1d9124
No related branches found
No related tags found
... | ... | @@ -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" | ||
... | ... |
Please register or sign in to comment