Files
symfony-flex-recipes-contrib/ehyiah/apidoc-bundle/0.3/manifest.json
T

19 lines
498 B
JSON

{
"bundles": {
"Ehyiah\\ApiDocBundle\\EhyiahApiDocBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"copy-from-package": {
"src/Swagger/": "%SRC_DIR%/Swagger/"
},
"env": {
"#1": "List of URLs separated by a coma",
"SITE_URLS": "",
"SOURCE_PATH": "/src/Swagger",
"#2": "Will create a dump folder inside SOURCE_PATH Directory when you use the dump command",
"DUMP_PATH": "dump"
}
}