- Issue created by @Harshita mehra
- Status changed to Needs review
over 1 year ago 10:26am 22 June 2023 - ๐ฎ๐ณIndia Harshita mehra
Hello Maintainers,
I have provided a patch to fix this issue.
Please review it.Thanks!
- ๐ฎ๐ณIndia Raveen Kumar
Raveen Thakur โ made their first commit to this issueโs fork.
- Status changed to Closed: duplicate
over 1 year ago 10:36am 10 July 2023 - ๐ฌ๐งUnited Kingdom nicrodgers Monmouthshire, UK
Closing in favor of 3287186 which has already been RTBCed
- ๐ฎ๐นItaly apaderno Brescia, ๐ฎ๐น
Modules, themes. and profiles are allowed to use the following lines in their .info.yml file.
core: 8.x core_version_requirement: ^8 || ^9
That is described in New 'core_version_requirement' key in info.yml files for modules, themes and profiles โ allows Composer semantic version constraints including specifying multiple major versions of core, which states:
For example a module that is compatible with Drupal 8 and Drupal 9 can have a info.yml file like this
name: My Module type: module core: 8.x core_version_requirement: ^8 || ^9
There is no change that must be done in that .info.yml file.