mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 23:26:27 +03:00
23 lines
771 B
JSON
23 lines
771 B
JSON
{
|
|
"manifests": {
|
|
"symfony/isendpro-notifier": {
|
|
"manifest": {
|
|
"add-lines": [
|
|
{
|
|
"file": "config/packages/notifier.yaml",
|
|
"position": "after_target",
|
|
"warn_if_missing": true,
|
|
"target": " texter_transports:",
|
|
"content": " isendpro: '%env(ISENDPRO_DSN)%'"
|
|
}
|
|
],
|
|
"env": {
|
|
"#1": "ISENDPRO_DSN=isendpro://ACCOUNT_KEY_ID@default?from=FROM&no_stop=NO_STOP&sandbox=SANDBOX"
|
|
}
|
|
},
|
|
"files": [],
|
|
"ref": "1dcd4a631c55a1b26abb7b4c4d3a71a3f04cd8e1"
|
|
}
|
|
}
|
|
}
|