added receipe for basster/lazy-response-bundle 1.0

This commit is contained in:
Ole Rößner
2019-07-28 08:41:39 +02:00
parent f205863ddb
commit cd23d4d804
2 changed files with 18 additions and 0 deletions
@@ -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: ~
@@ -0,0 +1,5 @@
{
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}