mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-19 11:06:41 +03:00
Update Flex archives
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"manifests": {
|
||||
"cache/adapter-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Cache\\AdapterBundle\\CacheAdapterBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"post-install-output": [
|
||||
" Download the adapters you want to use from <comment>http://www.php-cache.com/en/latest/#cache-pool-implementations</comment>."
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"config/packages/cache_adapter.yaml": {
|
||||
"contents": [
|
||||
"cache_adapter:",
|
||||
" providers:",
|
||||
" default:",
|
||||
" factory: cache.factory.array",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "808d9142e173dfca88ef8b9aa72a7431d63caf27"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"manifests": {
|
||||
"cache/adapter-bundle": {
|
||||
"manifest": {
|
||||
"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": "[]"
|
||||
},
|
||||
"post-install-output": [
|
||||
"<bg=blue;fg=white> Next for CacheAdapterBundle </>",
|
||||
" Download the adapters you want to use from <comment>http://www.php-cache.com/en/latest/#cache-pool-implementations</comment>."
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"config/packages/cache_adapter.yaml": {
|
||||
"contents": [
|
||||
"cache_adapter:",
|
||||
" providers:",
|
||||
" default:",
|
||||
" factory: \"cache.factory.%env(DEFAULT_CACHE_PROVIDER)%\"",
|
||||
" options: \"%env(json:DEFAULT_CACHE_PROVIDER_OPTIONS)%\"",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "b117b5c3b8265161810e7e0232f08460f1d47129"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"manifests": {
|
||||
"cache/adapter-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Cache\\AdapterBundle\\CacheAdapterBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"post-install-output": [
|
||||
"<bg=blue;fg=white> Next for CacheAdapterBundle </>",
|
||||
" Download the adapters you want to use from <comment>http://www.php-cache.com/en/latest/#cache-pool-implementations</comment>."
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"config/packages/cache_adapter.yaml": {
|
||||
"contents": [
|
||||
"cache_adapter:",
|
||||
" providers:",
|
||||
" default:",
|
||||
" factory: cache.factory.array",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "d6a6e45b7f0f84bde524532d9118bab1f40fe33a"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user