Update Flex endpoint

This commit is contained in:
github-action[bot]
2026-02-11 19:09:21 +00:00
parent 40bef9a0f5
commit e2a55811df
4 changed files with 84 additions and 0 deletions
+1
View File
@@ -618,6 +618,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [storyblok/symfony-bundle](https://packagist.org/packages/storyblok/symfony-bundle) | [1.16](storyblok/symfony-bundle/1.16) |
| [stripe/stripe-php](https://packagist.org/packages/stripe/stripe-php) | [19.0](stripe/stripe-php/19.0) |
| [sulu/article-bundle](https://packagist.org/packages/sulu/article-bundle) | [2.0](sulu/article-bundle/2.0) |
| [sulu/automation-bundle](https://packagist.org/packages/sulu/automation-bundle) | [2.0](sulu/automation-bundle/2.0) |
| [sulu/form-bundle](https://packagist.org/packages/sulu/form-bundle) | [3.0](sulu/form-bundle/3.0) |
| [sulu/headless-bundle](https://packagist.org/packages/sulu/headless-bundle) | [0.1](sulu/headless-bundle/0.1) |
| [sulu/redirect-bundle](https://packagist.org/packages/sulu/redirect-bundle) | [3.0](sulu/redirect-bundle/3.0) |
@@ -0,0 +1,40 @@
{
"manifests": {
"sulu/automation-bundle": {
"manifest": {
"bundles": {
"Sulu\\Bundle\\AutomationBundle\\SuluAutomationBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"post-install-output": [
" * The <fg=green>SuluAutomationBundle</> is almost ready:",
" 1. Print the sql statements required to update your database schema by running <info>php bin/console doctrine:schema:update --dump-sql</>.",
" 2. If the statements look fine to you, run the same command using <info>--force</> to execute them.",
" 3. Make sure your user has all the necessary permissions for the <fg=green>SuluAutomationBundle</>.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://github.com/sulu/SuluAutomationBundle/blob/2.0/Resources/doc/README.md</>"
]
},
"files": {
"config/routes/sulu_automation_admin.yaml": {
"contents": [
"sulu_automation_api:",
" resource: \"@SuluAutomationBundle/Resources/config/routing_api.yml\"",
" prefix: /admin/api",
"",
"sulu_automation:",
" resource: \"@SuluAutomationBundle/Resources/config/routing.yml\"",
" prefix: /admin/automation",
""
],
"executable": false
}
},
"ref": "488f5b9ff62a3e3d63674a5b3da292dfd166c659"
}
}
}
+3
View File
@@ -1987,6 +1987,9 @@
"sulu/article-bundle": [
"2.0"
],
"sulu/automation-bundle": [
"2.0"
],
"sulu/form-bundle": [
"2.0",
"2.2",
+40
View File
@@ -0,0 +1,40 @@
{
"manifests": {
"sulu/automation-bundle": {
"manifest": {
"bundles": {
"Sulu\\Bundle\\AutomationBundle\\SuluAutomationBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"post-install-output": [
" * The <fg=green>SuluAutomationBundle</> is almost ready:",
" 1. Print the sql statements required to update your database schema by running <info>php bin/console doctrine:schema:update --dump-sql</>.",
" 2. If the statements look fine to you, run the same command using <info>--force</> to execute them.",
" 3. Make sure your user has all the necessary permissions for the <fg=green>SuluAutomationBundle</>.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://github.com/sulu/SuluAutomationBundle/blob/2.0/Resources/doc/README.md</>"
]
},
"files": {
"config/routes/sulu_automation_admin.yaml": {
"contents": [
"sulu_automation_api:",
" resource: \"@SuluAutomationBundle/Resources/config/routing_api.yml\"",
" prefix: /admin/api",
"",
"sulu_automation:",
" resource: \"@SuluAutomationBundle/Resources/config/routing.yml\"",
" prefix: /admin/automation",
""
],
"executable": false
}
},
"ref": "488f5b9ff62a3e3d63674a5b3da292dfd166c659"
}
}
}