Files
symfony-flex-recipes/symfony.debug-bundle.4.1.json
github-action botandgithub-action bot 941c6fe0e6 Update Flex endpoint
2021-09-23 10:26:28 +00:00

30 lines
1.0 KiB
JSON

{
"manifests": {
"symfony/debug-bundle": {
"manifest": {
"bundles": {
"Symfony\\Bundle\\DebugBundle\\DebugBundle": [
"dev"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/dev/debug.yaml": {
"contents": [
"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": "0ce7a032d344fb7b661cd25d31914cd703ad445b"
}
}
}