diff options
author | Thomas Citharel <tcit@tcit.fr> | 2014-12-14 00:16:22 +0100 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2014-12-14 00:16:22 +0100 |
commit | dc69d3e8d895c87f9d26c2d1309e40d6090d4c8d (patch) | |
tree | 3cc3bd960df403a6e0645afcd9e4f5bbb68bfc0e /inc/3rdparty/libraries/tcpdf/composer.json | |
parent | 9c55ed0923273da886497cb62302a79622e34a74 (diff) | |
parent | 9f86454b48dec3c9ecfee8da224112eef0f61441 (diff) | |
download | wallabag-dc69d3e8d895c87f9d26c2d1309e40d6090d4c8d.tar.gz wallabag-dc69d3e8d895c87f9d26c2d1309e40d6090d4c8d.tar.zst wallabag-dc69d3e8d895c87f9d26c2d1309e40d6090d4c8d.zip |
merge epub with all the dev evolutions
Diffstat (limited to 'inc/3rdparty/libraries/tcpdf/composer.json')
-rw-r--r-- | inc/3rdparty/libraries/tcpdf/composer.json | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/inc/3rdparty/libraries/tcpdf/composer.json b/inc/3rdparty/libraries/tcpdf/composer.json new file mode 100644 index 00000000..43107544 --- /dev/null +++ b/inc/3rdparty/libraries/tcpdf/composer.json | |||
@@ -0,0 +1,40 @@ | |||
1 | { | ||
2 | "name": "tecnick.com/tcpdf", | ||
3 | "version": "6.0.093", | ||
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 | "fonts", | ||
22 | "config", | ||
23 | "include", | ||
24 | "tcpdf.php", | ||
25 | "tcpdf_parser.php", | ||
26 | "tcpdf_import.php", | ||
27 | "tcpdf_barcodes_1d.php", | ||
28 | "tcpdf_barcodes_2d.php", | ||
29 | "include/tcpdf_colors.php", | ||
30 | "include/tcpdf_filters.php", | ||
31 | "include/tcpdf_font_data.php", | ||
32 | "include/tcpdf_fonts.php", | ||
33 | "include/tcpdf_images.php", | ||
34 | "include/tcpdf_static.php", | ||
35 | "include/barcodes/datamatrix.php", | ||
36 | "include/barcodes/pdf417.php", | ||
37 | "include/barcodes/qrcode.php" | ||
38 | ] | ||
39 | } | ||
40 | } | ||