forked from wallabag/TCPDF
-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
42 lines (42 loc) · 980 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
39
40
41
42
{
"name": "fossar/tcpdf-parser",
"homepage": "https://www.wallabag.org/",
"type": "library",
"description": "Extracted the parser from tcpdf.",
"keywords": [
"PDF",
"tcpdf",
"PDFD32000-2008",
"qrcode",
"datamatrix",
"pdf417",
"barcodes"
],
"license": "LGPL-3.0",
"authors": [
{
"name": "wallabag/core",
"homepage": "https://www.wallabag.org",
"role": "Developers"
},
{
"name": "Nicola Asuni",
"email": "[email protected]",
"homepage": "http://nicolaasuni.tecnick.com",
"role": "Main developer"
}
],
"replace": {
"tecnickcom/tcpdf": "6.2.*",
"wallabag/tcpdf": "6.2.*"
},
"require": {
"php": ">=5.3.0"
},
"autoload": {
"classmap": [
"tcpdf_parser.php",
"include/tcpdf_filters.php"
]
}
}