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,11 @@
{
"bundles": {
"ExpertCoder\\Swiftmailer\\SendGridBundle\\ExpertCoderSwiftmailerSendGridBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
},
"env": {
"SENDGRID_API_KEY": "..."
}
}