Add recipe for phpfastcache/phpfastcache-bundle

This commit is contained in:
Georges.L
2018-05-11 18:29:14 +02:00
parent 9d77b57350
commit 7d7a451954
2 changed files with 31 additions and 0 deletions
@@ -0,0 +1,13 @@
{
"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"]
}