Update Flex endpoint

This commit is contained in:
github-action bot
2021-09-22 13:12:29 +00:00
parent 6baa3d0e33
commit 030c77cfa8
561 changed files with 11464 additions and 11344 deletions
+22 -19
View File
@@ -1,20 +1,6 @@
{
"locks": {
"doctrine/phpcr-bundle": {
"version": "2.0",
"recipe": {
"repo": "2.0",
"branch": "master",
"version": "2.0",
"ref": "302e7ce8f547b1143b98112d0ebc8579f767d90d"
}
}
},
"manifests": {
"doctrine/phpcr-bundle": {
"repository": "github.com/symfony/recipes-contrib",
"package": "doctrine/phpcr-bundle",
"version": "2.0",
"manifest": {
"bundles": {
"Doctrine\\Bundle\\PHPCRBundle\\DoctrinePHPCRBundle": [
@@ -32,13 +18,30 @@
},
"files": {
"config/packages/doctrine_phpcr.yaml": {
"contents": "doctrine_phpcr:\n session:\n backend:\n type: jackrabbit\n url: 'localhost'\n # connection: default\n # requires DoctrineCacheBundle\n # caches:\n # meta: doctrine_cache.providers.phpcr_meta\n # nodes: doctrine_cache.providers.phpcr_nodes\n # enable logging\n # logging: true\n # enable profiling in the debug toolbar.\n # profiling: true\n workspace: '%env(PHPCR_WORKSPACE)%'\n username: '%env(PHPCR_USER)%'\n password: '%env(PHPCR_PASSWORD)%'\n",
"executable": false,
"encoding": ""
"contents": [
"doctrine_phpcr:",
" session:",
" backend:",
" type: jackrabbit",
" url: 'localhost'",
" # connection: default",
" # requires DoctrineCacheBundle",
" # caches:",
" # meta: doctrine_cache.providers.phpcr_meta",
" # nodes: doctrine_cache.providers.phpcr_nodes",
" # enable logging",
" # logging: true",
" # enable profiling in the debug toolbar.",
" # profiling: true",
" workspace: '%env(PHPCR_WORKSPACE)%'",
" username: '%env(PHPCR_USER)%'",
" password: '%env(PHPCR_PASSWORD)%'",
""
],
"executable": false
}
},
"origin": "doctrine/phpcr-bundle:2.0@github.com/symfony/recipes-contrib:master",
"is_contrib": true
"ref": "302e7ce8f547b1143b98112d0ebc8579f767d90d"
}
}
}