Files
symfony-flex-recipes-contrib/phpfastcache/phpfastcache-bundle/3.0/manifest.json
T
2018-05-11 18:30:53 +02:00

13 lines
338 B
JSON

{
"bundles": {
"Phpfastcache\\Bundle\\PhpfastcacheBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"#1": "Avoid special chars in the file cache path such as: @, %, :, +, ~, etc.",
"PHPFASTCACHE_FILECACHE_PATH": "%kernel.cache_dir%/phpfastcache/"
}
}