mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 15:46:37 +03:00
23 lines
724 B
JSON
23 lines
724 B
JSON
{
|
|
"manifests": {
|
|
"symfony/iqsms-notifier": {
|
|
"manifest": {
|
|
"add-lines": [
|
|
{
|
|
"file": "config/packages/notifier.yaml",
|
|
"position": "after_target",
|
|
"warn_if_missing": true,
|
|
"target": " texter_transports:",
|
|
"content": " iqsms: '%env(IQSMS_DSN)%'"
|
|
}
|
|
],
|
|
"env": {
|
|
"#1": "IQSMS_DSN=iqsms://LOGIN:PASSWORD@default?from=FROM"
|
|
}
|
|
},
|
|
"files": [],
|
|
"ref": "367e683e97b36d24e99eb3f5d23af2740eaa9970"
|
|
}
|
|
}
|
|
}
|