mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 15:16:30 +03:00
[Notifier] Add Plivo bridge
This commit is contained in:
@@ -931,6 +931,9 @@
|
||||
"6.2",
|
||||
"6.3"
|
||||
],
|
||||
"symfony/plivo-notifier": [
|
||||
"6.3"
|
||||
],
|
||||
"symfony/postmark-mailer": [
|
||||
"4.3",
|
||||
"4.4",
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"env": {
|
||||
"#1": "PLIVO_DSN=plivo://AUTH_ID:AUTH_TOKEN@default?from=FROM"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user