Update Flex endpoint

This commit is contained in:
github-action[bot]
2025-05-07 06:34:49 +00:00
parent cfec656f33
commit 7870448b35
4 changed files with 83 additions and 2 deletions
+1 -1
View File
@@ -615,7 +615,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [symfonycorp/connect](https://packagist.org/packages/symfonycorp/connect) | [7.0](symfonycorp/connect/7.0) |
| [symfonycorp/connect-bundle](https://packagist.org/packages/symfonycorp/connect-bundle) | [5.0](symfonycorp/connect-bundle/5.0) |
| [synolia/sylius-mail-tester-plugin](https://packagist.org/packages/synolia/sylius-mail-tester-plugin) | [3.0](synolia/sylius-mail-tester-plugin/3.0) |
| [synolia/sylius-scheduler-command-plugin](https://packagist.org/packages/synolia/sylius-scheduler-command-plugin) | [2.0](synolia/sylius-scheduler-command-plugin/2.0) |
| [synolia/sylius-scheduler-command-plugin](https://packagist.org/packages/synolia/sylius-scheduler-command-plugin) | [4.0](synolia/sylius-scheduler-command-plugin/4.0) |
| [systemsdk/easy-log-bundle](https://packagist.org/packages/systemsdk/easy-log-bundle) | [1.10](systemsdk/easy-log-bundle/1.10) |
| [tales-from-a-dev/flowbite-bundle](https://packagist.org/packages/tales-from-a-dev/flowbite-bundle) | [0.4](tales-from-a-dev/flowbite-bundle/0.4) |
| [tales-from-a-dev/twig-tailwind-extra](https://packagist.org/packages/tales-from-a-dev/twig-tailwind-extra) | [0.2](tales-from-a-dev/twig-tailwind-extra/0.2) |
@@ -0,0 +1,40 @@
{
"manifests": {
"synolia/sylius-scheduler-command-plugin": {
"manifest": {
"bundles": {
"Synolia\\SyliusSchedulerCommandPlugin\\SynoliaSyliusSchedulerCommandPlugin": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"post-install-output": [
" * <fg=blue>Run</> <fg=green>doctrine:migrations:migrate</> to upgrade database",
" * <fg=blue>Add Cron</> on <fg=green>synolia:scheduler-run</> to execute scheduled commands"
]
},
"files": {
"config/packages/sylius_scheduler_command.yaml": {
"contents": [
"imports:",
" - { resource: \"@SynoliaSyliusSchedulerCommandPlugin/config/config.yaml\" }",
""
],
"executable": false
},
"config/routes/sylius_scheduler_command.yaml": {
"contents": [
"synolia_scheduled_command:",
" resource: \"@SynoliaSyliusSchedulerCommandPlugin/config/admin_routing.yaml\"",
" prefix: '/%sylius_admin.path_name%'",
""
],
"executable": false
}
},
"ref": "997e10829c1e187923da93bda2647836541e7f98"
}
}
}
+2 -1
View File
@@ -1971,7 +1971,8 @@
],
"synolia/sylius-scheduler-command-plugin": [
"1.0",
"2.0"
"2.0",
"4.0"
],
"systemsdk/easy-log-bundle": [
"1.10"
@@ -0,0 +1,40 @@
{
"manifests": {
"synolia/sylius-scheduler-command-plugin": {
"manifest": {
"bundles": {
"Synolia\\SyliusSchedulerCommandPlugin\\SynoliaSyliusSchedulerCommandPlugin": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"post-install-output": [
" * <fg=blue>Run</> <fg=green>doctrine:migrations:migrate</> to upgrade database",
" * <fg=blue>Add Cron</> on <fg=green>synolia:scheduler-run</> to execute scheduled commands"
]
},
"files": {
"config/packages/sylius_scheduler_command.yaml": {
"contents": [
"imports:",
" - { resource: \"@SynoliaSyliusSchedulerCommandPlugin/config/config.yaml\" }",
""
],
"executable": false
},
"config/routes/sylius_scheduler_command.yaml": {
"contents": [
"synolia_scheduled_command:",
" resource: \"@SynoliaSyliusSchedulerCommandPlugin/config/admin_routing.yaml\"",
" prefix: '/%sylius_admin.path_name%'",
""
],
"executable": false
}
},
"ref": "997e10829c1e187923da93bda2647836541e7f98"
}
}
}