From cd23d4d80425e3f9be05b7c6d7c9456bf98ab180 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole=20R=C3=B6=C3=9Fner?= Date: Sun, 28 Jul 2019 08:41:39 +0200 Subject: [PATCH] added receipe for basster/lazy-response-bundle 1.0 --- .../1.0/config/packages/basster_lazy_response.yaml | 13 +++++++++++++ basster/lazy-response-bundle/1.0/manifest.json | 5 +++++ 2 files changed, 18 insertions(+) create mode 100644 basster/lazy-response-bundle/1.0/config/packages/basster_lazy_response.yaml create mode 100644 basster/lazy-response-bundle/1.0/manifest.json 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..8a8d230c --- /dev/null +++ b/basster/lazy-response-bundle/1.0/config/packages/basster_lazy_response.yaml @@ -0,0 +1,13 @@ +services: + _defaults: + public: false + autowire: true + 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. + # See any of the default handlers for reference. + Basster\LazyResponseBundle\Response\Handler\JsonSerializeResponseHandler: ~ + Basster\LazyResponseBundle\Response\Handler\RedirectResponseHandler: ~ + Basster\LazyResponseBundle\Response\Handler\TwigResponseHandler: ~ 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%/" + } +}