- Issue created by @keiserjb
- π¬π§United Kingdom jollysolutions
This allows updating to Drupal 11 and module still works
I'm trying to upgrade a site using this module to Drupal 11. There is a dependency for extra_field inside the composer.json.
"require": {
"drupal/extra_field": "^2",
"drupal/extra_field_plus": "^3"
}
extra_field 2 is not Drupal 11 compatible. There is a 3.0 beta that is. I thought I could change the composer file to require ^3 and that would work but it isn't.
Active
3.1
Code
This allows updating to Drupal 11 and module still works