mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
Create Flex endpoint
This commit is contained in:
+46
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"aliases": {
|
||||
"web-profiler-bundle": "symfony/web-profiler-bundle",
|
||||
"webprofilerbundle": "symfony/web-profiler-bundle"
|
||||
},
|
||||
"recipes": {
|
||||
"symfony/web-profiler-bundle": [
|
||||
"3.3",
|
||||
"5.3",
|
||||
"6.1",
|
||||
"7.3",
|
||||
"8.1",
|
||||
"8.2"
|
||||
]
|
||||
},
|
||||
"recipe-conflicts": {
|
||||
"symfony/web-profiler-bundle": {
|
||||
"5.3": {
|
||||
"symfony/framework-bundle": "<5.3"
|
||||
},
|
||||
"6.1": {
|
||||
"symfony/framework-bundle": "<6.1"
|
||||
},
|
||||
"7.3": {
|
||||
"symfony/framework-bundle": "<6.1"
|
||||
},
|
||||
"8.1": {
|
||||
"symfony/framework-bundle": "<6.1"
|
||||
},
|
||||
"8.2": {
|
||||
"symfony/framework-bundle": "<8.2"
|
||||
}
|
||||
}
|
||||
},
|
||||
"versions": [],
|
||||
"branch": "main",
|
||||
"is_contrib": false,
|
||||
"_links": {
|
||||
"repository": "github.com/symfony/recipes",
|
||||
"origin_template": "{package}:{version}@github.com/symfony/recipes:main",
|
||||
"recipe_template": "https://raw.githubusercontent.com/symfony/recipes/flex/pull-1568/{package_dotted}.{version}.json",
|
||||
"recipe_template_relative": "{package_dotted}.{version}.json",
|
||||
"archived_recipes_template": "https://raw.githubusercontent.com/symfony/recipes/flex/pull-1568/archived/{package_dotted}/{ref}.json",
|
||||
"archived_recipes_template_relative": "archived/{package_dotted}/{ref}.json"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"manifests": {
|
||||
"symfony/web-profiler-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle": [
|
||||
"dev",
|
||||
"test"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/dev/web_profiler.yaml": {
|
||||
"contents": [
|
||||
"web_profiler:",
|
||||
" toolbar: true",
|
||||
" intercept_redirects: false",
|
||||
"",
|
||||
"framework:",
|
||||
" profiler: { only_exceptions: false }",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/test/web_profiler.yaml": {
|
||||
"contents": [
|
||||
"web_profiler:",
|
||||
" toolbar: false",
|
||||
" intercept_redirects: false",
|
||||
"",
|
||||
"framework:",
|
||||
" profiler: { collect: false }",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/routes/dev/web_profiler.yaml": {
|
||||
"contents": [
|
||||
"web_profiler_wdt:",
|
||||
" resource: '@WebProfilerBundle/Resources/config/routing/wdt.xml'",
|
||||
" prefix: /_wdt",
|
||||
"",
|
||||
"web_profiler_profiler:",
|
||||
" resource: '@WebProfilerBundle/Resources/config/routing/profiler.xml'",
|
||||
" prefix: /_profiler",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "6bdfa1a95f6b2e677ab985cd1af2eae35d62e0f6"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,58 @@
|
||||
{
|
||||
"manifests": {
|
||||
"symfony/web-profiler-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle": [
|
||||
"dev",
|
||||
"test"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"conflict": {
|
||||
"symfony/framework-bundle": "<5.3"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/web_profiler.yaml": {
|
||||
"contents": [
|
||||
"when@dev:",
|
||||
" web_profiler:",
|
||||
" toolbar: true",
|
||||
" intercept_redirects: false",
|
||||
"",
|
||||
" framework:",
|
||||
" profiler: { only_exceptions: false }",
|
||||
"",
|
||||
"when@test:",
|
||||
" web_profiler:",
|
||||
" toolbar: false",
|
||||
" intercept_redirects: false",
|
||||
"",
|
||||
" framework:",
|
||||
" profiler: { collect: false }",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/routes/web_profiler.yaml": {
|
||||
"contents": [
|
||||
"when@dev:",
|
||||
" web_profiler_wdt:",
|
||||
" resource: '@WebProfilerBundle/Resources/config/routing/wdt.xml'",
|
||||
" prefix: /_wdt",
|
||||
"",
|
||||
" web_profiler_profiler:",
|
||||
" resource: '@WebProfilerBundle/Resources/config/routing/profiler.xml'",
|
||||
" prefix: /_profiler",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "24bbc3d84ef2f427f82104f766014e799eefcc3e"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"manifests": {
|
||||
"symfony/web-profiler-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle": [
|
||||
"dev",
|
||||
"test"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"conflict": {
|
||||
"symfony/framework-bundle": "<6.1"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/web_profiler.yaml": {
|
||||
"contents": [
|
||||
"when@dev:",
|
||||
" web_profiler:",
|
||||
" toolbar: true",
|
||||
"",
|
||||
" framework:",
|
||||
" profiler:",
|
||||
" collect_serializer_data: true",
|
||||
"",
|
||||
"when@test:",
|
||||
" framework:",
|
||||
" profiler: { collect: false }",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/routes/web_profiler.yaml": {
|
||||
"contents": [
|
||||
"when@dev:",
|
||||
" web_profiler_wdt:",
|
||||
" resource: '@WebProfilerBundle/Resources/config/routing/wdt.xml'",
|
||||
" prefix: /_wdt",
|
||||
"",
|
||||
" web_profiler_profiler:",
|
||||
" resource: '@WebProfilerBundle/Resources/config/routing/profiler.xml'",
|
||||
" prefix: /_profiler",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "8b51135b84f4266e3b4c8a6dc23c9d1e32e543b7"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,56 @@
|
||||
{
|
||||
"manifests": {
|
||||
"symfony/web-profiler-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle": [
|
||||
"dev",
|
||||
"test"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"conflict": {
|
||||
"symfony/framework-bundle": "<6.1"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/web_profiler.yaml": {
|
||||
"contents": [
|
||||
"when@dev:",
|
||||
" web_profiler:",
|
||||
" toolbar: true",
|
||||
"",
|
||||
" framework:",
|
||||
" profiler:",
|
||||
" collect_serializer_data: true",
|
||||
"",
|
||||
"when@test:",
|
||||
" framework:",
|
||||
" profiler:",
|
||||
" collect: false",
|
||||
" collect_serializer_data: true",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/routes/web_profiler.yaml": {
|
||||
"contents": [
|
||||
"when@dev:",
|
||||
" web_profiler_wdt:",
|
||||
" resource: '@WebProfilerBundle/Resources/config/routing/wdt.php'",
|
||||
" prefix: /_wdt",
|
||||
"",
|
||||
" web_profiler_profiler:",
|
||||
" resource: '@WebProfilerBundle/Resources/config/routing/profiler.php'",
|
||||
" prefix: /_profiler",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "a363460c1b0b4a4d0242f2ce1a843ca0f6ac9026"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"manifests": {
|
||||
"symfony/web-profiler-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle": [
|
||||
"dev",
|
||||
"test"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"conflict": {
|
||||
"symfony/framework-bundle": "<6.1"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/web_profiler.yaml": {
|
||||
"contents": [
|
||||
"when@dev:",
|
||||
" web_profiler:",
|
||||
" toolbar: true",
|
||||
"",
|
||||
" framework:",
|
||||
" profiler: true",
|
||||
"",
|
||||
"when@test:",
|
||||
" framework:",
|
||||
" profiler:",
|
||||
" collect: false",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/routes/web_profiler.yaml": {
|
||||
"contents": [
|
||||
"when@dev:",
|
||||
" web_profiler_wdt:",
|
||||
" resource: '@WebProfilerBundle/Resources/config/routing/wdt.php'",
|
||||
" prefix: /_wdt",
|
||||
"",
|
||||
" web_profiler_profiler:",
|
||||
" resource: '@WebProfilerBundle/Resources/config/routing/profiler.php'",
|
||||
" prefix: /_profiler",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "6bdd46f712bbed33a27130b6e055391cb1ab73d9"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,58 @@
|
||||
{
|
||||
"manifests": {
|
||||
"symfony/web-profiler-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle": [
|
||||
"dev",
|
||||
"test"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"conflict": {
|
||||
"symfony/framework-bundle": "<8.2"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/web_profiler.yaml": {
|
||||
"contents": [
|
||||
"when@dev:",
|
||||
" web_profiler:",
|
||||
" toolbar: true",
|
||||
"",
|
||||
" framework:",
|
||||
" profiler:",
|
||||
" collect: true",
|
||||
" excluded_paths:",
|
||||
" - '^/\\.well-known/'",
|
||||
" - '^/favicon\\.ico$'",
|
||||
"",
|
||||
"when@test:",
|
||||
" framework:",
|
||||
" profiler:",
|
||||
" collect: false",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/routes/web_profiler.yaml": {
|
||||
"contents": [
|
||||
"when@dev:",
|
||||
" web_profiler_wdt:",
|
||||
" resource: '@WebProfilerBundle/Resources/config/routing/wdt.php'",
|
||||
" prefix: /_wdt",
|
||||
"",
|
||||
" web_profiler_profiler:",
|
||||
" resource: '@WebProfilerBundle/Resources/config/routing/profiler.php'",
|
||||
" prefix: /_profiler",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "09f3a006a6cff5a51962d5026d17b1c0a45b5338"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user