mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 23:56:29 +03:00
Update Flex endpoint
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -2324,6 +2324,9 @@
|
||||
"traceway/opentelemetry-symfony": [
|
||||
"2.1"
|
||||
],
|
||||
"treblle/treblle-symfony": [
|
||||
"4.0"
|
||||
],
|
||||
"trikoder/oauth2-bundle": [
|
||||
"2.0",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user