mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-16 17:46:30 +03:00
Update Flex endpoint
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user