mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
comment out handlers which require additional packages to run properly. Adopt description accordingly.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user