Update Flex endpoint

This commit is contained in:
github-action[bot]
2023-10-16 13:50:29 +00:00
parent 561ac806db
commit e420d36f47
4 changed files with 66 additions and 0 deletions
+1
View File
@@ -142,6 +142,7 @@ Additional recipes can be found on the [Contrib Recipes Repository](https://gith
| [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-twig-component](https://packagist.org/packages/symfony/ux-twig-component) | [2.13](symfony/ux-twig-component/2.13) | `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) | [5.3](symfony/validator/5.3) | `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": "67814b5f9794798b885cec9d3f48631424449a01"
}
}
}
+5
View File
@@ -413,12 +413,14 @@
"ux-react": "symfony/ux-react",
"ux-svelte": "symfony/ux-svelte",
"ux-translator": "symfony/ux-translator",
"ux-twig-component": "symfony/ux-twig-component",
"ux-vue": "symfony/ux-vue",
"uxautocomplete": "symfony/ux-autocomplete",
"uxlivecomponent": "symfony/ux-live-component",
"uxreact": "symfony/ux-react",
"uxsvelte": "symfony/ux-svelte",
"uxtranslator": "symfony/ux-translator",
"uxtwigcomponent": "symfony/ux-twig-component",
"uxvue": "symfony/ux-vue",
"validation": "symfony/validator",
"validator": "symfony/validator",
@@ -961,6 +963,9 @@
"2.8",
"2.9"
],
"symfony/ux-twig-component": [
"2.13"
],
"symfony/ux-vue": [
"2.8",
"2.9"
+30
View File
@@ -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": "67814b5f9794798b885cec9d3f48631424449a01"
}
}
}