Update Flex endpoint

This commit is contained in:
github-action[bot]
2023-07-31 15:26:20 +00:00
parent 4d2de1a8a7
commit 1d0ca16800
4 changed files with 32 additions and 0 deletions
+1
View File
@@ -108,6 +108,7 @@ Additional recipes can be found on the [Contrib Recipes Repository](https://gith
| [symfony/ring-central-notifier](https://packagist.org/packages/symfony/ring-central-notifier) | [6.3](symfony/ring-central-notifier/6.3) | `ring-central-notifier`, `ringcentralnotifier` |
| [symfony/rocket-chat-notifier](https://packagist.org/packages/symfony/rocket-chat-notifier) | [5.1](symfony/rocket-chat-notifier/5.1) | `rocket-chat-notifier`, `rocketchatnotifier` |
| [symfony/routing](https://packagist.org/packages/symfony/routing) | [6.2](symfony/routing/6.2) | `router`, `routing` |
| [symfony/scaleway-mailer](https://packagist.org/packages/symfony/scaleway-mailer) | [6.4](symfony/scaleway-mailer/6.4) | `scaleway-mailer`, `scalewaymailer` |
| [symfony/security-bundle](https://packagist.org/packages/symfony/security-bundle) | [6.0](symfony/security-bundle/6.0) | `security`, `security-bundle`, `securitybundle` |
| [symfony/sendberry-notifier](https://packagist.org/packages/symfony/sendberry-notifier) | [6.1](symfony/sendberry-notifier/6.1) | `sendberry-notifier`, `sendberrynotifier` |
| [symfony/sendgrid-mailer](https://packagist.org/packages/symfony/sendgrid-mailer) | [4.4](symfony/sendgrid-mailer/4.4) | `sendgrid-mailer`, `sendgridmailer` |
@@ -0,0 +1,14 @@
{
"manifests": {
"symfony/scaleway-mailer": {
"manifest": {
"env": {
"#1": "MAILER_DSN=scaleway+api://PROJECT_ID:API_KEY@default",
"#2": "MAILER_DSN=scaleway+smtp://PROJECT_ID:API_KEY@default"
}
},
"files": [],
"ref": "e6c1cd194f4c1ffda138785d827abb9f8dd04559"
}
}
}
+3
View File
@@ -832,6 +832,9 @@
"6.1",
"6.2"
],
"symfony/scaleway-mailer": [
"6.4"
],
"symfony/security-bundle": [
"3.3",
"4.4",
+14
View File
@@ -0,0 +1,14 @@
{
"manifests": {
"symfony/scaleway-mailer": {
"manifest": {
"env": {
"#1": "MAILER_DSN=scaleway+api://PROJECT_ID:API_KEY@default",
"#2": "MAILER_DSN=scaleway+smtp://PROJECT_ID:API_KEY@default"
}
},
"files": [],
"ref": "e6c1cd194f4c1ffda138785d827abb9f8dd04559"
}
}
}