Update Flex endpoint

This commit is contained in:
github-action bot
2021-09-22 13:12:25 +00:00
parent 8f0c41f303
commit 16541137d2
180 changed files with 5053 additions and 3702 deletions
+9 -19
View File
@@ -1,20 +1,6 @@
{
"locks": {
"symfony/debug-bundle": {
"version": "4.1",
"recipe": {
"repo": "4.1",
"branch": "master",
"version": "4.1",
"ref": "0ce7a032d344fb7b661cd25d31914cd703ad445b"
}
}
},
"manifests": {
"symfony/debug-bundle": {
"repository": "github.com/symfony/recipes",
"package": "symfony/debug-bundle",
"version": "4.1",
"manifest": {
"bundles": {
"Symfony\\Bundle\\DebugBundle\\DebugBundle": [
@@ -27,13 +13,17 @@
},
"files": {
"config/packages/dev/debug.yaml": {
"contents": "debug:\n # Forwards VarDumper Data clones to a centralized server allowing to inspect dumps on CLI or in your browser.\n # See the \"server:dump\" command to start a new server.\n dump_destination: \"tcp://%env(VAR_DUMPER_SERVER)%\"\n",
"executable": false,
"encoding": ""
"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
}
},
"origin": "symfony/debug-bundle:4.1@github.com/symfony/recipes:master",
"is_contrib": false
"ref": "0ce7a032d344fb7b661cd25d31914cd703ad445b"
}
}
}