mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 23:26:27 +03:00
Update Flex endpoint
This commit is contained in:
+1
-1
@@ -238,7 +238,7 @@ Additional recipes can be found on the [Contrib Recipes Repository](https://gith
|
||||
| [symfony/ux-vue](https://packagist.org/packages/symfony/ux-vue) | [2.9](../../../tree/main/symfony/ux-vue/2.9) | `ux-vue`, `uxvue` |
|
||||
| [symfony/validator](https://packagist.org/packages/symfony/validator) | [7.0](../../../tree/main/symfony/validator/7.0) | `validation`, `validator` |
|
||||
| [symfony/vonage-notifier](https://packagist.org/packages/symfony/vonage-notifier) | [5.4](../../../tree/main/symfony/vonage-notifier/5.4) | `vonage-notifier`, `vonagenotifier` |
|
||||
| [symfony/web-profiler-bundle](https://packagist.org/packages/symfony/web-profiler-bundle) | [8.1](../../../tree/main/symfony/web-profiler-bundle/8.1) | `web-profiler-bundle`, `webprofilerbundle` |
|
||||
| [symfony/web-profiler-bundle](https://packagist.org/packages/symfony/web-profiler-bundle) | [8.2](../../../tree/main/symfony/web-profiler-bundle/8.2) | `web-profiler-bundle`, `webprofilerbundle` |
|
||||
| [symfony/web-server-bundle](https://packagist.org/packages/symfony/web-server-bundle) | [3.3](../../../tree/main/symfony/web-server-bundle/3.3) | `server`, `web-server`, `web-server-bundle`, `webserver`, `webserverbundle` |
|
||||
| [symfony/webapp-pack](https://packagist.org/packages/symfony/webapp-pack) | [1.0](../../../tree/main/symfony/webapp-pack/1.0) | `webapp` |
|
||||
| [symfony/webhook](https://packagist.org/packages/symfony/webhook) | [7.3](../../../tree/main/symfony/webhook/7.3) | `webhook` |
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
+5
-1
@@ -1506,7 +1506,8 @@
|
||||
"5.3",
|
||||
"6.1",
|
||||
"7.3",
|
||||
"8.1"
|
||||
"8.1",
|
||||
"8.2"
|
||||
],
|
||||
"symfony/web-server-bundle": [
|
||||
"3.3"
|
||||
@@ -1856,6 +1857,9 @@
|
||||
},
|
||||
"8.1": {
|
||||
"symfony/framework-bundle": "<6.1"
|
||||
},
|
||||
"8.2": {
|
||||
"symfony/framework-bundle": "<8.2"
|
||||
}
|
||||
},
|
||||
"symfony/webpack-encore-bundle": {
|
||||
|
||||
@@ -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