{ "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" } } }