- Issue created by @jheinon_finland
- Issue was unassigned.
- Status changed to Closed: duplicate
almost 2 years ago 1:49pm 30 January 2023
The project is not compatible with Drupal 10. In order for the projects using the module to upgrade swiftly to Drupal 10, module's -file should be updated.
You can either use -module or check the module's -file. You will see that the info file doens't have Drupal 10 compatibility defined, instead only Drupal 8 and 9 compatibility:
core_version_requirement: ^8 || ^9
Change the Drupal compatibility from
core_version_requirement: ^8 || ^9
to
core_version_requirement: ^9 || ^10
Update the Drupal compatibility as dscribed in .
Closed: duplicate
2.0
Code