mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 23:26:27 +03:00
23 lines
803 B
JSON
23 lines
803 B
JSON
{
|
|
"manifests": {
|
|
"symfony/click-send-notifier": {
|
|
"manifest": {
|
|
"add-lines": [
|
|
{
|
|
"file": "config/packages/notifier.yaml",
|
|
"position": "after_target",
|
|
"warn_if_missing": true,
|
|
"target": " texter_transports:",
|
|
"content": " clicksend: '%env(CLICKSEND_DSN)%'"
|
|
}
|
|
],
|
|
"env": {
|
|
"#1": "CLICKSEND_DSN=clicksend://API_USERNAME:API_KEY@default?from=FROM&source=SOURCE&list_id=LIST_ID&from_email=FROM_EMAIL"
|
|
}
|
|
},
|
|
"files": [],
|
|
"ref": "a65c61b4f455ea01a8e10745a1bd82a6559e6da0"
|
|
}
|
|
}
|
|
}
|