mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 15:46:52 +03:00
14 lines
288 B
JSON
14 lines
288 B
JSON
{
|
|
"bundles": {
|
|
"Doctrine\\Bundle\\PHPCRBundle\\DoctrinePHPCRBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"PHPCR_USER": "admin",
|
|
"PHPCR_PASSWORD": "admin",
|
|
"PHPCR_WORKSPACE": "default"
|
|
}
|
|
}
|