Files
symfony-flex-recipes-contrib/cache/adapter-bundle/1.1/manifest.json
T

14 lines
388 B
JSON

{
"bundles": {
"Cache\\AdapterBundle\\CacheAdapterBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"#1": "Provider types described at: See http://www.php-cache.com/en/latest/symfony/adapter-bundle/#configuration",
"DEFAULT_CACHE_PROVIDER": "array",
"DEFAULT_CACHE_PROVIDER_OPTIONS": "[]"
}
}