Merge pull request #583

This commit is contained in:
symfony-flex-server[bot]
2019-03-30 17:46:39 +00:00
committed by GitHub
2 changed files with 18 additions and 0 deletions
@@ -0,0 +1,10 @@
doctrine_cache:
aliases:
apc_cache: my_apc_cache
providers:
my_apc_cache:
type: apc
namespace: my_apc_cache_ns
aliases:
- apc_cache
@@ -0,0 +1,8 @@
{
"bundles": {
"Doctrine\\Bundle\\DoctrineCacheBundle\\DoctrineCacheBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}