-
- Downloads
Issue #3272397: Drupal 10 readiness.
Showing
- composer.json 1 addition, 1 deletioncomposer.json
- modules/pcb_memcache/pcb_memcache.info.yml 1 addition, 1 deletionmodules/pcb_memcache/pcb_memcache.info.yml
- modules/pcb_redis/pcb_redis.info.yml 1 addition, 1 deletionmodules/pcb_redis/pcb_redis.info.yml
- pcb.info.yml 1 addition, 1 deletionpcb.info.yml
... | ... | @@ -18,7 +18,7 @@ |
"minimum-stability": "dev", | ||
"require": { | ||
"php": ">=7.2.0", | ||
"drupal/core": "^8.7.7||^9.0" | ||
"drupal/core": ">=9.2" | ||
}, | ||
"require-dev": { | ||
"drupal/memcache": "^2.0", | ||
... | ... |
Please register or sign in to comment