Add recipe for ExpertCoder Swiftmailer SendGrid Bundle

This commit is contained in:
Maxime Hermouet
2018-06-06 17:09:11 +02:00
parent 7ef58a1112
commit 4de94de3cf
2 changed files with 14 additions and 0 deletions
@@ -0,0 +1,3 @@
expert_coder_swiftmailer_send_grid:
api_key: '%env(SENDGRID_API_KEY)%_'
#categories: [development, client_name]
@@ -0,0 +1,11 @@
{
"bundles": {
"ExpertCoder\\Swiftmailer\\SendGridBundle\\ExpertCoderSwiftmailerSendGridBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
},
"env": {
"SENDGRID_API_KEY": "..."
}
}