diff --git a/doctrine/doctrine-cache-bundle/1.3/config/packages/doctrine_cache.yaml b/doctrine/doctrine-cache-bundle/1.3/config/packages/doctrine_cache.yaml new file mode 100644 index 00000000..2a1fc214 --- /dev/null +++ b/doctrine/doctrine-cache-bundle/1.3/config/packages/doctrine_cache.yaml @@ -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 diff --git a/doctrine/doctrine-cache-bundle/1.3/manifest.json b/doctrine/doctrine-cache-bundle/1.3/manifest.json new file mode 100644 index 00000000..2b9346cf --- /dev/null +++ b/doctrine/doctrine-cache-bundle/1.3/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Doctrine\\Bundle\\DoctrineCacheBundle\\DoctrineCacheBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}