add recipe for prolix-maintenance-bundle

This commit is contained in:
gassnerw
2020-11-26 10:49:36 +01:00
parent a3e573f2ab
commit b4f98f5fd9
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.root_dir%/../var/cache/lock'}
@@ -0,0 +1,8 @@
{
"bundles": {
"Lexik\\Bundle\\MaintenanceBundle\\LexikMaintenanceBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}