Skip to content

Commit f67b0b0

Browse files
authored
Merge pull request #1 from wallabag/replace-tecnickcom-tcpdf
Replace tecnickcom/tcpdf
2 parents 94278bd + 80ff804 commit f67b0b0

2 files changed

Lines changed: 56 additions & 37 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
composer.lock
2+
vendor/

composer.json

Lines changed: 54 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,56 @@
11
{
2-
"name": "wallabag/tcpdf",
3-
"homepage": "http://www.tcpdf.org/",
4-
"type": "library",
5-
"description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
6-
"keywords": ["PDF","tcpdf","PDFD32000-2008","qrcode","datamatrix","pdf417","barcodes"],
7-
"license": "LGPLv3",
8-
"authors": [
9-
{
10-
"name": "Nicola Asuni",
11-
"email": "info@tecnick.com",
12-
"homepage": "http://nicolaasuni.tecnick.com"
13-
}
14-
],
15-
"require": {
16-
"php": ">=5.3.0"
17-
},
18-
"autoload": {
19-
"classmap": [
20-
"fonts",
21-
"config",
22-
"include",
23-
"tcpdf.php",
24-
"tcpdf_parser.php",
25-
"tcpdf_import.php",
26-
"tcpdf_barcodes_1d.php",
27-
"tcpdf_barcodes_2d.php",
28-
"include/tcpdf_colors.php",
29-
"include/tcpdf_filters.php",
30-
"include/tcpdf_font_data.php",
31-
"include/tcpdf_fonts.php",
32-
"include/tcpdf_images.php",
33-
"include/tcpdf_static.php",
34-
"include/barcodes/datamatrix.php",
35-
"include/barcodes/pdf417.php",
36-
"include/barcodes/qrcode.php"
37-
]
38-
}
2+
"name": "wallabag/tcpdf",
3+
"homepage": "https://www.wallabag.org/",
4+
"type": "library",
5+
"description": "Keeping a working 6.2.x TCPDF version.",
6+
"keywords": [
7+
"PDF",
8+
"tcpdf",
9+
"PDFD32000-2008",
10+
"qrcode",
11+
"datamatrix",
12+
"pdf417",
13+
"barcodes"
14+
],
15+
"license": "LGPL-3.0",
16+
"authors": [
17+
{
18+
"name": "wallabag/core",
19+
"homepage": "https://www.wallabag.org",
20+
"role": "Developers"
21+
},
22+
{
23+
"name": "Nicola Asuni",
24+
"email": "info@tecnick.com",
25+
"homepage": "http://nicolaasuni.tecnick.com",
26+
"role": "Main developer"
27+
}
28+
],
29+
"replace": {
30+
"tecnickcom/tcpdf": "6.2.*"
31+
},
32+
"require": {
33+
"php": ">=5.3.0"
34+
},
35+
"autoload": {
36+
"classmap": [
37+
"fonts",
38+
"config",
39+
"include",
40+
"tcpdf.php",
41+
"tcpdf_parser.php",
42+
"tcpdf_import.php",
43+
"tcpdf_barcodes_1d.php",
44+
"tcpdf_barcodes_2d.php",
45+
"include/tcpdf_colors.php",
46+
"include/tcpdf_filters.php",
47+
"include/tcpdf_font_data.php",
48+
"include/tcpdf_fonts.php",
49+
"include/tcpdf_images.php",
50+
"include/tcpdf_static.php",
51+
"include/barcodes/datamatrix.php",
52+
"include/barcodes/pdf417.php",
53+
"include/barcodes/qrcode.php"
54+
]
55+
}
3956
}

0 commit comments

Comments
 (0)