We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dafd302 + afc488b commit 3473115Copy full SHA for 3473115
.github/versions.json
@@ -1754,6 +1754,9 @@
1754
"7.0",
1755
"7.1"
1756
],
1757
+ "symfony/smsense-notifier": [
1758
+ "7.1"
1759
+ ],
1760
"symfony/smsmode-notifier": [
1761
"6.3",
1762
"6.4",
symfony/smsense-notifier/7.1/manifest.json
@@ -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