\Webfactory\Bundle\LegacyIntegrationBundle\Integration\Filternow requires\Symfony\Component\HttpKernel\Event\ControllerEventas the event class for its first argument, following the changed Event class names in Symfony 4.3.
- Symfony sub-requests can be dispatched to the legacy app (but the legacy app is still called at most once per web request)
- Legacy front controllers don't have to return the HTTP status code anymore
- Added a way to embed Symfony 2 output into the legacy response (#5)
- Fixed that
LegacyApplicationDispatchingEventListenerwould not play nicely withSensioFrameworkExtraBundle's@Cacheannotation (#6)