mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-18 02:26:36 +03:00
Update Flex endpoint
This commit is contained in:
+1
-1
@@ -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) |
|
||||
|
||||
+40
@@ -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
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user