Currently, this is the core version requirement:
core_version_requirement: ^10.2 || 11
This makes it impossible to use the module on Drupal 11.0.5
Please adjust to allow higher than exactly 11, for example:
core_version_requirement: ^10.2 || ^11
Active
3.0
Code