- Issue created by @vivek_lnwebworks
- First commit to issue fork.
- Assigned to sourabhjain
- Issue was unassigned.
- Status changed to Needs review
12 months ago 12:48pm 5 January 2024 - Status changed to Fixed
6 months ago 11:14pm 9 June 2024
The Drupal Core versions before 8.7.7 do not recognize the core_version_requirement key in info file.
Try installing the module in D8 versions < 8.8
Could solve the issue by doing any one of these changes
1. Add core: 8.x to the info file
2. Replace core_version_requirement to ^8.8 || ^9 || ^10
A better solution is the second one.
Fixed
1.0
Code