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

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_version_requirement for 8 version, please check the raised MR.
Thanks.

  • Musa.thomas committed 4fa7f52b on 1.0.x
    Issue #3404613 by chetan 11, sijumpk: Need to add core: 8.x in info file...
musa.thomas’s picture

Hello thanks for the report, i change the info.yml and push it into dev version let me know if it's ok.
@chetan 11 I close your MR because it's not what @sijumpk ask to do (give credits anyway dont worry)

sijumpk’s picture

Status: Needs review » Fixed

Works fine.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.