Update Flex endpoint

This commit is contained in:
github-action[bot]
2025-05-07 06:39:18 +00:00
parent 3f082938c7
commit 0f3655c147
4 changed files with 34 additions and 2 deletions
+1 -1
View File
@@ -172,7 +172,7 @@ Additional recipes can be found on the [Contrib Recipes Repository](https://gith
| [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) | `ux-twig-component`, `uxtwigcomponent` |
| [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-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-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": "9b627037a510e20eddb559e06050a34854ce51d6"
}
}
}
+2
View File
@@ -448,11 +448,13 @@
"twig": "symfony/twig-pack",
"twig-bridge": "symfony/twig-bridge",
"twig-bundle": "symfony/twig-bundle",
"twig-component": "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",
"twigext": "twig/extensions",
"twigextensions": "twig/extensions",
"twigexts": "twig/extensions",
+1 -1
View File
@@ -24,7 +24,7 @@
"executable": false
}
},
"ref": "67814b5f9794798b885cec9d3f48631424449a01"
"ref": "9b627037a510e20eddb559e06050a34854ce51d6"
}
}
}