-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
38 lines (38 loc) · 881 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": "ensepar/html2pdf",
"type": "library",
"description": "Unofficial fork of 'html2pdf' with Composer support. (Fixed composer dependency problem)",
"keywords": ["html", "pdf", "html2pdf"],
"homepage": "https://github.com/jwronsky/html2pdf",
"license": "LGPL",
"authors":
[
{
"name": "Spipu",
"homepage": "http://sourceforge.net/users/spipu",
"role": "Developer"
},
{
"name": "tmaindron",
"homepage": "http://www.github.com/tmaindron",
"role": "Developer"
}
],
"require":
{
"php": ">=5.2",
"ensepar/tcpdf": "5.0.002"
},
"autoload":
{
"psr-0":
{
"HTML2PDF": "."
}
},
"extra": {
"branch-alias": {
"dev-master": "4.03"
}
}
}