mirror of
https://github.com/itflow-org/itflow
synced 2026-05-05 18:57:47 +00:00
76 lines
2.1 KiB
JSON
76 lines
2.1 KiB
JSON
{
|
|
"name": "tecnickcom/tcpdf",
|
|
"type": "library",
|
|
"description": "Deprecated legacy PDF engine for PHP. For new projects use tecnickcom/tc-lib-pdf.",
|
|
"keywords": [
|
|
"PDF",
|
|
"tcpdf",
|
|
"PDFD32000-2008",
|
|
"qrcode",
|
|
"datamatrix",
|
|
"pdf417",
|
|
"barcodes"
|
|
],
|
|
"homepage": "https://tcpdf.org",
|
|
"license": "LGPL-3.0-or-later",
|
|
"authors": [
|
|
{
|
|
"name": "Nicola Asuni",
|
|
"email": "info@tecnick.com",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.1.0",
|
|
"ext-curl": "*"
|
|
},
|
|
"suggest": {
|
|
"tecnickcom/tc-lib-pdf": "Modern replacement for TCPDF for new projects.",
|
|
"ext-gd": "Enables additional image handling in some workflows.",
|
|
"ext-imagick": "Enables additional image format support when available.",
|
|
"ext-zlib": "Recommended for compressed streams and related features."
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true,
|
|
"config": {
|
|
"sort-packages": true
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"config",
|
|
"include",
|
|
"tcpdf.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"
|
|
]
|
|
},
|
|
"archive": {
|
|
"exclude": [
|
|
"/.github",
|
|
"/.phpdoc",
|
|
"/examples",
|
|
"/scripts",
|
|
"/tests"
|
|
]
|
|
},
|
|
"support": {
|
|
"issues": "https://github.com/tecnickcom/TCPDF/issues",
|
|
"source": "https://github.com/tecnickcom/TCPDF"
|
|
},
|
|
"funding": [
|
|
{
|
|
"type": "paypal",
|
|
"url": "https://www.paypal.com/donate/?hosted_button_id=NZUEC5XS8MFBJ"
|
|
}
|
|
]
|
|
}
|