mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
32 lines
1.0 KiB
JSON
32 lines
1.0 KiB
JSON
{
|
|
"manifests": {
|
|
"expertcoder/swiftmailer-send-grid-bundle": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"ExpertCoder\\Swiftmailer\\SendGridBundle\\ExpertCoderSwiftmailerSendGridBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"SENDGRID_API_KEY": "PleaseEnterYourKey"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/expert_coder_swiftmailer_send_grid.yaml": {
|
|
"contents": [
|
|
"expert_coder_swiftmailer_send_grid:",
|
|
" api_key: '%env(SENDGRID_API_KEY)%'",
|
|
" # categories: [development, client_name]",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "43e519108f52c3e84f8215bfff19727911bd6e1d"
|
|
}
|
|
}
|
|
}
|