diff --git a/basster/lazy-response-bundle/1.0/config/packages/basster_lazy_response.yaml b/basster/lazy-response-bundle/1.0/config/packages/basster_lazy_response.yaml index bb2604e6..07e26d7d 100644 --- a/basster/lazy-response-bundle/1.0/config/packages/basster_lazy_response.yaml +++ b/basster/lazy-response-bundle/1.0/config/packages/basster_lazy_response.yaml @@ -5,8 +5,14 @@ services: autoconfigure: true # Enable DTO handler. - # Comment or remove a line, if you don't want to use the defaults or add your own handlers to the list. + # Comment or remove, if you don't want to use the default. # See any of the default handlers for reference. - Basster\LazyResponseBundle\Response\Handler\JsonSerializeResponseHandler: ~ Basster\LazyResponseBundle\Response\Handler\RedirectResponseHandler: ~ - Basster\LazyResponseBundle\Response\Handler\TwigResponseHandler: ~ + + # Requires twig + # Basster\LazyResponseBundle\Response\Handler\TwigResponseHandler: ~ + + # Requires symfony/serializer + # Basster\LazyResponseBundle\Response\Handler\JsonSerializeResponseHandler: ~ + + # Feel free to add your own handlers: