mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 23:26:27 +03:00
23 lines
730 B
JSON
23 lines
730 B
JSON
{
|
|
"manifests": {
|
|
"symfony/linked-in-notifier": {
|
|
"manifest": {
|
|
"add-lines": [
|
|
{
|
|
"file": "config/packages/notifier.yaml",
|
|
"position": "after_target",
|
|
"warn_if_missing": true,
|
|
"target": " chatter_transports:",
|
|
"content": " linkedin: '%env(LINKEDIN_DSN)%'"
|
|
}
|
|
],
|
|
"env": {
|
|
"#1": "LINKEDIN_DSN=linkedin://token:user-id@default"
|
|
}
|
|
},
|
|
"files": [],
|
|
"ref": "15d315d200d64df6e1434136f0da55e18756c1c9"
|
|
}
|
|
}
|
|
}
|