Files
symfony-flex-recipes-contrib/wandi.mailer-bundle.1.0.json
T
github-action botandgithub-action bot 7fa28e54e3 Update Flex endpoint
2021-09-19 15:44:29 +00:00

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
}
}
}