Files
symfony-flex-recipes/symfony.google-mailer.4.3.json
T
github-action botandgithub-action bot c8ac81cd2f Update Flex endpoint
2021-09-19 18:02:05 +00:00

31 lines
1006 B
JSON

{
"locks": {
"symfony/google-mailer": {
"version": "4.3",
"recipe": {
"repo": "4.3",
"branch": "master",
"version": "4.3",
"ref": "da7b29c169c9de4359a75be96d729438129d7d86"
}
}
},
"manifests": {
"symfony/google-mailer": {
"repository": "github.com/symfony/recipes",
"package": "symfony/google-mailer",
"version": "4.3",
"manifest": {
"env": {
"#1": "Gmail SHOULD NOT be used on production, use it in development only.",
"#2": "GMAIL_USERNAME=",
"#3": "GMAIL_PASSWORD=",
"#4": "MAILER_DSN=smtp://$GMAIL_USERNAME:$GMAIL_PASSWORD@gmail"
}
},
"files": [],
"origin": "symfony/google-mailer:4.3@github.com/symfony/recipes:master",
"is_contrib": false
}
}
}