- Issue created by @sunil jolapara
- Merge request !1Resolve #3477761 "Fixes drupal10 installation issue" → (Open) created by sunil jolapara
- 🇮🇹Italy apaderno Brescia, 🇮🇹
Assuming the module is compatible with Drupal 10,
core_version_requirement: ^8 || ^9 || ^10
is wrong.If the module is still not compatible with Drupal 10, the failure to install it on Drupal 10 is expected. Changing the
core_version_requirement
line does not make a module compatible with Drupal 10, if it still uses the Drupal 8 or Drupal 9 API.