Skip to content

Commit 79b723c

Browse files
authored
Merge pull request #1147 from leblanc-simon/features/notifier-isendpro
[Notifier] Add iSendPro bridge
2 parents 719b22c + 34fc99a commit 79b723c

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
@@ -631,6 +631,9 @@
631631
"symfony/isendpro-notifier": [
632632
"6.3"
633633
],
634+
"symfony/isendpro-notifier": [
635+
"6.3"
636+
],
634637
"symfony/kaz-info-teh-notifier": [
635638
"6.1",
636639
"6.2",
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"env": {
3+
"#1": "ISENDPRO_DSN=isendpro://ACCOUNT_KEY_ID@default?from=FROM&no_stop=NO_STOP&sandbox=SANDBOX"
4+
}
5+
}

0 commit comments

Comments
 (0)