mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +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": "52c1a7a4581fce1ef604e7cc842afce49452cdf2"
|
|
}
|
|
}
|
|
}
|