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

Created on 3 January 2024, 11 months ago
Updated 20 January 2024, 10 months ago

Problem/Motivation

The Drupal Core versions before 8.7.7 do not recognize the core_version_requirement key in the 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.)

📌 Task
Status

Closed: won't fix

Version

2.0

Component

Code

Created by

🇮🇳India d-xpert Chandigarh

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @d-xpert
  • 🇮🇳India d-xpert Chandigarh
  • Status changed to Closed: won't fix 10 months ago
  • 🇷🇺Russia zniki.ru

    Thanks for your issue.

    In the code base:
    core_version_requirement: ^8.9 || ^9 || ^10

    Module's branch 2.x is not supported versions of Drupal core less then 8.9.
    This is not going to be fixed.

Production build 0.71.5 2024