Problem/Motivation

The Drupal Core versions before 8.7.7 do not recognize the core_version_requirement key in info file.

Steps to reproduce

Try installing the module in D8 versions < 8.8

Proposed resolution

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.

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

Vivek_Lnwebworks created an issue. See original summary.

vivek_lnwebworks’s picture

Issue summary: View changes
vivek_lnwebworks’s picture

Issue summary: View changes
chancenyasulu’s picture

Assigned: Unassigned » chancenyasulu

chetan 11 made their first commit to this issue’s fork.

chetan 11’s picture

Status: Active » Needs review

Hi,
I have updated the latest code as mentioned on above, please check the raised MR.
Thanks.

chancenyasulu’s picture

Status: Needs review » Fixed
chancenyasulu’s picture

Status: Fixed » Closed (fixed)