Skip to content

Commit 5da74a6

Browse files
committed
[Notifier] Add Plivo bridge
1 parent cb4ab5a commit 5da74a6

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/versions.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -931,6 +931,9 @@
931931
"6.2",
932932
"6.3"
933933
],
934+
"symfony/plivo-notifier": [
935+
"6.3"
936+
],
934937
"symfony/postmark-mailer": [
935938
"4.3",
936939
"4.4",
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"env": {
3+
"#1": "PLIVO_DSN=plivo://AUTH_ID:AUTH_TOKEN@default?from=FROM"
4+
}
5+
}

0 commit comments

Comments
 (0)