mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-18 02:26:36 +03:00
Create manifest.json for lexik/maintenance-bundle
This commit is contained in:
@@ -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%/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user