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 new file mode 100644 index 00000000..054a0a98 --- /dev/null +++ b/basster/lazy-response-bundle/1.0/config/packages/basster_lazy_response.yaml @@ -0,0 +1,18 @@ +services: + _defaults: + public: false + autowire: true + autoconfigure: true + + # Enable DTO handler. + # Comment or remove, if you don't want to use the default. + # See any of the default handlers for reference. + Basster\LazyResponseBundle\Response\Handler\RedirectResponseHandler: null + + # Requires twig + # Basster\LazyResponseBundle\Response\Handler\TwigResponseHandler: null + + # Requires symfony/serializer + # Basster\LazyResponseBundle\Response\Handler\JsonSerializeResponseHandler: null + + # Feel free to add your own handlers: diff --git a/basster/lazy-response-bundle/1.0/manifest.json b/basster/lazy-response-bundle/1.0/manifest.json new file mode 100644 index 00000000..e164c6e6 --- /dev/null +++ b/basster/lazy-response-bundle/1.0/manifest.json @@ -0,0 +1,5 @@ +{ + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}