Update Flex endpoint

This commit is contained in:
github-action bot
2021-09-19 15:27:48 +00:00
parent f6a174e0da
commit c52f4eb34d
180 changed files with 9768 additions and 0 deletions
+51
View File
@@ -0,0 +1,51 @@
{
"locks": {
"symfony/web-profiler-bundle": {
"version": "3.3",
"recipe": {
"repo": "3.3",
"branch": "master",
"version": "3.3",
"ref": "6bdfa1a95f6b2e677ab985cd1af2eae35d62e0f6"
}
}
},
"manifests": {
"symfony/web-profiler-bundle": {
"repository": "github.com/symfony/recipes",
"package": "symfony/web-profiler-bundle",
"version": "3.3",
"manifest": {
"bundles": {
"Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle": [
"dev",
"test"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/routes/dev/web_profiler.yaml": {
"contents": "web_profiler_wdt:\n resource: '@WebProfilerBundle/Resources/config/routing/wdt.xml'\n prefix: /_wdt\n\nweb_profiler_profiler:\n resource: '@WebProfilerBundle/Resources/config/routing/profiler.xml'\n prefix: /_profiler\n",
"executable": false,
"encoding": ""
},
"config/packages/dev/web_profiler.yaml": {
"contents": "web_profiler:\n toolbar: true\n intercept_redirects: false\n\nframework:\n profiler: { only_exceptions: false }\n",
"executable": false,
"encoding": ""
},
"config/packages/test/web_profiler.yaml": {
"contents": "web_profiler:\n toolbar: false\n intercept_redirects: false\n\nframework:\n profiler: { collect: false }\n",
"executable": false,
"encoding": ""
}
},
"origin": "symfony/web-profiler-bundle:3.3@github.com/symfony/recipes:master",
"not_installable": false,
"is_contrib": false
}
}
}