From f4e20693cf5d3439e3663ca0f4a0fb9715eebc22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole=20R=C3=B6=C3=9Fner?= Date: Thu, 15 Aug 2019 14:51:48 +0200 Subject: [PATCH] comment out handlers which require additional packages to run properly. Adopt description accordingly. --- .../1.0/config/packages/basster_lazy_response.yaml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) 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: