Files
symfony-flex-recipes-contrib/jacquesndl.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": {
"jacquesndl/mailer-bundle": {
"version": "1.0",
"recipe": {
"repo": "1.0",
"branch": "master",
"version": "1.0",
"ref": "7dd88594d9b018db7cc605e8632e11f767910876"
}
}
},
"manifests": {
"jacquesndl/mailer-bundle": {
"repository": "github.com/symfony/recipes-contrib",
"package": "jacquesndl/mailer-bundle",
"version": "1.0",
"manifest": {
"bundles": {
"Jacquesndl\\MailerBundle\\JacquesndlMailerBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"JACQUESNDL_MAILER_SENDER_NAME": "Example",
"JACQUESNDL_MAILER_SENDER_ADDRESS": "example@domain.tld"
}
},
"files": {
"config/packages/jacquesndl_mailer.yaml": {
"contents": "jacquesndl_mailer:\n sender:\n name: '%env(JACQUESNDL_MAILER_SENDER_NAME)%'\n address: '%env(JACQUESNDL_MAILER_SENDER_ADDRESS)%'\n",
"executable": true,
"encoding": ""
}
},
"origin": "jacquesndl/mailer-bundle:1.0@github.com/symfony/recipes-contrib:master",
"not_installable": false,
"is_contrib": true
}
}
}