- Issue created by @brandonratz
- Status changed to Needs work
over 1 year ago 12:13pm 25 August 2023 - ๐ณ๐ดNorway gisle Norway
The proposed change will say that the project will be compatible with all version of Drupal 8 (and 9 and 10). However, a project without a "core" key in its
.info.yml
is incompatible with all versions prior to Drupal 8.8. - ๐ฎ๐ณIndia akshay.singh Noida
akshay.singh โ made their first commit to this issueโs fork.
- ๐ฎ๐ณIndia akshay.singh Noida
so we have two options either to add
core
or we can restrictcore_version_requirement
to^8.8 || ^9 || ^10
.I have choosed the core one as not to remove support for D8 projects.
Please review created an MR.
Thanks
- Issue was unassigned.
- Status changed to Needs review
over 1 year ago 12:38pm 25 August 2023 - @akshaysingh opened merge request.
- ๐ฎ๐ณIndia omkar-pd
We should remove the core key and add
core_version_requirement: ^8.9 || ^9 || ^10