Make module compatible with Drupal 11.3

  • Update core_version_requirement to ^10 || ^11 in info.yml files
  • Remove deprecated core: 8.x key from submodule info.yml
  • Fix BackendChain constructor (removed $bin parameter in D11)
  • Fix MemoryBackend constructor (TimeInterface now required in D11)
  • Inject datetime.time service via DI instead of static \Drupal call
  • Use PHP 8 constructor property promotion
  • Add drupal/core constraint to composer.json

Merge request reports

Loading