mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-16 01:26:27 +03:00
16 lines
508 B
JSON
16 lines
508 B
JSON
{
|
|
"bundles": {
|
|
"LiquidRazor\\DtoApiBundle\\LiquidRazorDtoApiBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"post-install-output": [
|
|
"✅ LiquidRazor DTO API bundle installed.",
|
|
"Docs: /_docs/swagger • /_docs/redoc",
|
|
"OpenAPI: /_schema/openapi.json",
|
|
"Config: config/packages/liquidrazor_dto_api.yaml (edit defaults as you wish).",
|
|
"Routes were added via config/routes/liquidrazor_dto_api.yaml."
|
|
]
|
|
}
|