Update Flex endpoint

This commit is contained in:
github-action[bot]
2026-06-14 16:21:33 +00:00
parent f655db3ec5
commit 2b58eeacb5
4 changed files with 68 additions and 0 deletions
+1
View File
@@ -719,6 +719,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [tlb/umami-bundle](https://packagist.org/packages/tlb/umami-bundle) | [0.1](../../../tree/main/tlb/umami-bundle/0.1) |
| [toiba/fullcalendar-bundle](https://packagist.org/packages/toiba/fullcalendar-bundle) | [6.2](../../../tree/main/toiba/fullcalendar-bundle/6.2) |
| [traceway/opentelemetry-symfony](https://packagist.org/packages/traceway/opentelemetry-symfony) | [2.1](../../../tree/main/traceway/opentelemetry-symfony/2.1) |
| [treblle/treblle-symfony](https://packagist.org/packages/treblle/treblle-symfony) | [4.0](../../../tree/main/treblle/treblle-symfony/4.0) |
| [trikoder/oauth2-bundle](https://packagist.org/packages/trikoder/oauth2-bundle) | [3.0](../../../tree/main/trikoder/oauth2-bundle/3.0) |
| [troopers/alertify-bundle](https://packagist.org/packages/troopers/alertify-bundle) | [3.0](../../../tree/main/troopers/alertify-bundle/3.0) |
| [troopers/mangopay-bundle](https://packagist.org/packages/troopers/mangopay-bundle) | [3.0](../../../tree/main/troopers/mangopay-bundle/3.0) |
@@ -0,0 +1,32 @@
{
"manifests": {
"treblle/treblle-symfony": {
"manifest": {
"bundles": {
"Treblle\\Symfony\\TreblleBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"TREBLLE_SDK_TOKEN": "",
"TREBLLE_API_KEY": ""
}
},
"files": {
"config/packages/treblle.yaml": {
"contents": [
"treblle:",
" sdk_token: '%env(TREBLLE_SDK_TOKEN)%'",
" api_key: '%env(TREBLLE_API_KEY)%'",
""
],
"executable": false
}
},
"ref": "6bad1c7d45c4834b7370a3c89a6481e48f17a82b"
}
}
}
+3
View File
@@ -2324,6 +2324,9 @@
"traceway/opentelemetry-symfony": [
"2.1"
],
"treblle/treblle-symfony": [
"4.0"
],
"trikoder/oauth2-bundle": [
"2.0",
"3.0"
+32
View File
@@ -0,0 +1,32 @@
{
"manifests": {
"treblle/treblle-symfony": {
"manifest": {
"bundles": {
"Treblle\\Symfony\\TreblleBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"TREBLLE_SDK_TOKEN": "",
"TREBLLE_API_KEY": ""
}
},
"files": {
"config/packages/treblle.yaml": {
"contents": [
"treblle:",
" sdk_token: '%env(TREBLLE_SDK_TOKEN)%'",
" api_key: '%env(TREBLLE_API_KEY)%'",
""
],
"executable": false
}
},
"ref": "6bad1c7d45c4834b7370a3c89a6481e48f17a82b"
}
}
}