Update Flex archives

This commit is contained in:
github-action[bot]
2021-12-18 17:21:01 +00:00
parent 0f51d4be82
commit f49d36fa18
993 changed files with 48580 additions and 0 deletions
@@ -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"
}
}
}