Update Flex endpoint

This commit is contained in:
github-action[bot]
2026-07-20 14:58:09 +00:00
parent 15fc08be8d
commit 3073afb30e
4 changed files with 98 additions and 0 deletions
+1
View File
@@ -627,6 +627,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [sonata-project/page-bundle](https://packagist.org/packages/sonata-project/page-bundle) | [4.9](../../../tree/main/sonata-project/page-bundle/4.9) |
| [sonata-project/translation-bundle](https://packagist.org/packages/sonata-project/translation-bundle) | [2.3](../../../tree/main/sonata-project/translation-bundle/2.3) |
| [sonata-project/twig-extensions](https://packagist.org/packages/sonata-project/twig-extensions) | [1.2](../../../tree/main/sonata-project/twig-extensions/1.2) |
| [soviann/deploy-tasks-bundle](https://packagist.org/packages/soviann/deploy-tasks-bundle) | [0.1](../../../tree/main/soviann/deploy-tasks-bundle/0.1) |
| [spatie/symfony-ignition-bundle](https://packagist.org/packages/spatie/symfony-ignition-bundle) | [0.0](../../../tree/main/spatie/symfony-ignition-bundle/0.0) |
| [specshaper/encrypt-bundle](https://packagist.org/packages/specshaper/encrypt-bundle) | [3.0](../../../tree/main/specshaper/encrypt-bundle/3.0) |
| [spiechu/symfony-commons-bundle](https://packagist.org/packages/spiechu/symfony-commons-bundle) | [0.1](../../../tree/main/spiechu/symfony-commons-bundle/0.1) |
@@ -0,0 +1,47 @@
{
"manifests": {
"soviann/deploy-tasks-bundle": {
"manifest": {
"bundles": {
"Soviann\\DeployTasksBundle\\SoviannDeployTasksBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
"deploy/": "deploy/"
},
"copy-from-package": {
"bin/deploy-tasks-host.sh.dist": "%BIN_DIR%/deploy-tasks-host.sh"
},
"gitignore": [
"/.deploy-tasks-host.log",
"/.deploy-tasks-host.lock",
"/deploy-tasks-host.local.sh"
]
},
"files": {
"config/packages/soviann_deploy_tasks.yaml": {
"contents": [
"soviann_deploy_tasks:",
" storage:",
" type: filesystem",
" filesystem:",
" path: '%kernel.project_dir%/var/deploy-tasks'",
"",
" # Full reference: vendor/soviann/deploy-tasks-bundle/docs/",
""
],
"executable": false
},
"deploy/host-tasks/.gitignore": {
"contents": [
""
],
"executable": false
}
},
"ref": "a4fd9d706a78ebc8df5a6d0bfda60ab0b8c4d674"
}
}
}
+3
View File
@@ -2011,6 +2011,9 @@
"sonata-project/twig-extensions": [
"1.2"
],
"soviann/deploy-tasks-bundle": [
"0.1"
],
"spatie/symfony-ignition-bundle": [
"0.0"
],
+47
View File
@@ -0,0 +1,47 @@
{
"manifests": {
"soviann/deploy-tasks-bundle": {
"manifest": {
"bundles": {
"Soviann\\DeployTasksBundle\\SoviannDeployTasksBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
"deploy/": "deploy/"
},
"copy-from-package": {
"bin/deploy-tasks-host.sh.dist": "%BIN_DIR%/deploy-tasks-host.sh"
},
"gitignore": [
"/.deploy-tasks-host.log",
"/.deploy-tasks-host.lock",
"/deploy-tasks-host.local.sh"
]
},
"files": {
"config/packages/soviann_deploy_tasks.yaml": {
"contents": [
"soviann_deploy_tasks:",
" storage:",
" type: filesystem",
" filesystem:",
" path: '%kernel.project_dir%/var/deploy-tasks'",
"",
" # Full reference: vendor/soviann/deploy-tasks-bundle/docs/",
""
],
"executable": false
},
"deploy/host-tasks/.gitignore": {
"contents": [
""
],
"executable": false
}
},
"ref": "a4fd9d706a78ebc8df5a6d0bfda60ab0b8c4d674"
}
}
}