{
    "name": "wallabag/tcpdf",
    "homepage": "https://www.wallabag.org/",
    "type": "library",
    "description": "Keeping a working 6.2.x TCPDF version.",
    "keywords": [
        "PDF",
        "tcpdf",
        "PDFD32000-2008",
        "qrcode",
        "datamatrix",
        "pdf417",
        "barcodes"
    ],
    "license": "LGPL-3.0",
    "authors": [
        {
            "name": "wallabag/core",
            "homepage": "https://www.wallabag.org",
            "role": "Developers"
        },
        {
            "name": "Nicola Asuni",
            "email": "info@tecnick.com",
            "homepage": "http://nicolaasuni.tecnick.com",
            "role": "Main developer"
        }
    ],
    "replace": {
        "tecnickcom/tcpdf": "6.2.*"
    },
    "require": {
        "php": ">=5.3.0"
    },
    "autoload": {
        "classmap": [
            "fonts",
            "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"
        ]
    }
}
