Last change
on this file since 394 was 347, checked in by roby, 3 years ago |
Aggiornamento per compatibilità con php7.4
|
File size:
1.0 KB
|
Line | |
---|
1 | {
|
---|
2 | "name": "tecnickcom/tcpdf",
|
---|
3 | "version": "6.4.1",
|
---|
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 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.