[Notifier] Add Plivo bridge

This commit is contained in:
gnito-org
2022-11-29 13:15:24 -04:00
parent cb4ab5aaab
commit 5da74a6fce
2 changed files with 8 additions and 0 deletions
+3
View File
@@ -931,6 +931,9 @@
"6.2",
"6.3"
],
"symfony/plivo-notifier": [
"6.3"
],
"symfony/postmark-mailer": [
"4.3",
"4.4",
+5
View File
@@ -0,0 +1,5 @@
{
"env": {
"#1": "PLIVO_DSN=plivo://AUTH_ID:AUTH_TOKEN@default?from=FROM"
}
}