mirror of
https://github.com/symfony/recipes.git
synced 2026-09-14 08:36:27 +03:00
Update Flex archives
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"manifests": {
|
||||
"symfony/debug-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Symfony\\Bundle\\DebugBundle\\DebugBundle": [
|
||||
"dev",
|
||||
"test"
|
||||
]
|
||||
}
|
||||
},
|
||||
"files": [],
|
||||
"ref": "71d29aaf710fd59cd3abff2b1ade907ed73103c6"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"manifests": {
|
||||
"symfony/debug-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Symfony\\Bundle\\DebugBundle\\DebugBundle": [
|
||||
"dev",
|
||||
"test"
|
||||
]
|
||||
}
|
||||
},
|
||||
"files": [],
|
||||
"ref": "de31e687f3964939abd1f66817bd96ed34bc2eee"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"manifests": {
|
||||
"symfony/debug-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Symfony\\Bundle\\DebugBundle\\DebugBundle": [
|
||||
"dev",
|
||||
"test"
|
||||
]
|
||||
},
|
||||
"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": "f8863cbad2f2e58c4b65fa1eac892ab189971bea"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user