diff --git a/RECIPES.md b/RECIPES.md index 129d0e7e..836a0bf3 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -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) | diff --git a/archived/treblle.treblle-symfony/6bad1c7d45c4834b7370a3c89a6481e48f17a82b.json b/archived/treblle.treblle-symfony/6bad1c7d45c4834b7370a3c89a6481e48f17a82b.json new file mode 100644 index 00000000..f83b4493 --- /dev/null +++ b/archived/treblle.treblle-symfony/6bad1c7d45c4834b7370a3c89a6481e48f17a82b.json @@ -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" + } + } +} diff --git a/index.json b/index.json index fcf00e73..f80d8e18 100644 --- a/index.json +++ b/index.json @@ -2324,6 +2324,9 @@ "traceway/opentelemetry-symfony": [ "2.1" ], + "treblle/treblle-symfony": [ + "4.0" + ], "trikoder/oauth2-bundle": [ "2.0", "3.0" diff --git a/treblle.treblle-symfony.4.0.json b/treblle.treblle-symfony.4.0.json new file mode 100644 index 00000000..f83b4493 --- /dev/null +++ b/treblle.treblle-symfony.4.0.json @@ -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" + } + } +}