forked from Setasign/tFPDF
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
35 lines (35 loc) · 925 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
{
"name": "11com7/tfpdf",
"homepage": "http://fpdf.org/en/script/script92.php",
"description": "This class is a fixed and modified version of FPDF that adds UTF-8 support. The latest version is based on FPDF 1.85.",
"type": "library",
"keywords": ["pdf", "fpdf", "unicode", "tfpdf"],
"license": "LGPL-2.1",
"authors": [
{
"name": "Ian Back"
},
{
"name": "Tycho Veltmeijer",
"email": "[email protected]",
"role": "Maintainer"
},
{
"name": "Olivier Plathey",
"email": "[email protected]",
"homepage": "http://fpdf.org/"
},
{
"name": "Dominik Pesch",
"email": "[email protected]"
}
],
"autoload": {
"classmap": [
"tfpdf.php"
]
},
"require": {
"mpdf/mpdf": "^8.1"
}
}