-
Notifications
You must be signed in to change notification settings - Fork 11
/
composer.json
38 lines (38 loc) · 930 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "wemersonjanuario/wkhtmltopdf-windows",
"description": "Convert html to pdf using webkit (qtwebkit). Static linked windows binary for 32 bit and 64 bit systems.",
"keywords": [
"pdf",
"thumbnail",
"snapshot",
"wkhtmltopdf",
"convert",
"binary",
"htmltopdf",
"htmltoimage"
],
"license": "LGPL Version 3",
"homepage": "http://wkhtmltopdf.org/",
"authors": [
{
"name": "Wemerson Januario",
"email": "wemerson.januario@gmail.com",
"homepage": "http://wemersonjanuario.com.br"
}
],
"support": {
"issues": "https://github.com/wemersonjanuario/wkhtmltopdf-windows/issues?state=open"
},
"minimum-stability": "stable",
"bin": [
"bin/wkhtmltopdf32.exe",
"bin/wkhtmltopdf64.exe"
],
"require": {
},
"suggest": {
"wemersonjanuario/laravelpdf": "1.0.*",
"h4cc/wkhtmltopdf-i386": "*",
"h4cc/wkhtmltopdf-amd64": "*"
}
}