[
    {
        "name": "barryvdh/composer-cleanup-plugin",
        "version": "v0.2.0",
        "version_normalized": "0.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/barryvdh/composer-cleanup-plugin.git",
            "reference": "1efa5ce0aa415f1e7bc7fccfbedfe43d8f0941b0"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/barryvdh/composer-cleanup-plugin/zipball/1efa5ce0aa415f1e7bc7fccfbedfe43d8f0941b0",
            "reference": "1efa5ce0aa415f1e7bc7fccfbedfe43d8f0941b0",
            "shasum": ""
        },
        "require": {
            "composer-plugin-api": "^1.0"
        },
        "time": "2018-05-14T08:32:22+00:00",
        "type": "composer-plugin",
        "extra": {
            "branch-alias": {
                "dev-master": "0.1-dev"
            },
            "class": "Barryvdh\\Composer\\CleanupPlugin"
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Barryvdh\\Composer\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Barry vd. Heuvel",
                "email": "barryvdh@gmail.com"
            }
        ],
        "description": "A composer cleanup plugin, to remove tests and documentation to save space"
    },
    {
        "name": "iio/libmergepdf",
        "version": "4.0.2",
        "version_normalized": "4.0.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/hanneskod/libmergepdf.git",
            "reference": "338cb450328514cc7340fb029fe416ac0b891dd2"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/hanneskod/libmergepdf/zipball/338cb450328514cc7340fb029fe416ac0b891dd2",
            "reference": "338cb450328514cc7340fb029fe416ac0b891dd2",
            "shasum": ""
        },
        "require": {
            "php": "^7.1",
            "rafikhaceb/tcpdi": "^1",
            "setasign/fpdi-tcpdf": "^2.0",
            "tecnickcom/tcpdf": "^6.2.22"
        },
        "conflict": {
            "setasign/fpdf": "*"
        },
        "require-dev": {
            "smalot/pdfparser": "~0.13"
        },
        "time": "2019-04-23T19:50:36+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "iio\\libmergepdf\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "WTFPL"
        ],
        "authors": [
            {
                "name": "Hannes Forsgård",
                "email": "hannes.forsgard@fripost.org"
            }
        ],
        "description": "Library for merging multiple PDFs",
        "homepage": "https://github.com/hanneskod/libmergepdf",
        "keywords": [
            "merge",
            "pdf"
        ]
    },
    {
        "name": "rafikhaceb/tcpdi",
        "version": "1.0.3",
        "version_normalized": "1.0.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/RafikHaceb/tcpdi.git",
            "reference": "bd3bfef55513149015656a8df00d785145a90e3d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/RafikHaceb/tcpdi/zipball/bd3bfef55513149015656a8df00d785145a90e3d",
            "reference": "bd3bfef55513149015656a8df00d785145a90e3d",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0",
            "tecnickcom/tcpdf": "6.2.*"
        },
        "time": "2018-10-25T14:50:27+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "fpdf_tpl.php",
                "tcpdi.php",
                "tcpdi_parser.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "Apache-2.0"
        ],
        "authors": [
            {
                "name": "Nicola Asuni",
                "email": "info@tecnick.com",
                "homepage": "http://nicolaasuni.tecnick.com"
            }
        ],
        "description": "TCPDI is a PHP class for importing PDF to use with TCPDF",
        "keywords": [
            "TCPDF",
            "pdf",
            "tcpdi",
            "tcpdi_parser"
        ]
    },
    {
        "name": "setasign/fpdi",
        "version": "v2.2.0",
        "version_normalized": "2.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Setasign/FPDI.git",
            "reference": "3c266002f8044f61b17329f7cd702d44d73f0f7f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Setasign/FPDI/zipball/3c266002f8044f61b17329f7cd702d44d73f0f7f",
            "reference": "3c266002f8044f61b17329f7cd702d44d73f0f7f",
            "shasum": ""
        },
        "require": {
            "ext-zlib": "*",
            "php": "^5.6 || ^7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "~5.7",
            "setasign/fpdf": "~1.8",
            "setasign/tfpdf": "1.25",
            "tecnickcom/tcpdf": "~6.2"
        },
        "suggest": {
            "setasign/fpdf": "FPDI will extend this class but as it is also possible to use TCPDF or tFPDF as an alternative. There's no fixed dependency configured.",
            "setasign/fpdi-fpdf": "Use this package to automatically evaluate dependencies to FPDF.",
            "setasign/fpdi-tcpdf": "Use this package to automatically evaluate dependencies to TCPDF.",
            "setasign/fpdi-tfpdf": "Use this package to automatically evaluate dependencies to tFPDF."
        },
        "time": "2019-01-30T14:11:19+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "setasign\\Fpdi\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jan Slabon",
                "email": "jan.slabon@setasign.com",
                "homepage": "https://www.setasign.com"
            },
            {
                "name": "Maximilian Kresse",
                "email": "maximilian.kresse@setasign.com",
                "homepage": "https://www.setasign.com"
            }
        ],
        "description": "FPDI is a collection of PHP classes facilitating developers to read pages from existing PDF documents and use them as templates in FPDF. Because it is also possible to use FPDI with TCPDF, there are no fixed dependencies defined. Please see suggestions for packages which evaluates the dependencies automatically.",
        "homepage": "https://www.setasign.com/fpdi",
        "keywords": [
            "fpdf",
            "fpdi",
            "pdf"
        ]
    },
    {
        "name": "setasign/fpdi-tcpdf",
        "version": "v2.2.0",
        "version_normalized": "2.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Setasign/FPDI-TCPDF.git",
            "reference": "95778baea02e5da76acb9f6dc1c946be380a22d8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Setasign/FPDI-TCPDF/zipball/95778baea02e5da76acb9f6dc1c946be380a22d8",
            "reference": "95778baea02e5da76acb9f6dc1c946be380a22d8",
            "shasum": ""
        },
        "require": {
            "setasign/fpdi": "^2.2",
            "tecnickcom/tcpdf": "^6.2"
        },
        "time": "2019-01-30T14:39:33+00:00",
        "type": "library",
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jan Slabon",
                "email": "jan.slabon@setasign.com",
                "homepage": "https://www.setasign.com"
            }
        ],
        "description": "Kind of metadata package for dependencies of the latest versions of FPDI and TCPDF.",
        "homepage": "https://www.setasign.com/fpdi",
        "keywords": [
            "TCPDF",
            "fpdi",
            "pdf"
        ]
    },
    {
        "name": "tecnickcom/tcpdf",
        "version": "6.2.26",
        "version_normalized": "6.2.26.0",
        "source": {
            "type": "git",
            "url": "https://github.com/tecnickcom/TCPDF.git",
            "reference": "367241059ca166e3a76490f4448c284e0a161f15"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/367241059ca166e3a76490f4448c284e0a161f15",
            "reference": "367241059ca166e3a76490f4448c284e0a161f15",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2018-10-16T17:24:05+00:00",
        "type": "library",
        "installation-source": "dist",
        "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"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-3.0"
        ],
        "authors": [
            {
                "name": "Nicola Asuni",
                "role": "lead",
                "email": "info@tecnick.com"
            }
        ],
        "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
        "homepage": "http://www.tcpdf.org/",
        "keywords": [
            "PDFD32000-2008",
            "TCPDF",
            "barcodes",
            "datamatrix",
            "pdf",
            "pdf417",
            "qrcode"
        ]
    }
]
