- Issue created by @saurabhkanva
- 🇮🇳India saurabhkanva
Drupal Core versions before 8.7.7 do not recognize the core_version_requirement: key.
If the module is compatible with Drupal Core versions before 8.7.7 then add core: key.
core: 8.x
core_version_requirement: ^8 || ^9
If not, update the core_version_requirement: key.core_version_requirement: ^8.8 || ^9
- Status changed to Needs review
over 1 year ago 6:05am 26 May 2023 - 🇮🇳India Jaspreet-Kaur
Reviewed! Patch #4 on Drupal 9.5.x and it seems to be good and worked for me. Thanks!