Merge pull request #1147 from leblanc-simon/features/notifier-isendpro

[Notifier] Add iSendPro bridge
This commit is contained in:
Fabien Potencier
2022-12-02 17:24:12 +01:00
committed by GitHub
2 changed files with 8 additions and 0 deletions
+3
View File
@@ -631,6 +631,9 @@
"symfony/isendpro-notifier": [
"6.3"
],
"symfony/isendpro-notifier": [
"6.3"
],
"symfony/kaz-info-teh-notifier": [
"6.1",
"6.2",
@@ -0,0 +1,5 @@
{
"env": {
"#1": "ISENDPRO_DSN=isendpro://ACCOUNT_KEY_ID@default?from=FROM&no_stop=NO_STOP&sandbox=SANDBOX"
}
}