Change the minimum required Drupal version

Created on 19 June 2024, 5 months ago
Updated 3 July 2024, 5 months ago

The code is not really compatible with Drupal 8.8 or 8.9, since on those versions the event class for KernelEvents::REQUEST events is \Symfony\Component\HttpKernel\Event\GetResponseEvent (see \Drupal\Core\EventSubscriber\MaintenanceModeSubscriber, for example).

Starting from Drupal 9.0.x, the event class for KernelEvents::REQUEST events is \Symfony\Component\HttpKernel\Event\RequestEvent, which is the class currently used in the 2.x branch.

The minimum required Drupal version should be raised to Drupal 9.x.

📌 Task
Status

Fixed

Version

2.0

Component

Code

Created by

🇮🇹Italy apaderno Brescia, 🇮🇹

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024