mirror of
https://github.com/symfony/recipes.git
synced 2026-09-13 08:06:23 +03:00
Update Flex endpoint
This commit is contained in:
+1
-1
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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",
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "67814b5f9794798b885cec9d3f48631424449a01"
|
||||
"ref": "9b627037a510e20eddb559e06050a34854ce51d6"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user