Update Flex endpoint

This commit is contained in:
github-action[bot]
2021-12-17 14:36:52 +00:00
parent b9e00f60e3
commit 090420a2ee
172 changed files with 8965 additions and 0 deletions
@@ -0,0 +1,29 @@
{
"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"
}
}
}