mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-16 01:26:27 +03:00
45 lines
1.6 KiB
JSON
45 lines
1.6 KiB
JSON
{
|
|
"locks": {
|
|
"dekalee/mailjet-bundle": {
|
|
"version": "0.5",
|
|
"recipe": {
|
|
"repo": "0.5",
|
|
"branch": "master",
|
|
"version": "0.5",
|
|
"ref": "f3b44ec81d2162b39eec6f9366e020ce56800108"
|
|
}
|
|
}
|
|
},
|
|
"manifests": {
|
|
"dekalee/mailjet-bundle": {
|
|
"repository": "github.com/symfony/recipes-contrib",
|
|
"package": "dekalee/mailjet-bundle",
|
|
"version": "0.5",
|
|
"manifest": {
|
|
"bundles": {
|
|
"Dekalee\\MailjetBundle\\DekaleeMailjetBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"DEKALEE_MAILJET_API_KEY": "your-api_key",
|
|
"DEKALEE_MAILJET_SECRET_KEY": "your-secret_key",
|
|
"DEKALEE_MAILJET_BASE_TEMPLATE_ID": "your_base_template_id"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/dekalee_mailjet.yaml": {
|
|
"contents": "dekalee_mailjet:\n api_key: '%env(DEKALEE_MAILJET_API_KEY)%'\n secret_key: '%env(DEKALEE_MAILJET_SECRET_KEY)%'\n base_template_id: '%env(DEKALEE_MAILJET_BASE_TEMPLATE_ID)%'\n",
|
|
"executable": false,
|
|
"encoding": ""
|
|
}
|
|
},
|
|
"origin": "dekalee/mailjet-bundle:0.5@github.com/symfony/recipes-contrib:master",
|
|
"not_installable": false,
|
|
"is_contrib": true
|
|
}
|
|
}
|
|
} |