Update Flex endpoint

This commit is contained in:
github-action[bot]
2025-12-11 15:23:03 +00:00
parent f75cba1282
commit 2cb04a9a37
4 changed files with 78 additions and 0 deletions
+1
View File
@@ -28,6 +28,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [alms/cycle-bundle](https://packagist.org/packages/alms/cycle-bundle) | [0.1](alms/cycle-bundle/0.1) |
| [alteis/hagreed-bundle](https://packagist.org/packages/alteis/hagreed-bundle) | [1.0](alteis/hagreed-bundle/1.0) |
| [ambient-link/ability-sdk](https://packagist.org/packages/ambient-link/ability-sdk) | [1.0](ambient-link/ability-sdk/1.0) |
| [amzs/random-bundle](https://packagist.org/packages/amzs/random-bundle) | [1.0](amzs/random-bundle/1.0) |
| [andchir/omnipay-bundle](https://packagist.org/packages/andchir/omnipay-bundle) | [1.0](andchir/omnipay-bundle/1.0) |
| [andchir/shopkeeper4-comments](https://packagist.org/packages/andchir/shopkeeper4-comments) | [1.0](andchir/shopkeeper4-comments/1.0) |
| [andrew-gos/telegram-bot-bundle](https://packagist.org/packages/andrew-gos/telegram-bot-bundle) | [1.0](andrew-gos/telegram-bot-bundle/1.0) |
+37
View File
@@ -0,0 +1,37 @@
{
"manifests": {
"amzs/random-bundle": {
"manifest": {
"bundles": {
"Amzs\\RandomBundle\\AmzsRandomBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/amzs_random.yaml": {
"contents": [
"amzs_random:",
" auto_connect: true",
" default_connection: mysql",
""
],
"executable": false
},
"config/routes/amzs_random_bundle.yaml": {
"contents": [
"_admin_amzs_random_bundle:",
" resource: \"@AmzsRandomBundle/Resources/config/routing.yaml\"",
" prefix: admin/menu",
""
],
"executable": false
}
},
"ref": "ca3f0c9b6b83182c1f2c3d24f7cd5044705998b1"
}
}
}
@@ -0,0 +1,37 @@
{
"manifests": {
"amzs/random-bundle": {
"manifest": {
"bundles": {
"Amzs\\RandomBundle\\AmzsRandomBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/amzs_random.yaml": {
"contents": [
"amzs_random:",
" auto_connect: true",
" default_connection: mysql",
""
],
"executable": false
},
"config/routes/amzs_random_bundle.yaml": {
"contents": [
"_admin_amzs_random_bundle:",
" resource: \"@AmzsRandomBundle/Resources/config/routing.yaml\"",
" prefix: admin/menu",
""
],
"executable": false
}
},
"ref": "ca3f0c9b6b83182c1f2c3d24f7cd5044705998b1"
}
}
}
+3
View File
@@ -76,6 +76,9 @@
"ambient-link/ability-sdk": [
"1.0"
],
"amzs/random-bundle": [
"1.0"
],
"andchir/omnipay-bundle": [
"1.0"
],