Skip to content

[ Drupal 10 ] The core: 8.x key must not be used here.

Harshita Mehna requested to merge issue/google_plus_feeds-3368971:2.x into 2.x

Adding both core and core_version_requirement with anything other than core_version_requirement: ^8 || ^9 || ^10 will result in an exception. This is not valid because the core: key would include versions that do not recognize the core_version_requirement: key.

Merge request reports