Files
symfony-flex-recipes-contrib/slot.mandrill-bundle.1.1.json
T
github-action botandgithub-action bot 06af7d5f81 Update Flex endpoint
2021-09-23 10:31:54 +00:00

34 lines
1.0 KiB
JSON

{
"manifests": {
"slot/mandrill-bundle": {
"manifest": {
"bundles": {
"Slot\\MandrillBundle\\SlotMandrillBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"MANDRILL_API_KEY": "",
"MANDRILL_DEFAULT_SENDER": "info@example.com"
}
},
"files": {
"config/packages/slot_mandrill.yaml": {
"contents": [
"slot_mandrill:",
" api_key: '%env(MANDRILL_API_KEY)%'",
" default:",
" sender: '%env(MANDRILL_DEFAULT_SENDER)%'",
""
],
"executable": false
}
},
"ref": "9699b1844f1c1aa58699ce7073867ec36a09082a"
}
}
}