Files
symfony-flex-recipes-contrib/gponty.symfony-monday-api-bundle.1.0.json
T
github-action[bot]andgithub-action[bot] a19eff0784 Update Flex endpoint
2023-11-28 10:57:34 +00:00

32 lines
1001 B
JSON

{
"manifests": {
"gponty/symfony-monday-api-bundle": {
"manifest": {
"bundles": {
"Gponty\\MondayBundle\\MondayBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"MONDAY_API_KEY": "your_monday_api_key"
}
},
"files": {
"config/packages/monday.yaml": {
"contents": [
"# Read the documentation: https://github.com/gponty/symfony-monday-api/blob/main/README.md",
"monday:",
" api_key: '%env(MONDAY_API_KEY)%'",
""
],
"executable": false
}
},
"ref": "a9d550a9cfd3b79513056556c8f337ccdaecc28d"
}
}
}