Update Flex endpoint

This commit is contained in:
github-action[bot]
2025-07-04 06:39:31 +00:00
parent f051c9a878
commit 180f64a56a
8 changed files with 98 additions and 6 deletions
+3 -3
View File
@@ -168,13 +168,13 @@ Additional recipes can be found on the [Contrib Recipes Repository](https://gith
| [symfony/ux-icons](https://packagist.org/packages/symfony/ux-icons) | [2.17](symfony/ux-icons/2.17) | `ux-icons`, `uxicons` |
| [symfony/ux-lazy-image](https://packagist.org/packages/symfony/ux-lazy-image) | [2.18](symfony/ux-lazy-image/2.18) | `ux-lazy-image`, `uxlazyimage` |
| [symfony/ux-leaflet-map](https://packagist.org/packages/symfony/ux-leaflet-map) | [2.19](symfony/ux-leaflet-map/2.19) | `ux-leaflet-map`, `uxleafletmap` |
| [symfony/ux-live-component](https://packagist.org/packages/symfony/ux-live-component) | [2.6](symfony/ux-live-component/2.6) | `live-component`, `livecomponent`, `ux-live-component`, `uxlivecomponent` |
| [symfony/ux-live-component](https://packagist.org/packages/symfony/ux-live-component) | [2.6](symfony/ux-live-component/2.6) | `live-component`, `live-components`, `livecomponent`, `livecomponents`, `ux-live-component`, `uxlivecomponent` |
| [symfony/ux-map](https://packagist.org/packages/symfony/ux-map) | [2.19](symfony/ux-map/2.19) | `ux-map`, `uxmap` |
| [symfony/ux-react](https://packagist.org/packages/symfony/ux-react) | [2.9](symfony/ux-react/2.9) | `ux-react`, `uxreact` |
| [symfony/ux-svelte](https://packagist.org/packages/symfony/ux-svelte) | [2.9](symfony/ux-svelte/2.9) | `ux-svelte`, `uxsvelte` |
| [symfony/ux-translator](https://packagist.org/packages/symfony/ux-translator) | [2.9](symfony/ux-translator/2.9) | `ux-translator`, `uxtranslator` |
| [symfony/ux-turbo](https://packagist.org/packages/symfony/ux-turbo) | [2.20](symfony/ux-turbo/2.20) | `ux-turbo`, `uxturbo` |
| [symfony/ux-twig-component](https://packagist.org/packages/symfony/ux-twig-component) | [2.13](symfony/ux-twig-component/2.13) | `twig-component`, `twigcomponent`, `ux-twig-component`, `uxtwigcomponent` |
| [symfony/ux-turbo](https://packagist.org/packages/symfony/ux-turbo) | [2.20](symfony/ux-turbo/2.20) | `turbo`, `ux-turbo`, `uxturbo` |
| [symfony/ux-twig-component](https://packagist.org/packages/symfony/ux-twig-component) | [2.13](symfony/ux-twig-component/2.13) | `twig-component`, `twig-components`, `twigcomponent`, `twigcomponents`, `ux-twig-component`, `uxtwigcomponent` |
| [symfony/ux-vue](https://packagist.org/packages/symfony/ux-vue) | [2.9](symfony/ux-vue/2.9) | `ux-vue`, `uxvue` |
| [symfony/validator](https://packagist.org/packages/symfony/validator) | [7.0](symfony/validator/7.0) | `validation`, `validator` |
| [symfony/vonage-notifier](https://packagist.org/packages/symfony/vonage-notifier) | [5.4](symfony/vonage-notifier/5.4) | `vonage-notifier`, `vonagenotifier` |
@@ -0,0 +1,30 @@
{
"manifests": {
"symfony/ux-live-component": {
"manifest": {
"bundles": {
"Symfony\\UX\\LiveComponent\\LiveComponentBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/routes/ux_live_component.yaml": {
"contents": [
"live_component:",
" resource: '@LiveComponentBundle/config/routes.php'",
" prefix: '/_components'",
" # adjust prefix to add localization to your components",
" #prefix: '/{_locale}/_components'",
""
],
"executable": false
}
},
"ref": "b7130b7b5ddc2f8994bd6149d7c093b184782f0c"
}
}
}
@@ -0,0 +1,27 @@
{
"manifests": {
"symfony/ux-turbo": {
"manifest": {
"bundles": {
"Symfony\\UX\\Turbo\\TurboBundle": [
"all"
]
},
"conflict": {
"symfony/framework-bundle": "<7.2",
"symfony/security-csrf": "<7.2"
},
"add-lines": [
{
"file": "config/packages/framework.yaml",
"position": "after_target",
"target": " csrf_protection:",
"content": " check_header: true"
}
]
},
"files": [],
"ref": "e4b951d7de760751e170c6d2e3b565cf9ed5182f"
}
}
}
@@ -0,0 +1,30 @@
{
"manifests": {
"symfony/ux-twig-component": {
"manifest": {
"bundles": {
"Symfony\\UX\\TwigComponent\\TwigComponentBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/twig_component.yaml": {
"contents": [
"twig_component:",
" anonymous_template_directory: 'components/'",
" defaults:",
" # Namespace & directory for components",
" App\\Twig\\Components\\: 'components/'",
""
],
"executable": false
}
},
"ref": "f367ae2a1faf01c503de2171f1ec22567febeead"
}
}
}
+5
View File
@@ -182,7 +182,9 @@
"linked-in-notifier": "symfony/linked-in-notifier",
"linkedinnotifier": "symfony/linked-in-notifier",
"live-component": "symfony/ux-live-component",
"live-components": "symfony/ux-live-component",
"livecomponent": "symfony/ux-live-component",
"livecomponents": "symfony/ux-live-component",
"lock": "symfony/lock",
"loco-translation-provider": "symfony/loco-translation-provider",
"locotranslationprovider": "symfony/loco-translation-provider",
@@ -443,18 +445,21 @@
"translation": "symfony/translation",
"translations": "symfony/translation",
"translator": "symfony/translation",
"turbo": "symfony/ux-turbo",
"turbo-sms-notifier": "symfony/turbo-sms-notifier",
"turbosmsnotifier": "symfony/turbo-sms-notifier",
"twig": "symfony/twig-pack",
"twig-bridge": "symfony/twig-bridge",
"twig-bundle": "symfony/twig-bundle",
"twig-component": "symfony/ux-twig-component",
"twig-components": "symfony/ux-twig-component",
"twig-ext": "twig/extensions",
"twig-extensions": "twig/extensions",
"twig-exts": "twig/extensions",
"twigbridge": "symfony/twig-bridge",
"twigbundle": "symfony/twig-bundle",
"twigcomponent": "symfony/ux-twig-component",
"twigcomponents": "symfony/ux-twig-component",
"twigext": "twig/extensions",
"twigextensions": "twig/extensions",
"twigexts": "twig/extensions",
+1 -1
View File
@@ -24,7 +24,7 @@
"executable": false
}
},
"ref": "fc360ae8c0acce49a3cce007b6e70f1c228cc348"
"ref": "b7130b7b5ddc2f8994bd6149d7c093b184782f0c"
}
}
}
+1 -1
View File
@@ -21,7 +21,7 @@
]
},
"files": [],
"ref": "c85ff94da66841d7ff087c19cbcd97a2df744ef9"
"ref": "e4b951d7de760751e170c6d2e3b565cf9ed5182f"
}
}
}
+1 -1
View File
@@ -24,7 +24,7 @@
"executable": false
}
},
"ref": "9b627037a510e20eddb559e06050a34854ce51d6"
"ref": "f367ae2a1faf01c503de2171f1ec22567febeead"
}
}
}