Compare commits

..
Author SHA1 Message Date
github-action[bot]andgithub-action[bot] bc0143c3aa Create Flex endpoint 2026-06-12 01:13:31 +00:00
3 changed files with 36 additions and 25 deletions
-21
View File
@@ -1,21 +0,0 @@
{
"manifests": {
"corvet/light-field-bundle": {
"manifest": {
"bundles": {
"Corvet\\LightFieldBundle\\CorvetLightFieldBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"composer-scripts": {
"corvet:install": "symfony-cmd"
}
},
"files": [],
"ref": "85be3321fc7bb3e6eca40cfa62be7b2d21860bd1"
}
}
}
+4 -4
View File
@@ -1,8 +1,8 @@
{
"aliases": [],
"recipes": {
"corvet/light-field-bundle": [
"1.0"
"treblle/treblle-symfony": [
"4.0"
]
},
"recipe-conflicts": [],
@@ -12,9 +12,9 @@
"_links": {
"repository": "github.com/symfony/recipes-contrib",
"origin_template": "{package}:{version}@github.com/symfony/recipes-contrib:main",
"recipe_template": "https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-1985/{package_dotted}.{version}.json",
"recipe_template": "https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-1999/{package_dotted}.{version}.json",
"recipe_template_relative": "{package_dotted}.{version}.json",
"archived_recipes_template": "https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-1985/archived/{package_dotted}/{ref}.json",
"archived_recipes_template": "https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-1999/archived/{package_dotted}/{ref}.json",
"archived_recipes_template_relative": "archived/{package_dotted}/{ref}.json"
}
}
+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"
}
}
}