mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
Update Flex endpoint
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"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#options",
|
||||
" logOutputFile: '' # Prevent creating `/tmp/log.htm` which causes problems in some server configurations",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "0a89461aec4873f9205f1fc04c96c607116abb2e"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -16,14 +16,14 @@
|
||||
"contents": [
|
||||
"nucleos_dompdf:",
|
||||
" defaults:",
|
||||
" chroot: '%kernel.project_dir%/public/assets' # See https://github.com/dompdf/dompdf/wiki/Usage#security-restrictions-for-local-files",
|
||||
" chroot: '%kernel.project_dir%/public/assets' # See https://github.com/dompdf/dompdf/wiki/Usage#options",
|
||||
" logOutputFile: '' # Prevent creating `/tmp/log.htm` which causes problems in some server configurations",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "ac77a0c751bdccab42ddc73d7290719b31ecb691"
|
||||
"ref": "0a89461aec4873f9205f1fc04c96c607116abb2e"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user