Skip to content

Commit 3473115

Browse files
authored
Merge branch 'symfony:main' into main
2 parents dafd302 + afc488b commit 3473115

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

.github/versions.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1754,6 +1754,9 @@
17541754
"7.0",
17551755
"7.1"
17561756
],
1757+
"symfony/smsense-notifier": [
1758+
"7.1"
1759+
],
17571760
"symfony/smsmode-notifier": [
17581761
"6.3",
17591762
"6.4",
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"add-lines": [
3+
{
4+
"file": "config/packages/notifier.yaml",
5+
"position": "after_target",
6+
"warn_if_missing": true,
7+
"target": " texter_transports:",
8+
"content": " smsense: '%env(SMSENSE_DSN)%'"
9+
}
10+
],
11+
"env": {
12+
"#1": "SMSENSE_DSN=smsense://API_TOKEN@default?from=FROM"
13+
}
14+
}

0 commit comments

Comments
 (0)