2012-08-31 20:13:21 +00:00
|
|
|
{
|
2012-09-18 19:59:32 +00:00
|
|
|
"name": "tecnick.com/tcpdf",
|
2012-12-10 17:47:37 +00:00
|
|
|
"version": "5.9.201",
|
2012-08-31 20:13:21 +00:00
|
|
|
"homepage": "http://www.tcpdf.org/",
|
|
|
|
"type": "library",
|
2012-09-18 19:59:32 +00:00
|
|
|
"description": "TCPDF is a PHP class for generating PDF documents.",
|
|
|
|
"keywords": ["pdf","tcpdf","PDFD32000-2008","qrcode","datamatrix","pdf417","barcodes"],
|
2012-08-31 20:13:21 +00:00
|
|
|
"license": "LGPLv3",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Nicola Asuni",
|
|
|
|
"email": "info@tecnick.com",
|
|
|
|
"homepage": "http://nicolaasuni.tecnick.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"require": {
|
2012-09-18 19:59:32 +00:00
|
|
|
"php": ">=5.3.0"
|
2012-08-31 20:13:21 +00:00
|
|
|
},
|
|
|
|
"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",
|
2012-09-18 19:59:32 +00:00
|
|
|
"unicode_data.php"
|
2012-08-31 20:13:21 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|