mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-18 02:26:36 +03:00
Update Flex endpoint
This commit is contained in:
@@ -1,20 +1,6 @@
|
||||
{
|
||||
"locks": {
|
||||
"cache/adapter-bundle": {
|
||||
"version": "1.1",
|
||||
"recipe": {
|
||||
"repo": "1.1",
|
||||
"branch": "master",
|
||||
"version": "1.1",
|
||||
"ref": "808d9142e173dfca88ef8b9aa72a7431d63caf27"
|
||||
}
|
||||
}
|
||||
},
|
||||
"manifests": {
|
||||
"cache/adapter-bundle": {
|
||||
"repository": "github.com/symfony/recipes-contrib",
|
||||
"package": "cache/adapter-bundle",
|
||||
"version": "1.1",
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Cache\\AdapterBundle\\CacheAdapterBundle": [
|
||||
@@ -30,13 +16,17 @@
|
||||
},
|
||||
"files": {
|
||||
"config/packages/cache_adapter.yaml": {
|
||||
"contents": "cache_adapter:\n providers:\n default:\n factory: cache.factory.array\n",
|
||||
"executable": false,
|
||||
"encoding": ""
|
||||
"contents": [
|
||||
"cache_adapter:",
|
||||
" providers:",
|
||||
" default:",
|
||||
" factory: cache.factory.array",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"origin": "cache/adapter-bundle:1.1@github.com/symfony/recipes-contrib:master",
|
||||
"is_contrib": true
|
||||
"ref": "808d9142e173dfca88ef8b9aa72a7431d63caf27"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user