Files
symfony-flex-recipes/symfony.lock.5.2.json
T
github-action botandgithub-action bot 941c6fe0e6 Update Flex endpoint
2021-09-23 10:26:28 +00:00

28 lines
828 B
JSON

{
"manifests": {
"symfony/lock": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"#1": "Choose one of the stores below",
"#2": "postgresql+advisory://db_user:db_password@localhost/db_name",
"LOCK_DSN": "semaphore"
}
},
"files": {
"config/packages/lock.yaml": {
"contents": [
"framework:",
" lock: '%env(LOCK_DSN)%'",
""
],
"executable": false
}
},
"ref": "a1c8800e40ae735206bb14586fdd6c4630a51b8d"
}
}
}