Merge pull request #155

This commit is contained in:
symfony-flex-server[bot]
2018-02-25 11:41:36 +00:00
committed by GitHub
2 changed files with 12 additions and 0 deletions
@@ -0,0 +1,4 @@
lexik_maintenance:
driver:
class: '\Lexik\Bundle\MaintenanceBundle\Drivers\FileDriver'
options: { file_path: '%kernel.project_dir%/var/cache/lock' }
@@ -0,0 +1,8 @@
{
"bundles": {
"Lexik\\Bundle\\MaintenanceBundle\\LexikMaintenanceBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}