mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
55 lines
1.2 KiB
JSON
55 lines
1.2 KiB
JSON
{
|
|
"name": "combodo/tcpdf",
|
|
"replace": {
|
|
"tecnickcom/tcpdf": "self.version"
|
|
},
|
|
"type": "library",
|
|
"description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
|
|
"keywords": [
|
|
"PDF",
|
|
"tcpdf",
|
|
"PDFD32000-2008",
|
|
"qrcode",
|
|
"datamatrix",
|
|
"pdf417",
|
|
"barcodes"
|
|
],
|
|
"homepage": "https://github.com/combodo-itop-libs/TCPDF",
|
|
"version": "6.4.4",
|
|
"license": "LGPL-3.0-only",
|
|
"authors": [
|
|
{
|
|
"name": "Nicola Asuni",
|
|
"email": "info@tecnick.com",
|
|
"role": "lead"
|
|
},
|
|
{
|
|
"name": "Combodo",
|
|
"email": "contact@combodo.com"
|
|
}
|
|
],
|
|
"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"
|
|
]
|
|
}
|
|
}
|