Skip to content

Issue #3315088: Fix by panshulk deprecated module warning issue for drupal 10.

Closes #3315088

Fixes the following warnings -

  1. modules/contrib/component/component.info.yml:

Value of core_version_requirement: ^8 || ^9 is not compatible with the next major version of Drupal core. See https://drupal.org/node/3070687.

  1. modules/contrib/component/modules/component_example/component_example.info.yml:

Value of core_version_requirement: ^8 || ^9 is not compatible with the next major version of Drupal core. See https://drupal.org/node/3070687.

Merge request reports