Contribution Date
Technology
Contribution Project
Contribution Details
Patch #7 clamav-3131448-6.patch
removes core: 8.x
But as per https://drupal.org/node/3070687 having both keys
core: 8.x
core_version_requirement: ^8 || ^9
Specifies that the module is compatible with all versions of Drupal 8 and 9. The core: is required here because Drupal Core versions before 8.7.7 do not recognize the core_version_requirement: key.
A module that is compatible with Drupal 8 versions after Drupal 8.8.0 and also Drupal 9 will need an info.yml file like this:
name: My Module
type: module
core_version_requirement: ^8.8 || ^9
Contribution Issue Link
Contribution Link
Files count
0
Patches count
0