mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-15 17:16:29 +03:00
44 lines
1.5 KiB
JSON
44 lines
1.5 KiB
JSON
{
|
|
"locks": {
|
|
"wandi/mailer-bundle": {
|
|
"version": "1.0",
|
|
"recipe": {
|
|
"repo": "1.0",
|
|
"branch": "master",
|
|
"version": "1.0",
|
|
"ref": "af0080451c891c6b85a0ca6e04377b6f4209bfb6"
|
|
}
|
|
}
|
|
},
|
|
"manifests": {
|
|
"wandi/mailer-bundle": {
|
|
"repository": "github.com/symfony/recipes-contrib",
|
|
"package": "wandi/mailer-bundle",
|
|
"version": "1.0",
|
|
"manifest": {
|
|
"bundles": {
|
|
"Wandi\\MailerBundle\\WandiMailerBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"WANDI_MAILER_SENDER_NAME": "Example",
|
|
"WANDI_MAILER_SENDER_ADDRESS": "example@domain.tld"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/wandi_mailer.yaml": {
|
|
"contents": "wandi_mailer:\n sender:\n name: '%env(WANDI_MAILER_SENDER_NAME)%'\n address: '%env(WANDI_MAILER_SENDER_ADDRESS)%'\n",
|
|
"executable": true,
|
|
"encoding": ""
|
|
}
|
|
},
|
|
"origin": "wandi/mailer-bundle:1.0@github.com/symfony/recipes-contrib:master",
|
|
"not_installable": false,
|
|
"is_contrib": true
|
|
}
|
|
}
|
|
} |