Avoid passing the current request into controllers resolving shortcodes
See #15 – this never worked for ESI-based shortcodes, at least not with Symfony ^4.0.
For inline
-based shortcodes you need to review your substitution-generating controllers and check whether they depend on the request
Request attribute.
Additionally, the default logging level and channel have been changed, see #5.