Issue #3372984 by Greg Boggs: Change support for ~9.5.0 || ~10.1.0 on the...
Issue #3372984 by Greg Boggs: Change support for ~9.5.0 || ~10.1.0 on the 2.0.x branch and drop support for the 8.x-1.x branch
... | ... | @@ -22,7 +22,7 @@ |
} | ||
], | ||
"require": { | ||
"drupal/core": "~10.1.0", | ||
"drupal/core": "~9.5.0 || ~10.1.0", | ||
"drupal/entity_browser": "~2.0" | ||
} | ||
} |
Please register or sign in to comment