aboutsummaryrefslogtreecommitdiff
path: root/srcs/phpmyadmin/vendor/tecnickcom/tcpdf/composer.json
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2020-07-27 10:05:23 +0200
committerCharles Cabergs <me@cacharle.xyz>2020-07-27 10:05:23 +0200
commit5bf66662a9bdd62c5bccab15e607cd95cfb8fcab (patch)
tree39a1a4629749056191c05dfd899f931701b7acf3 /srcs/phpmyadmin/vendor/tecnickcom/tcpdf/composer.json
parent5afd237bbd22028b85532b8c0b3fcead49a00764 (diff)
downloadft_server-master.tar.gz
ft_server-master.tar.bz2
ft_server-master.zip
Removed wordpress and phpmyadmin, my server doesn't handle it well and it brings shame on my famillyHEADmaster
Diffstat (limited to 'srcs/phpmyadmin/vendor/tecnickcom/tcpdf/composer.json')
-rw-r--r--srcs/phpmyadmin/vendor/tecnickcom/tcpdf/composer.json47
1 files changed, 0 insertions, 47 deletions
diff --git a/srcs/phpmyadmin/vendor/tecnickcom/tcpdf/composer.json b/srcs/phpmyadmin/vendor/tecnickcom/tcpdf/composer.json
deleted file mode 100644
index 70416fd..0000000
--- a/srcs/phpmyadmin/vendor/tecnickcom/tcpdf/composer.json
+++ /dev/null
@@ -1,47 +0,0 @@
-{
- "name": "tecnickcom/tcpdf",
- "version": "6.3.2",
- "homepage": "http://www.tcpdf.org/",
- "type": "library",
- "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
- "keywords": [
- "PDF",
- "tcpdf",
- "PDFD32000-2008",
- "qrcode",
- "datamatrix",
- "pdf417",
- "barcodes"
- ],
- "license": "LGPL-3.0",
- "authors": [
- {
- "name": "Nicola Asuni",
- "email": "info@tecnick.com",
- "role": "lead"
- }
- ],
- "require": {
- "php": ">=5.3.0"
- },
- "autoload": {
- "classmap": [
- "config",
- "include",
- "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"
- ]
- }
-}