1{
2  "name": "tecnickcom/tcpdf",
3  "version": "6.3.5",
4  "homepage": "http://www.tcpdf.org/",
5  "type": "library",
6  "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
7  "keywords": [
8    "PDF",
9    "tcpdf",
10    "PDFD32000-2008",
11    "qrcode",
12    "datamatrix",
13    "pdf417",
14    "barcodes"
15  ],
16  "license": "LGPL-3.0-only",
17  "authors": [
18    {
19      "name": "Nicola Asuni",
20      "email": "info@tecnick.com",
21      "role": "lead"
22    }
23  ],
24  "require": {
25    "php": ">=5.3.0"
26  },
27  "autoload": {
28    "classmap": [
29      "config",
30      "include",
31      "tcpdf.php",
32      "tcpdf_parser.php",
33      "tcpdf_import.php",
34      "tcpdf_barcodes_1d.php",
35      "tcpdf_barcodes_2d.php",
36      "include/tcpdf_colors.php",
37      "include/tcpdf_filters.php",
38      "include/tcpdf_font_data.php",
39      "include/tcpdf_fonts.php",
40      "include/tcpdf_images.php",
41      "include/tcpdf_static.php",
42      "include/barcodes/datamatrix.php",
43      "include/barcodes/pdf417.php",
44      "include/barcodes/qrcode.php"
45    ]
46  }
47}
48