From 5bf66662a9bdd62c5bccab15e607cd95cfb8fcab Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Mon, 27 Jul 2020 10:05:23 +0200 Subject: Removed wordpress and phpmyadmin, my server doesn't handle it well and it brings shame on my familly --- .../vendor/tecnickcom/tcpdf/composer.json | 47 ---------------------- 1 file changed, 47 deletions(-) delete mode 100644 srcs/phpmyadmin/vendor/tecnickcom/tcpdf/composer.json (limited to 'srcs/phpmyadmin/vendor/tecnickcom/tcpdf/composer.json') 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" - ] - } -} -- cgit