mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 23:26:27 +03:00
23 lines
756 B
JSON
23 lines
756 B
JSON
{
|
|
"manifests": {
|
|
"symfony/twitter-notifier": {
|
|
"manifest": {
|
|
"add-lines": [
|
|
{
|
|
"file": "config/packages/notifier.yaml",
|
|
"position": "after_target",
|
|
"warn_if_missing": true,
|
|
"target": " chatter_transports:",
|
|
"content": " twitter: '%env(TWITTER_DSN)%'"
|
|
}
|
|
],
|
|
"env": {
|
|
"#1": "TWITTER_DSN=twitter://API_KEY:API_SECRET:ACCESS_TOKEN:ACCESS_SECRET@default"
|
|
}
|
|
},
|
|
"files": [],
|
|
"ref": "ad5b4e37c083b22ada0006dd7e4beba1d26b3926"
|
|
}
|
|
}
|
|
}
|