Files
symfony-flex-recipes/symfony.debug-bundle.5.3.json
T
github-action[bot]andgithub-action[bot] fea67d40d4 Update Flex endpoint
2022-02-17 14:30:30 +00:00

34 lines
1.2 KiB
JSON

{
"manifests": {
"symfony/debug-bundle": {
"manifest": {
"bundles": {
"Symfony\\Bundle\\DebugBundle\\DebugBundle": [
"dev"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"conflict": {
"symfony/framework-bundle": "<5.3"
}
},
"files": {
"config/packages/debug.yaml": {
"contents": [
"when@dev:",
" debug:",
" # Forwards VarDumper Data clones to a centralized server allowing to inspect dumps on CLI or in your browser.",
" # See the \"server:dump\" command to start a new server.",
" dump_destination: \"tcp://%env(VAR_DUMPER_SERVER)%\"",
""
],
"executable": false
}
},
"ref": "5aa8aa48234c8eb6dbdd7b3cd5d791485d2cec4b"
}
}
}