mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 15:46:52 +03:00
18 lines
402 B
JSON
18 lines
402 B
JSON
{
|
|
"bundles": {
|
|
"PHPZlc\\Document\\DocumentBundle\\DocumentBundle": ["all"]
|
|
},
|
|
"copy-from-package": {
|
|
"src/DocumentBundle/phpzlc-document.yaml": "config/packages/phpzlc-document.yaml"
|
|
},
|
|
"copy-from-recipe": {
|
|
"Document/":"src/Document/"
|
|
},
|
|
"env": {
|
|
"DOC_HOST": "http://dome-api.com"
|
|
},
|
|
"gitignore": [
|
|
"public/apidoc/"
|
|
]
|
|
}
|