mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-19 19:16:32 +03:00
Update Flex archives
This commit is contained in:
+31
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
+31
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"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": "f9cddad20b0afed62bb0d69ade4702d83a7b8862"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user