mirror of
https://github.com/vdm-io/tcpdf.git
synced 2024-11-01 03:02:32 +00:00
16f873d904
- Bug item #3568969 "ini_get safe_mode error" was fixed.
39 lines
743 B
JSON
39 lines
743 B
JSON
{
|
|
"name": "tcpdf/tcpdf",
|
|
"version": "5.9.189",
|
|
"homepage": "http://www.tcpdf.org/",
|
|
"type": "library",
|
|
"description": "TCPDF is a PHP class for generating PDF files on-the-fly without requiring external extensions.",
|
|
"keywords": ["pdf"],
|
|
"license": "LGPLv3",
|
|
"authors": [
|
|
{
|
|
"name": "Nicola Asuni",
|
|
"email": "info@tecnick.com",
|
|
"homepage": "http://nicolaasuni.tecnick.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">5.2"
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"fonts",
|
|
"config/lang",
|
|
"config",
|
|
"2dbarcodes.php",
|
|
"barcodes.php",
|
|
"datamatrix.php",
|
|
"encodings_maps.php",
|
|
"htmlcolors.php",
|
|
"pdf417.php",
|
|
"qrcode.php",
|
|
"spotcolors.php",
|
|
"tcpdf.php",
|
|
"tcpdf_filters.php",
|
|
"tcpdf_parser.php",
|
|
"unicode_data.php"
|
|
]
|
|
}
|
|
}
|