Update Flex endpoint

This commit is contained in:
github-action[bot]
2026-05-05 21:32:24 +00:00
parent 204bfa31f5
commit a00aafc985
4 changed files with 88 additions and 0 deletions
+1
View File
@@ -497,6 +497,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [overblog/graphql-bundle](https://packagist.org/packages/overblog/graphql-bundle) | [0.12](../../../tree/main/overblog/graphql-bundle/0.12) |
| [pablok/supercache-bundle](https://packagist.org/packages/pablok/supercache-bundle) | [0.5](../../../tree/main/pablok/supercache-bundle/0.5) |
| [pasaia-udala/auth-bundle](https://packagist.org/packages/pasaia-udala/auth-bundle) | [1.2](../../../tree/main/pasaia-udala/auth-bundle/1.2) |
| [pascualmg/symfony-command-ui](https://packagist.org/packages/pascualmg/symfony-command-ui) | [1.0](../../../tree/main/pascualmg/symfony-command-ui/1.0) |
| [patchlevel/event-sourcing-bundle](https://packagist.org/packages/patchlevel/event-sourcing-bundle) | [3.14](../../../tree/main/patchlevel/event-sourcing-bundle/3.14) |
| [payplug/sylius-payplug-plugin](https://packagist.org/packages/payplug/sylius-payplug-plugin) | [2.0](../../../tree/main/payplug/sylius-payplug-plugin/2.0) |
| [payum/payum-bundle](https://packagist.org/packages/payum/payum-bundle) | [2.4](../../../tree/main/payum/payum-bundle/2.4) |
@@ -0,0 +1,42 @@
{
"manifests": {
"pascualmg/symfony-command-ui": {
"manifest": {
"bundles": {
"Pascualmg\\SymfonyCommandUI\\SymfonyCommandUIBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"post-install-output": [
" * Configure which commands to expose in <fg=yellow>config/packages/symfony_command_ui.yaml</>",
" * Open <fg=yellow>/symfony-console/</> in your browser to see the dashboard",
" * Docs: <fg=yellow>https://github.com/pascualmg/symfony-command-ui</>"
]
},
"files": {
"config/packages/symfony_command_ui.yaml": {
"contents": [
"symfony_command_ui:",
" route_prefix: /symfony-console",
" collapsed_by_default: true",
""
],
"executable": false
},
"config/routes/symfony_command_ui.yaml": {
"contents": [
"symfony_command_ui:",
" resource: '@SymfonyCommandUIBundle/Resources/config/routes.yaml'",
" prefix: /symfony-console",
""
],
"executable": false
}
},
"ref": "7717416508461f040d3a8065bbb87a084d8a8120"
}
}
}
+3
View File
@@ -1582,6 +1582,9 @@
"pasaia-udala/auth-bundle": [
"1.2"
],
"pascualmg/symfony-command-ui": [
"1.0"
],
"patchlevel/event-sourcing-bundle": [
"1.0",
"1.2",
+42
View File
@@ -0,0 +1,42 @@
{
"manifests": {
"pascualmg/symfony-command-ui": {
"manifest": {
"bundles": {
"Pascualmg\\SymfonyCommandUI\\SymfonyCommandUIBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"post-install-output": [
" * Configure which commands to expose in <fg=yellow>config/packages/symfony_command_ui.yaml</>",
" * Open <fg=yellow>/symfony-console/</> in your browser to see the dashboard",
" * Docs: <fg=yellow>https://github.com/pascualmg/symfony-command-ui</>"
]
},
"files": {
"config/packages/symfony_command_ui.yaml": {
"contents": [
"symfony_command_ui:",
" route_prefix: /symfony-console",
" collapsed_by_default: true",
""
],
"executable": false
},
"config/routes/symfony_command_ui.yaml": {
"contents": [
"symfony_command_ui:",
" resource: '@SymfonyCommandUIBundle/Resources/config/routes.yaml'",
" prefix: /symfony-console",
""
],
"executable": false
}
},
"ref": "7717416508461f040d3a8065bbb87a084d8a8120"
}
}
}