moodle/lib/tcpdf/composer.json

41 lines
933 B
JSON
Raw Normal View History

2012-09-02 15:58:25 +02:00
{
2013-03-24 18:59:33 +01:00
"name": "tecnick.com/tcpdf",
"version": "6.0.031",
2012-09-02 15:58:25 +02:00
"homepage": "http://www.tcpdf.org/",
"type": "library",
2013-03-24 18:59:33 +01:00
"description": "TCPDF is a PHP class for generating PDF documents.",
"keywords": ["PDF","tcpdf","PDFD32000-2008","qrcode","datamatrix","pdf417","barcodes"],
2012-09-02 15:58:25 +02:00
"license": "LGPLv3",
"authors": [
{
"name": "Nicola Asuni",
"email": "info@tecnick.com",
"homepage": "http://nicolaasuni.tecnick.com"
}
],
"require": {
2013-03-24 18:59:33 +01:00
"php": ">=5.3.0"
2012-09-02 15:58:25 +02:00
},
"autoload": {
"classmap": [
"fonts",
"config",
"include",
2012-09-02 15:58:25 +02:00
"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"
2012-09-02 15:58:25 +02:00
]
}
}