Update Flex endpoint

This commit is contained in:
github-action[bot]
2022-11-28 18:08:05 +00:00
parent e9c01bd6a7
commit 869e997d0a
6 changed files with 122 additions and 4 deletions
+2 -2
View File
@@ -111,8 +111,8 @@ Additional recipes can be found on the [Contrib Recipes Repository](https://gith
| [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/uid](https://packagist.org/packages/symfony/uid) | [6.2](symfony/uid/6.2) | `uid` |
| [symfony/ux-autocomplete](https://packagist.org/packages/symfony/ux-autocomplete) | [2.2](symfony/ux-autocomplete/2.2) | `ux-autocomplete`, `uxautocomplete` |
| [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/ux-autocomplete](https://packagist.org/packages/symfony/ux-autocomplete) | [2.6](symfony/ux-autocomplete/2.6) | `ux-autocomplete`, `uxautocomplete` |
| [symfony/ux-live-component](https://packagist.org/packages/symfony/ux-live-component) | [2.6](symfony/ux-live-component/2.6) | `ux-live-component`, `uxlivecomponent` |
| [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` |
| [symfony/web-profiler-bundle](https://packagist.org/packages/symfony/web-profiler-bundle) | [6.1](symfony/web-profiler-bundle/6.1) | `web-profiler-bundle`, `webprofilerbundle` |
@@ -0,0 +1,28 @@
{
"manifests": {
"symfony/ux-autocomplete": {
"manifest": {
"bundles": {
"Symfony\\UX\\Autocomplete\\AutocompleteBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/routes/ux_autocomplete.yaml": {
"contents": [
"ux_autocomplete:",
" resource: '@AutocompleteBundle/config/routes.php'",
" prefix: '/autocomplete'",
""
],
"executable": false
}
},
"ref": "07d9602b7231ba355f484305d6cea58310c01741"
}
}
}
@@ -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": "73e69baf18f47740d6f58688c5464b10cdacae06"
}
}
}
+4 -2
View File
@@ -781,10 +781,12 @@
"6.2"
],
"symfony/ux-autocomplete": [
"2.2"
"2.2",
"2.6"
],
"symfony/ux-live-component": [
"2.0"
"2.0",
"2.6"
],
"symfony/validator": [
"4.1",
+28
View File
@@ -0,0 +1,28 @@
{
"manifests": {
"symfony/ux-autocomplete": {
"manifest": {
"bundles": {
"Symfony\\UX\\Autocomplete\\AutocompleteBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/routes/ux_autocomplete.yaml": {
"contents": [
"ux_autocomplete:",
" resource: '@AutocompleteBundle/config/routes.php'",
" prefix: '/autocomplete'",
""
],
"executable": false
}
},
"ref": "07d9602b7231ba355f484305d6cea58310c01741"
}
}
}
+30
View File
@@ -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": "73e69baf18f47740d6f58688c5464b10cdacae06"
}
}
}