mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-17 18:16:46 +03:00
50 lines
1.8 KiB
JSON
50 lines
1.8 KiB
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",
|
|
"MONDAY_API_VERSION": "your_monday_api_version"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/manifest.json": {
|
|
"contents": [
|
|
"{",
|
|
" \"bundles\": {",
|
|
" \"Gponty\\\\MondayBundle\\\\MondayBundle\": [\"all\"]",
|
|
" },",
|
|
" \"copy-from-recipe\": {",
|
|
" \"config/\": \"%CONFIG_DIR%/\"",
|
|
" },",
|
|
" \"env\": {",
|
|
" \"MONDAY_API_KEY\": \"your_monday_api_key\",",
|
|
" \"MONDAY_API_VERSION\": \"your_monday_api_version\"",
|
|
" }",
|
|
"}"
|
|
],
|
|
"executable": false
|
|
},
|
|
"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)%'",
|
|
" api_version: '%env(MONDAY_API_VERSION)%'"
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "7be5c17e0f87f72913d05f1d1779f17fefbb076b"
|
|
}
|
|
}
|
|
}
|