summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: 70416fd35135b0c46e5c7fba5e213fbe2f4bebdb (plain)
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
43
44
45
46
47
{
  "name": "tecnickcom/tcpdf",
  "version": "6.3.2",
  "homepage": "http://www.tcpdf.org/",
  "type": "library",
  "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
  "keywords": [
    "PDF",
    "tcpdf",
    "PDFD32000-2008",
    "qrcode",
    "datamatrix",
    "pdf417",
    "barcodes"
  ],
  "license": "LGPL-3.0",
  "authors": [
    {
      "name": "Nicola Asuni",
      "email": "info@tecnick.com",
      "role": "lead"
    }
  ],
  "require": {
    "php": ">=5.3.0"
  },
  "autoload": {
    "classmap": [
      "config",
      "include",
      "tcpdf.php",
      "tcpdf_parser.php",
      "tcpdf_import.php",
      "tcpdf_barcodes_1d.php",
      "tcpdf_barcodes_2d.php",
      "include/tcpdf_colors.php",
      "include/tcpdf_filters.php",
      "include/tcpdf_font_data.php",
      "include/tcpdf_fonts.php",
      "include/tcpdf_images.php",
      "include/tcpdf_static.php",
      "include/barcodes/datamatrix.php",
      "include/barcodes/pdf417.php",
      "include/barcodes/qrcode.php"
    ]
  }
}