mirror of
https://github.com/symfony/recipes.git
synced 2026-09-14 08:36:27 +03:00
Update Flex endpoint
This commit is contained in:
@@ -101,6 +101,7 @@ Additional recipes can be found on the [Contrib Recipes Repository](https://gith
|
||||
| [symfony/turbo-sms-notifier](https://packagist.org/packages/symfony/turbo-sms-notifier) | [5.4](symfony/turbo-sms-notifier/5.4) | `turbo-sms-notifier`, `turbosmsnotifier` |
|
||||
| [symfony/twig-bundle](https://packagist.org/packages/symfony/twig-bundle) | [5.4](symfony/twig-bundle/5.4) | `twig-bundle`, `twigbundle` |
|
||||
| [symfony/twilio-notifier](https://packagist.org/packages/symfony/twilio-notifier) | [5.0](symfony/twilio-notifier/5.0) | `twilio-notifier`, `twilionotifier` |
|
||||
| [symfony/ux-live-component](https://packagist.org/packages/symfony/ux-live-component) | [2.0](symfony/ux-live-component/2.0) | `ux-live-component`, `uxlivecomponent` |
|
||||
| [symfony/validator](https://packagist.org/packages/symfony/validator) | [5.3](symfony/validator/5.3) | `validation`, `validator` |
|
||||
| [symfony/web-profiler-bundle](https://packagist.org/packages/symfony/web-profiler-bundle) | [6.1](symfony/web-profiler-bundle/6.1) | `web-profiler-bundle`, `webprofilerbundle` |
|
||||
| [symfony/web-server-bundle](https://packagist.org/packages/symfony/web-server-bundle) | [3.3](symfony/web-server-bundle/3.3) | `server`, `web-server`, `web-server-bundle`, `webserver`, `webserverbundle` |
|
||||
|
||||
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"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/Resources/config/routing/live_component.xml'",
|
||||
" # uncomment to add localization to your components",
|
||||
" #prefix: '/{_locale}'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "7e4ab27f9b1dd2b5f4aca3be765ab4f697dd3217"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -332,6 +332,8 @@
|
||||
"twilionotifier": "symfony/twilio-notifier",
|
||||
"uid": "symfony/uid",
|
||||
"ux": "symfony/webpack-encore-bundle",
|
||||
"ux-live-component": "symfony/ux-live-component",
|
||||
"uxlivecomponent": "symfony/ux-live-component",
|
||||
"validation": "symfony/validator",
|
||||
"validator": "symfony/validator",
|
||||
"var-dumper": "symfony/var-dumper",
|
||||
@@ -726,6 +728,9 @@
|
||||
"symfony/twilio-notifier": [
|
||||
"5.0"
|
||||
],
|
||||
"symfony/ux-live-component": [
|
||||
"2.0"
|
||||
],
|
||||
"symfony/validator": [
|
||||
"4.1",
|
||||
"4.3",
|
||||
|
||||
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"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/Resources/config/routing/live_component.xml'",
|
||||
" # uncomment to add localization to your components",
|
||||
" #prefix: '/{_locale}'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "7e4ab27f9b1dd2b5f4aca3be765ab4f697dd3217"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user