Update Flex endpoint

This commit is contained in:
github-action[bot]
2022-12-31 12:04:39 +00:00
parent 40ced3b437
commit 5a7e3e7ea8
2 changed files with 53 additions and 2 deletions
@@ -0,0 +1,51 @@
{
"manifests": {
"symfony/mailer": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"#1": "MAILER_DSN=null://null"
},
"docker-compose": {
"docker-compose.override.yml": {
"services": [
"mailer:",
" image: schickling/mailcatcher",
" ports: [\"1025\", \"1080\"]"
]
}
},
"post-install-output": [
" * You're ready to send emails.",
"",
" * If you want to send emails via a supported email provider, install",
" the corresponding bridge.",
" For instance, <info>composer require mailgun-mailer</> for Mailgun.",
"",
" * If you want to send emails asynchronously:",
"",
" 1. Install the messenger component by running <info>composer require messenger</>;",
" 2. Add <info>'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage': amqp</> to the",
" <info>config/packages/messenger.yaml</> file under <info>framework.messenger.routing</>",
" and replace <info>amqp</> with your transport name of choice.",
"",
" * <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc/master/mailer.html</>"
]
},
"files": {
"config/packages/mailer.yaml": {
"contents": [
"framework:",
" mailer:",
" dsn: '%env(MAILER_DSN)%'",
""
],
"executable": false
}
},
"ref": "2bf89438209656b85b9a49238c4467bff1b1f939"
}
}
}
+2 -2
View File
@@ -13,7 +13,7 @@
"services": [
"mailer:",
" image: schickling/mailcatcher",
" ports: [1025, 1080]"
" ports: [\"1025\", \"1080\"]"
]
}
},
@@ -45,7 +45,7 @@
"executable": false
}
},
"ref": "97a61eabb351d7f6cb7702039bcfe07fe9d7e03c"
"ref": "2bf89438209656b85b9a49238c4467bff1b1f939"
}
}
}