Update Flex endpoint

This commit is contained in:
github-action[bot]
2024-08-20 13:13:13 +00:00
parent 9246b07f1b
commit 861e38b359
4 changed files with 32 additions and 0 deletions
+1
View File
@@ -140,6 +140,7 @@ Additional recipes can be found on the [Contrib Recipes Repository](https://gith
| [symfony/smsmode-notifier](https://packagist.org/packages/symfony/smsmode-notifier) | [6.3](symfony/smsmode-notifier/6.3) | `smsmode-notifier`, `smsmodenotifier` |
| [symfony/spot-hit-notifier](https://packagist.org/packages/symfony/spot-hit-notifier) | [5.3](symfony/spot-hit-notifier/5.3) | `spot-hit-notifier`, `spothitnotifier` |
| [symfony/stimulus-bundle](https://packagist.org/packages/symfony/stimulus-bundle) | [2.13](symfony/stimulus-bundle/2.13) | `stimulus`, `stimulus-bundle`, `stimulusbundle` |
| [symfony/sweego-mailer](https://packagist.org/packages/symfony/sweego-mailer) | [7.2](symfony/sweego-mailer/7.2) | `sweego-mailer`, `sweegomailer` |
| [symfony/swiftmailer-bundle](https://packagist.org/packages/symfony/swiftmailer-bundle) | [2.5](symfony/swiftmailer-bundle/2.5) | `swiftmailer`, `swiftmailer-bundle`, `swiftmailerbundle` |
| [symfony/telegram-notifier](https://packagist.org/packages/symfony/telegram-notifier) | [5.0](symfony/telegram-notifier/5.0) | `telegram-notifier`, `telegramnotifier` |
| [symfony/telnyx-notifier](https://packagist.org/packages/symfony/telnyx-notifier) | [5.4](symfony/telnyx-notifier/5.4) | `telnyx-notifier`, `telnyxnotifier` |
@@ -0,0 +1,14 @@
{
"manifests": {
"symfony/sweego-mailer": {
"manifest": {
"env": {
"#1": "MAILER_DSN=sweego+api://API_KEY@default",
"#2": "MAILER_DSN=sweego+smtp://LOGIN:PASSWORD@HOST:PORT"
}
},
"files": [],
"ref": "633f6d6e1ae3e0f7abd24ed3945e094d369aadde"
}
}
}
+3
View File
@@ -994,6 +994,9 @@
"2.9",
"2.13"
],
"symfony/sweego-mailer": [
"7.2"
],
"symfony/swiftmailer-bundle": [
"2.5"
],
+14
View File
@@ -0,0 +1,14 @@
{
"manifests": {
"symfony/sweego-mailer": {
"manifest": {
"env": {
"#1": "MAILER_DSN=sweego+api://API_KEY@default",
"#2": "MAILER_DSN=sweego+smtp://LOGIN:PASSWORD@HOST:PORT"
}
},
"files": [],
"ref": "633f6d6e1ae3e0f7abd24ed3945e094d369aadde"
}
}
}