mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 15:16:30 +03:00
23 lines
754 B
JSON
23 lines
754 B
JSON
{
|
|
"manifests": {
|
|
"symfony/sms-biuras-notifier": {
|
|
"manifest": {
|
|
"add-lines": [
|
|
{
|
|
"file": "config/packages/notifier.yaml",
|
|
"position": "after_target",
|
|
"warn_if_missing": true,
|
|
"target": " texter_transports:",
|
|
"content": " smsbiuras: '%env(SMSBIURAS_DSN)%'"
|
|
}
|
|
],
|
|
"env": {
|
|
"#1": "SMSBIURAS_DSN=smsbiuras://UID:API_KEY@default?from=FROM&test_mode=0"
|
|
}
|
|
},
|
|
"files": [],
|
|
"ref": "51f384a00e6e560bf632f0cb0c496c8d846497ab"
|
|
}
|
|
}
|
|
}
|