Added recipes for coka/input-handler-bundle (#1352)

This commit is contained in:
Cedrick Oka
2022-02-19 09:22:55 +00:00
committed by GitHub
parent 67cafba71e
commit 2028c41b2c
2 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
oka_input_handler:
error_handler:
default_request_format: 'json'
override_problem_normalizer: true

View File

@@ -0,0 +1,8 @@
{
"bundles": {
"Oka\\InputHandlerBundle\\OkaInputHandlerBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}