Remove 'core' key from `cheeseburger_menu.info.yml` to align with `core_version_requirement` constraint
requested to merge issue/cheeseburger_menu-3470535:3470535-the-coreversionrequirement-constraint into 8.x-4.x
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 fromcheeseburger_menu.info.yml
to align with thecore_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.