Files
symfony-flex-recipes/symfony.phrase-translation-provider.6.4.json
T
github-action[bot]andgithub-action[bot] 1f707578c2 Update Flex endpoint
2024-01-18 08:30:47 +00:00

22 lines
739 B
JSON

{
"manifests": {
"symfony/phrase-translation-provider": {
"manifest": {
"add-lines": [
{
"file": "config/packages/translation.yaml",
"position": "after_target",
"target": " providers:",
"content": " phrase:\n dsn: '%env(PHRASE_DSN)%'"
}
],
"env": {
"#1": "PHRASE_DSN=phrase://PROJECT_ID:API_TOKEN@default?userAgent=Symfony-Phrase-Provider"
}
},
"files": [],
"ref": "cfa42c19c56d5842ae9a39432a202f5400241b0f"
}
}
}