Files
symfony-flex-recipes-contrib/phpfastcache/phpfastcache-bundle/3.0/manifest.json
T

14 lines
371 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/"
},
"aliases": ["phpfastcache"]
}