2012-08-31 20:13:21 +00:00
|
|
|
{
|
|
|
|
"name": "tcpdf/tcpdf",
|
2012-09-11 16:49:32 +00:00
|
|
|
"version": "5.9.184",
|
2012-08-31 20:13:21 +00:00
|
|
|
"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"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|