forked from michael-schaefer-eu/wkhtmltox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
34 lines (34 loc) · 1.05 KB
/
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
{
"name": "michael-schaefer-eu/wkhtmltox",
"description": "wkhtmltopdf and wkhtmltoimage linux binaries - Convert HTML to PDF or IMAGE using Webkit (QtWebKit)",
"keywords": ["htmltox", "htmltopdf", "htmltoimage", "pdf", "thumbnail", "snapshot", "jpg", "png", "convert", "binary"],
"license": "LGPL-3.0-only",
"homepage": "http://wkhtmltopdf.org/",
"authors": [
{
"name": "Michael Schaefer",
"email": "mail@michael-schaefer.eu",
"role": "Composer Package Developer"
}
],
"minimum-stability": "stable",
"bin": [
"bin/wkhtmltoimage-bionic-amd64",
"bin/wkhtmltopdf-bionic-amd64",
"bin/wkhtmltoimage-bionic-i386",
"bin/wkhtmltopdf-bionic-i386"
],
"replace": {
"h4cc/wkhtmltopdf-i386": "0.12.4",
"h4cc/wkhtmltopdf-amd64": "0.12.4",
"h4cc/wkhtmltoimage-i386": "0.12.4",
"h4cc/wkhtmltoimage-amd64": "0.12.4"
},
"require": {
},
"autoload": {
"psr-4": {
"Wkhtmltox\\": ""
}
}
}