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