MDL-36754 core_files: Support tokens when rewriting text
[moodle.git] / lib / tcpdf / composer.json
blob578649e546f02a7663ed13ce66642ea0a5fee8b9
2         "name": "tecnickcom/tcpdf",
3         "version": "6.2.13",
4         "homepage": "http://www.tcpdf.org/",
5         "type": "library",
6         "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
7         "keywords": ["PDF","tcpdf","PDFD32000-2008","qrcode","datamatrix","pdf417","barcodes"],
8         "license": "LGPLv3",
9         "authors": [
10         {
11                 "name": "Nicola Asuni",
12                 "email": "info@tecnick.com",
13                 "homepage": "http://nicolaasuni.tecnick.com"
14         }
15         ],
16         "require": {
17                 "php": ">=5.3.0"
18         },
19         "autoload": {
20                 "classmap": [
21                 "config",
22                 "include",
23                 "tcpdf.php",
24                 "tcpdf_parser.php",
25                 "tcpdf_barcodes_1d.php",
26                 "tcpdf_barcodes_2d.php",
27                 "include/tcpdf_colors.php",
28                 "include/tcpdf_filters.php",
29                 "include/tcpdf_font_data.php",
30                 "include/tcpdf_fonts.php",
31                 "include/tcpdf_images.php",
32                 "include/tcpdf_static.php",
33                 "include/barcodes/datamatrix.php",
34                 "include/barcodes/pdf417.php",
35                 "include/barcodes/qrcode.php"
36                 ]
37         }