-
- Downloads
Issue #3406979: Exclude core versions with inline anti-flicker from compatibility
... | @@ -13,6 +13,6 @@ | ... | @@ -13,6 +13,6 @@ |
"require": { | "require": { | ||
"php": ">=7.4", | "php": ">=7.4", | ||
"ext-json": "*", | "ext-json": "*", | ||
"drupal/core": "^9.5 || ^10" | "drupal/core": "^9.5 || ~10.0.0 || ^10.1.3" | ||
} | } | ||
} | } |
Please register or sign in to comment