mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
23 lines
764 B
JSON
23 lines
764 B
JSON
{
|
|
"manifests": {
|
|
"symfony/message-media-notifier": {
|
|
"manifest": {
|
|
"add-lines": [
|
|
{
|
|
"file": "config/packages/notifier.yaml",
|
|
"position": "after_target",
|
|
"warn_if_missing": true,
|
|
"target": " texter_transports:",
|
|
"content": " messagemedia: '%env(MESSAGEMEDIA_DSN)%'"
|
|
}
|
|
],
|
|
"env": {
|
|
"#1": "MESSAGEMEDIA_DSN=messagemedia://API_KEY:API_SECRET@default?from=FROM"
|
|
}
|
|
},
|
|
"files": [],
|
|
"ref": "0e5969378454cd822aba29100b5c88a67bceaf5a"
|
|
}
|
|
}
|
|
}
|