mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-15 09:06:27 +03:00
40 lines
1.6 KiB
JSON
40 lines
1.6 KiB
JSON
{
|
|
"locks": {
|
|
"felds/quick-mailer-bundle": {
|
|
"version": "5.0",
|
|
"recipe": {
|
|
"repo": "5.0",
|
|
"branch": "master",
|
|
"version": "5.0",
|
|
"ref": "099984e09ee6f7cbdedc05c0ef661adc52c32704"
|
|
}
|
|
}
|
|
},
|
|
"manifests": {
|
|
"felds/quick-mailer-bundle": {
|
|
"repository": "github.com/symfony/recipes-contrib",
|
|
"package": "felds/quick-mailer-bundle",
|
|
"version": "5.0",
|
|
"manifest": {
|
|
"bundles": {
|
|
"Felds\\QuickMailerBundle\\FeldsQuickMailerBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/felds_quickmailer.yaml": {
|
|
"contents": "# For the full configuration, visit:\n# https://github.com/felds/QuickMailerBundle\n\nfelds_quickmailer:\n # Sender info (required)\n from: { name: \"Sender Name\", email: \"sender@example.com\" }\n\n # # Reply-to info (optional)\n # reply_to: { name: \"Reply-to Name\", email: \"reply-to@example.com\" }\n\n templates:\n # This loads a template named `demo`\n demo: path/to/template.html.twig\n",
|
|
"executable": false,
|
|
"encoding": ""
|
|
}
|
|
},
|
|
"origin": "felds/quick-mailer-bundle:5.0@github.com/symfony/recipes-contrib:master",
|
|
"not_installable": false,
|
|
"is_contrib": true
|
|
}
|
|
}
|
|
} |