Files
symfony-flex-recipes-contrib/gponty.symfony-idloom-api-bundle.1.0.json
T
github-action[bot]andgithub-action[bot] e92fa3ac14 Update Flex endpoint
2023-06-10 07:21:53 +00:00

32 lines
1001 B
JSON

{
"manifests": {
"gponty/symfony-idloom-api-bundle": {
"manifest": {
"bundles": {
"Gponty\\IdLoomBundle\\IdLoomBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"IDLOOM_URL": "your_idloom_url"
}
},
"files": {
"config/packages/idloom.yaml": {
"contents": [
"# Read the documentation: https://github.com/gponty/symfony-idloom-api/blob/main/README.md",
"id_loom:",
" idloom_url: '%env(resolve:IDLOOM_URL)%'",
""
],
"executable": false
}
},
"ref": "6ca750fac535bd5bc309d93f3b1faa6e3234e71c"
}
}
}