Add a recipe for DoctrineCacheBundle

This commit is contained in:
bocharsky-bw
2018-12-08 14:39:30 +00:00
parent 006b5dbf84
commit 92e312c8a8
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%/"
}
}