mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 23:26:27 +03:00
30 lines
1.0 KiB
JSON
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"
|
|
}
|
|
}
|
|
}
|