Update Flex endpoint

This commit is contained in:
github-action[bot]
2024-10-19 15:06:04 +00:00
parent 7433ed8bc2
commit 0861c08be2
4 changed files with 48 additions and 0 deletions
+1
View File
@@ -145,6 +145,7 @@ Additional recipes can be found on the [Contrib Recipes Repository](https://gith
| [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/sweego-notifier](https://packagist.org/packages/symfony/sweego-notifier) | [7.2](symfony/sweego-notifier/7.2) | `sweego-notifier`, `sweegonotifier` |
| [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,22 @@
{
"manifests": {
"symfony/sweego-notifier": {
"manifest": {
"add-lines": [
{
"file": "config/packages/notifier.yaml",
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
"content": " sweego: '%env(SWEEGO_DSN)%'"
}
],
"env": {
"#1": "SWEEGO_DSN=sweego://API_KEY@default?region=REGION&campaign_type=CAMPAIGN_TYPE"
}
},
"files": [],
"ref": "32f04ab1fef5ddc1002cce4d1c35758a1c4ad342"
}
}
}
+3
View File
@@ -1020,6 +1020,9 @@
"symfony/sweego-mailer": [
"7.2"
],
"symfony/sweego-notifier": [
"7.2"
],
"symfony/swiftmailer-bundle": [
"2.5"
],
+22
View File
@@ -0,0 +1,22 @@
{
"manifests": {
"symfony/sweego-notifier": {
"manifest": {
"add-lines": [
{
"file": "config/packages/notifier.yaml",
"position": "after_target",
"warn_if_missing": true,
"target": " texter_transports:",
"content": " sweego: '%env(SWEEGO_DSN)%'"
}
],
"env": {
"#1": "SWEEGO_DSN=sweego://API_KEY@default?region=REGION&campaign_type=CAMPAIGN_TYPE"
}
},
"files": [],
"ref": "32f04ab1fef5ddc1002cce4d1c35758a1c4ad342"
}
}
}