mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
14 lines
388 B
JSON
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": "[]"
|
|
}
|
|
}
|