Skip to content

Remove 'core' key from `cheeseburger_menu.info.yml` to align with `core_version_requirement` constraint

Description

This merge request addresses a compatibility issue in the cheeseburger_menu module's cheeseburger_menu.info.yml file. The file currently contains both the core key and the core_version_requirement constraint, which is not in accordance with Drupal standards.

Changes Made:

  • Removed the core key from cheeseburger_menu.info.yml to align with the core_version_requirement constraint.

Related Issue

Testing

  • Verified that the module still functions correctly after the removal of the core key.
  • Ensured that the module's compatibility with core versions ^9.2 || ^10 is maintained.

Notes

  • No changes to user interface, API, or data model were required.

Merge request reports