mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 23:26:27 +03:00
23 lines
753 B
JSON
23 lines
753 B
JSON
{
|
|
"manifests": {
|
|
"symfony/smsbox-notifier": {
|
|
"manifest": {
|
|
"add-lines": [
|
|
{
|
|
"file": "config/packages/notifier.yaml",
|
|
"position": "after_target",
|
|
"warn_if_missing": true,
|
|
"target": " texter_transports:",
|
|
"content": " smsbox: '%env(SMSBOX_DSN)%'"
|
|
}
|
|
],
|
|
"env": {
|
|
"#1": "SMSBOX_DSN=smsbox://APIKEY@default?mode=MODE&strategy=STRATEGY&sender=SENDER"
|
|
}
|
|
},
|
|
"files": [],
|
|
"ref": "2f352171a0fd65e811c71dafd2771c83f948aaa0"
|
|
}
|
|
}
|
|
}
|