Files
symfony-flex-recipes-contrib/nucleos.dompdf-bundle.3.1.json
T
github-action[bot]andgithub-action[bot] ea85db6ff3 Update Flex endpoint
2022-03-31 13:22:59 +00:00

30 lines
1.1 KiB
JSON

{
"manifests": {
"nucleos/dompdf-bundle": {
"manifest": {
"bundles": {
"Nucleos\\DompdfBundle\\NucleosDompdfBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/nucleos_dompdf.yaml": {
"contents": [
"nucleos_dompdf:",
" defaults:",
" chroot: '%kernel.project_dir%/public/assets' # See https://github.com/dompdf/dompdf/wiki/Usage#security-restrictions-for-local-files",
" logOutputFile: '' # Prevent creating `/tmp/log.htm` which causes problems in some server configurations",
""
],
"executable": false
}
},
"ref": "ac77a0c751bdccab42ddc73d7290719b31ecb691"
}
}
}