mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-17 01:56:28 +03:00
13 lines
296 B
JSON
13 lines
296 B
JSON
{
|
|
"bundles": {
|
|
"Knp\\Bundle\\SnappyBundle\\KnpSnappyBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"WKHTMLTOPDF_PATH": "/usr/local/bin/wkhtmltopdf",
|
|
"WKHTMLTOIMAGE_PATH": "/usr/local/bin/wkhtmltoimage"
|
|
}
|
|
}
|