Problem/Motivation

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

Steps to reproduce

Try installing the module in D8 versions < 8.7.7

Proposed resolution

Could solve the issue by doing any one of these

  • Add core: 8.x to the info file
  • Replace core_version_requirement to ^8.8 || ^9 || ^10

Better solution is the second one.

Details: https://www.drupal.org/docs/develop/creating-modules/let-drupal-know-abo...

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

sijumpk created an issue. See original summary.

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

chetan 11’s picture

Status: Active » Needs review

Hi,
I have added the core 8.x file to the info file, please check the raised MR.
Thanks.

bhojwanipankaj05’s picture

Status: Needs review » Fixed
bhojwanipankaj05’s picture

Status: Fixed » Closed (fixed)