Update Flex endpoint

This commit is contained in:
github-action[bot]
2025-02-27 13:24:49 +00:00
parent ada2b5e298
commit e049840f36
4 changed files with 64 additions and 0 deletions
+1
View File
@@ -23,6 +23,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [algolia/algolia-search-bundle](https://packagist.org/packages/algolia/algolia-search-bundle) | [2.2](algolia/algolia-search-bundle/2.2) |
| [algolia/search-bundle](https://packagist.org/packages/algolia/search-bundle) | [3.0](algolia/search-bundle/3.0) |
| [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) |
| [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) |
+30
View File
@@ -0,0 +1,30 @@
{
"manifests": {
"alteis/hagreed-bundle": {
"manifest": {
"bundles": {
"Alteis\\HagreedBundle\\AlteisHagreedBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"HAGREED_TOKEN": ""
}
},
"files": {
"config/packages/alteis_hagreed.yaml": {
"contents": [
"alteis_hagreed:",
" token: '%env(HAGREED_TOKEN)%'",
""
],
"executable": false
}
},
"ref": "634bcd343ddc589a217a7118db71686362af74dd"
}
}
}
@@ -0,0 +1,30 @@
{
"manifests": {
"alteis/hagreed-bundle": {
"manifest": {
"bundles": {
"Alteis\\HagreedBundle\\AlteisHagreedBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"HAGREED_TOKEN": ""
}
},
"files": {
"config/packages/alteis_hagreed.yaml": {
"contents": [
"alteis_hagreed:",
" token: '%env(HAGREED_TOKEN)%'",
""
],
"executable": false
}
},
"ref": "634bcd343ddc589a217a7118db71686362af74dd"
}
}
}
+3
View File
@@ -59,6 +59,9 @@
"alms/cycle-bundle": [
"0.1"
],
"alteis/hagreed-bundle": [
"1.0"
],
"ambient-link/ability-sdk": [
"1.0"
],