{
    "packages": [
        {
            "name": "dompdf/dompdf",
            "version": "v2.0.4",
            "version_normalized": "2.0.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/dompdf/dompdf.git",
                "reference": "093f2d9739cec57428e39ddadedfd4f3ae862c0f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/dompdf/dompdf/zipball/093f2d9739cec57428e39ddadedfd4f3ae862c0f",
                "reference": "093f2d9739cec57428e39ddadedfd4f3ae862c0f",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-mbstring": "*",
                "masterminds/html5": "^2.0",
                "phenx/php-font-lib": ">=0.5.4 <1.0.0",
                "phenx/php-svg-lib": ">=0.3.3 <1.0.0",
                "php": "^7.1 || ^8.0"
            },
            "require-dev": {
                "ext-json": "*",
                "ext-zip": "*",
                "mockery/mockery": "^1.3",
                "phpunit/phpunit": "^7.5 || ^8 || ^9",
                "squizlabs/php_codesniffer": "^3.5"
            },
            "suggest": {
                "ext-gd": "Needed to process images",
                "ext-gmagick": "Improves image processing performance",
                "ext-imagick": "Improves image processing performance",
                "ext-zlib": "Needed for pdf stream compression"
            },
            "time": "2023-12-12T20:19:39+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Dompdf\\": "src/"
                },
                "classmap": [
                    "lib/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1"
            ],
            "authors": [
                {
                    "name": "The Dompdf Community",
                    "homepage": "https://github.com/dompdf/dompdf/blob/master/AUTHORS.md"
                }
            ],
            "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
            "homepage": "https://github.com/dompdf/dompdf",
            "support": {
                "issues": "https://github.com/dompdf/dompdf/issues",
                "source": "https://github.com/dompdf/dompdf/tree/v2.0.4"
            },
            "install-path": "../dompdf/dompdf"
        },
        {
            "name": "masterminds/html5",
            "version": "2.8.1",
            "version_normalized": "2.8.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Masterminds/html5-php.git",
                "reference": "f47dcf3c70c584de14f21143c55d9939631bc6cf"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/f47dcf3c70c584de14f21143c55d9939631bc6cf",
                "reference": "f47dcf3c70c584de14f21143c55d9939631bc6cf",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7 || ^8"
            },
            "time": "2023-05-10T11:58:31+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.7-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Masterminds\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Matt Butcher",
                    "email": "technosophos@gmail.com"
                },
                {
                    "name": "Matt Farina",
                    "email": "matt@mattfarina.com"
                },
                {
                    "name": "Asmir Mustafic",
                    "email": "goetas@gmail.com"
                }
            ],
            "description": "An HTML5 parser and serializer.",
            "homepage": "http://masterminds.github.io/html5-php",
            "keywords": [
                "HTML5",
                "dom",
                "html",
                "parser",
                "querypath",
                "serializer",
                "xml"
            ],
            "support": {
                "issues": "https://github.com/Masterminds/html5-php/issues",
                "source": "https://github.com/Masterminds/html5-php/tree/2.8.1"
            },
            "install-path": "../masterminds/html5"
        },
        {
            "name": "phenx/php-font-lib",
            "version": "0.5.6",
            "version_normalized": "0.5.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/dompdf/php-font-lib.git",
                "reference": "a1681e9793040740a405ac5b189275059e2a9863"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/dompdf/php-font-lib/zipball/a1681e9793040740a405ac5b189275059e2a9863",
                "reference": "a1681e9793040740a405ac5b189275059e2a9863",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*"
            },
            "require-dev": {
                "symfony/phpunit-bridge": "^3 || ^4 || ^5 || ^6"
            },
            "time": "2024-01-29T14:45:26+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "FontLib\\": "src/FontLib"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1-or-later"
            ],
            "authors": [
                {
                    "name": "Fabien Ménager",
                    "email": "fabien.menager@gmail.com"
                }
            ],
            "description": "A library to read, parse, export and make subsets of different types of font files.",
            "homepage": "https://github.com/PhenX/php-font-lib",
            "support": {
                "issues": "https://github.com/dompdf/php-font-lib/issues",
                "source": "https://github.com/dompdf/php-font-lib/tree/0.5.6"
            },
            "install-path": "../phenx/php-font-lib"
        },
        {
            "name": "phenx/php-svg-lib",
            "version": "0.5.2",
            "version_normalized": "0.5.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/dompdf/php-svg-lib.git",
                "reference": "732faa9fb4309221e2bd9b2fda5de44f947133aa"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/dompdf/php-svg-lib/zipball/732faa9fb4309221e2bd9b2fda5de44f947133aa",
                "reference": "732faa9fb4309221e2bd9b2fda5de44f947133aa",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "php": "^7.1 || ^8.0",
                "sabberworm/php-css-parser": "^8.4"
            },
            "require-dev": {
                "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5"
            },
            "time": "2024-02-07T12:49:40+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Svg\\": "src/Svg"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-3.0"
            ],
            "authors": [
                {
                    "name": "Fabien Ménager",
                    "email": "fabien.menager@gmail.com"
                }
            ],
            "description": "A library to read, parse and export to PDF SVG files.",
            "homepage": "https://github.com/PhenX/php-svg-lib",
            "support": {
                "issues": "https://github.com/dompdf/php-svg-lib/issues",
                "source": "https://github.com/dompdf/php-svg-lib/tree/0.5.2"
            },
            "install-path": "../phenx/php-svg-lib"
        },
        {
            "name": "picqer/php-barcode-generator",
            "version": "v2.4.0",
            "version_normalized": "2.4.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/picqer/php-barcode-generator.git",
                "reference": "4cec18909dffd86e14beb69b1040f2520c2e1bb1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/picqer/php-barcode-generator/zipball/4cec18909dffd86e14beb69b1040f2520c2e1bb1",
                "reference": "4cec18909dffd86e14beb69b1040f2520c2e1bb1",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "php": "^7.3|^8.0"
            },
            "require-dev": {
                "phpstan/phpstan": "^1.10",
                "phpunit/phpunit": "^9.5"
            },
            "suggest": {
                "ext-bcmath": "Barcode IMB (Intelligent Mail Barcode) needs bcmath extension",
                "ext-gd": "For JPG and PNG generators, GD or Imagick is required",
                "ext-imagick": "For JPG and PNG generators, GD or Imagick is required"
            },
            "time": "2023-09-16T08:58:52+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Picqer\\Barcode\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "Nicola Asuni",
                    "email": "info@tecnick.com",
                    "homepage": "http://nicolaasuni.tecnick.com"
                },
                {
                    "name": "Casper Bakker",
                    "email": "info@picqer.com",
                    "homepage": "https://picqer.com"
                }
            ],
            "description": "An easy to use, non-bloated, barcode generator in PHP. Creates SVG, PNG, JPG and HTML images from the most used 1D barcode standards.",
            "homepage": "https://github.com/picqer/php-barcode-generator",
            "keywords": [
                "CODABAR",
                "Code11",
                "Code93",
                "EAN13",
                "KIX",
                "KIXCODE",
                "MSI",
                "POSTNET",
                "Pharma",
                "Standard 2 of 5",
                "barcode",
                "barcode generator",
                "code128",
                "code39",
                "ean",
                "html",
                "jpeg",
                "jpg",
                "php",
                "png",
                "svg",
                "upc"
            ],
            "support": {
                "issues": "https://github.com/picqer/php-barcode-generator/issues",
                "source": "https://github.com/picqer/php-barcode-generator/tree/v2.4.0"
            },
            "funding": [
                {
                    "url": "https://github.com/casperbakker",
                    "type": "github"
                }
            ],
            "install-path": "../picqer/php-barcode-generator"
        },
        {
            "name": "sabberworm/php-css-parser",
            "version": "v8.5.1",
            "version_normalized": "8.5.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/MyIntervals/PHP-CSS-Parser.git",
                "reference": "4a3d572b0f8b28bb6fd016ae8bbfc445facef152"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/MyIntervals/PHP-CSS-Parser/zipball/4a3d572b0f8b28bb6fd016ae8bbfc445facef152",
                "reference": "4a3d572b0f8b28bb6fd016ae8bbfc445facef152",
                "shasum": ""
            },
            "require": {
                "ext-iconv": "*",
                "php": ">=5.6.20"
            },
            "require-dev": {
                "phpunit/phpunit": "^5.7.27"
            },
            "suggest": {
                "ext-mbstring": "for parsing UTF-8 CSS"
            },
            "time": "2024-02-15T16:41:13+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "9.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Sabberworm\\CSS\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Raphael Schweikert"
                },
                {
                    "name": "Oliver Klee",
                    "email": "github@oliverklee.de"
                },
                {
                    "name": "Jake Hotson",
                    "email": "jake.github@qzdesign.co.uk"
                }
            ],
            "description": "Parser for CSS Files written in PHP",
            "homepage": "https://www.sabberworm.com/blog/2010/6/10/php-css-parser",
            "keywords": [
                "css",
                "parser",
                "stylesheet"
            ],
            "support": {
                "issues": "https://github.com/MyIntervals/PHP-CSS-Parser/issues",
                "source": "https://github.com/MyIntervals/PHP-CSS-Parser/tree/v8.5.1"
            },
            "install-path": "../sabberworm/php-css-parser"
        },
        {
            "name": "tecnickcom/tc-lib-barcode",
            "version": "2.1.4",
            "version_normalized": "2.1.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/tecnickcom/tc-lib-barcode.git",
                "reference": "80703c7b44d06e60467a50be91c4e59af9510850"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/tecnickcom/tc-lib-barcode/zipball/80703c7b44d06e60467a50be91c4e59af9510850",
                "reference": "80703c7b44d06e60467a50be91c4e59af9510850",
                "shasum": ""
            },
            "require": {
                "ext-bcmath": "*",
                "ext-date": "*",
                "ext-gd": "*",
                "ext-pcre": "*",
                "php": ">=8.0",
                "tecnickcom/tc-lib-color": "^2.0"
            },
            "require-dev": {
                "pdepend/pdepend": "2.13.0",
                "phpmd/phpmd": "2.13.0",
                "phpunit/phpunit": "10.1.2 || 9.6.13",
                "squizlabs/php_codesniffer": "3.7.2"
            },
            "time": "2023-11-29T11:09:42+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Com\\Tecnick\\Barcode\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "Nicola Asuni",
                    "email": "info@tecnick.com",
                    "role": "lead"
                }
            ],
            "description": "PHP library to generate linear and bidimensional barcodes",
            "homepage": "http://www.tecnick.com",
            "keywords": [
                "3 of 9",
                "ANSI MH10.8M-1983",
                "CBC",
                "CODABAR",
                "CODE 11",
                "CODE 128 A B C",
                "CODE 39",
                "CODE 93",
                "EAN 13",
                "EAN 8",
                "ECC200",
                "ISO IEC 15438 2006",
                "ISO IEC 16022",
                "ISO IEC 24778 2008",
                "Intelligent Mail Barcode",
                "Interleaved 2 of 5",
                "KIX",
                "Klant",
                "MSI",
                "Onecode",
                "PHARMACODE",
                "PHARMACODE TWO-TRACKS",
                "POSTNET",
                "RMS4CC",
                "Standard 2 of 5",
                "UPC-A",
                "UPC-E",
                "USD-3",
                "USPS-B-3200",
                "USS-93",
                "aztec",
                "barcode",
                "datamatrix",
                "pdf417",
                "planet",
                "qr-code",
                "royal mail",
                "tc-lib-barcode",
                "upc"
            ],
            "support": {
                "issues": "https://github.com/tecnickcom/tc-lib-barcode/issues",
                "source": "https://github.com/tecnickcom/tc-lib-barcode/tree/2.1.4"
            },
            "funding": [
                {
                    "url": "https://www.paypal.com/cgi-bin/webscr?cmd=_donations&currency_code=GBP&business=paypal@tecnick.com&item_name=donation%20for%20tc-lib-barcode%20project",
                    "type": "custom"
                }
            ],
            "install-path": "../tecnickcom/tc-lib-barcode"
        },
        {
            "name": "tecnickcom/tc-lib-color",
            "version": "2.0.7",
            "version_normalized": "2.0.7.0",
            "source": {
                "type": "git",
                "url": "https://github.com/tecnickcom/tc-lib-color.git",
                "reference": "7dbdfbba5c40deade2561911ca60d8851c527311"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/tecnickcom/tc-lib-color/zipball/7dbdfbba5c40deade2561911ca60d8851c527311",
                "reference": "7dbdfbba5c40deade2561911ca60d8851c527311",
                "shasum": ""
            },
            "require": {
                "ext-pcre": "*",
                "php": ">=8.0"
            },
            "require-dev": {
                "pdepend/pdepend": "2.13.0",
                "phpmd/phpmd": "2.13.0",
                "phpunit/phpunit": "10.1.2 || 9.6.13",
                "squizlabs/php_codesniffer": "3.7.2"
            },
            "time": "2023-11-29T11:02:39+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Com\\Tecnick\\Color\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "Nicola Asuni",
                    "email": "info@tecnick.com",
                    "role": "lead"
                }
            ],
            "description": "PHP library to manipulate various color representations",
            "homepage": "http://www.tecnick.com",
            "keywords": [
                "cmyk",
                "color",
                "colors",
                "colour",
                "colours",
                "hsl",
                "hsla",
                "javascript",
                "rgb",
                "rgba",
                "tc-lib-color",
                "web"
            ],
            "support": {
                "issues": "https://github.com/tecnickcom/tc-lib-color/issues",
                "source": "https://github.com/tecnickcom/tc-lib-color/tree/2.0.7"
            },
            "funding": [
                {
                    "url": "https://www.paypal.com/cgi-bin/webscr?cmd=_donations&currency_code=GBP&business=paypal@tecnick.com&item_name=donation%20for%20tc-lib-color%20project",
                    "type": "custom"
                }
            ],
            "install-path": "../tecnickcom/tc-lib-color"
        },
        {
            "name": "tecnickcom/tc-lib-file",
            "version": "2.0.10",
            "version_normalized": "2.0.10.0",
            "source": {
                "type": "git",
                "url": "https://github.com/tecnickcom/tc-lib-file.git",
                "reference": "19c5299962f72fcf3b5f46c609d50b5b733e1fa9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/tecnickcom/tc-lib-file/zipball/19c5299962f72fcf3b5f46c609d50b5b733e1fa9",
                "reference": "19c5299962f72fcf3b5f46c609d50b5b733e1fa9",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "ext-pcre": "*",
                "php": ">=8.0"
            },
            "require-dev": {
                "pdepend/pdepend": "2.13.0",
                "phpmd/phpmd": "2.13.0",
                "phpunit/phpunit": "10.1.2 || 9.6.13",
                "squizlabs/php_codesniffer": "3.7.2"
            },
            "time": "2023-11-29T11:04:21+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Com\\Tecnick\\File\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "Nicola Asuni",
                    "email": "info@tecnick.com",
                    "role": "lead"
                }
            ],
            "description": "PHP library to read byte-level data from files",
            "homepage": "http://www.tecnick.com",
            "keywords": [
                "Double",
                "bit",
                "byte",
                "file",
                "long",
                "read",
                "short",
                "tc-lib-file"
            ],
            "support": {
                "issues": "https://github.com/tecnickcom/tc-lib-file/issues",
                "source": "https://github.com/tecnickcom/tc-lib-file/tree/2.0.10"
            },
            "funding": [
                {
                    "url": "https://www.paypal.com/cgi-bin/webscr?cmd=_donations&currency_code=GBP&business=paypal@tecnick.com&item_name=donation%20for%20tc-lib-file%20project",
                    "type": "custom"
                }
            ],
            "install-path": "../tecnickcom/tc-lib-file"
        },
        {
            "name": "tecnickcom/tc-lib-pdf",
            "version": "8.0.55",
            "version_normalized": "8.0.55.0",
            "source": {
                "type": "git",
                "url": "https://github.com/tecnickcom/tc-lib-pdf.git",
                "reference": "95a1fa0e0d7372b26e86be8d41f371cded9d2eb9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/tecnickcom/tc-lib-pdf/zipball/95a1fa0e0d7372b26e86be8d41f371cded9d2eb9",
                "reference": "95a1fa0e0d7372b26e86be8d41f371cded9d2eb9",
                "shasum": ""
            },
            "require": {
                "ext-date": "*",
                "ext-pcre": "*",
                "php": ">=8.0",
                "tecnickcom/tc-lib-barcode": "^2.1",
                "tecnickcom/tc-lib-color": "^2.0",
                "tecnickcom/tc-lib-file": "^2.0",
                "tecnickcom/tc-lib-pdf-encrypt": "^2.1",
                "tecnickcom/tc-lib-pdf-font": "^2.0",
                "tecnickcom/tc-lib-pdf-graph": "^2.0",
                "tecnickcom/tc-lib-pdf-image": "^2.0",
                "tecnickcom/tc-lib-pdf-page": "^4.0",
                "tecnickcom/tc-lib-unicode": "^2.0",
                "tecnickcom/tc-lib-unicode-data": "^2.0"
            },
            "require-dev": {
                "pdepend/pdepend": "2.13.0",
                "phpmd/phpmd": "2.13.0",
                "phpunit/phpunit": "10.1.2 || 9.6.13",
                "squizlabs/php_codesniffer": "3.7.2"
            },
            "time": "2023-11-29T18:11:15+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Com\\Tecnick\\Pdf\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "Nicola Asuni",
                    "email": "info@tecnick.com",
                    "role": "lead"
                }
            ],
            "description": "PHP PDF Library",
            "homepage": "http://www.tecnick.com",
            "keywords": [
                "PDFD32000-2008",
                "TCPDF",
                "document",
                "pdf",
                "tc-lib-pdf"
            ],
            "support": {
                "issues": "https://github.com/tecnickcom/tc-lib-pdf/issues",
                "source": "https://github.com/tecnickcom/tc-lib-pdf/tree/8.0.55"
            },
            "funding": [
                {
                    "url": "https://www.paypal.com/cgi-bin/webscr?cmd=_donations&currency_code=GBP&business=paypal@tecnick.com&item_name=donation%20for%20tc-lib-pdf%20project",
                    "type": "custom"
                }
            ],
            "install-path": "../tecnickcom/tc-lib-pdf"
        },
        {
            "name": "tecnickcom/tc-lib-pdf-encrypt",
            "version": "2.1.1",
            "version_normalized": "2.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/tecnickcom/tc-lib-pdf-encrypt.git",
                "reference": "00d09984e1f45ede2f5960831759ccfd59fc7391"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/tecnickcom/tc-lib-pdf-encrypt/zipball/00d09984e1f45ede2f5960831759ccfd59fc7391",
                "reference": "00d09984e1f45ede2f5960831759ccfd59fc7391",
                "shasum": ""
            },
            "require": {
                "ext-date": "*",
                "ext-hash": "*",
                "ext-openssl": "*",
                "ext-pcre": "*",
                "php": ">=8.0"
            },
            "require-dev": {
                "pdepend/pdepend": "2.13.0",
                "phpmd/phpmd": "2.13.0",
                "phpunit/phpunit": "10.1.2 || 9.6.13",
                "squizlabs/php_codesniffer": "3.7.2"
            },
            "suggest": {
                "ext-posix": "*"
            },
            "time": "2023-11-29T11:02:17+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Com\\Tecnick\\Pdf\\Encrypt\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "Nicola Asuni",
                    "email": "info@tecnick.com",
                    "role": "lead"
                }
            ],
            "description": "PHP library to encrypt data for PDF",
            "homepage": "http://www.tecnick.com",
            "keywords": [
                "aes",
                "encrypt",
                "encryption",
                "pdf",
                "rc4",
                "tc-lib-pdf-encrypt"
            ],
            "support": {
                "issues": "https://github.com/tecnickcom/tc-lib-pdf-encrypt/issues",
                "source": "https://github.com/tecnickcom/tc-lib-pdf-encrypt/tree/2.1.1"
            },
            "funding": [
                {
                    "url": "https://www.paypal.com/cgi-bin/webscr?cmd=_donations&currency_code=GBP&business=paypal@tecnick.com&item_name=donation%20for%20tc-lib-pdf-encrypt%20project",
                    "type": "custom"
                }
            ],
            "install-path": "../tecnickcom/tc-lib-pdf-encrypt"
        },
        {
            "name": "tecnickcom/tc-lib-pdf-font",
            "version": "2.1.1",
            "version_normalized": "2.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/tecnickcom/tc-lib-pdf-font.git",
                "reference": "9cd99255138302fe00863319d865890ffecf99b8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/tecnickcom/tc-lib-pdf-font/zipball/9cd99255138302fe00863319d865890ffecf99b8",
                "reference": "9cd99255138302fe00863319d865890ffecf99b8",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "ext-pcre": "*",
                "ext-zlib": "*",
                "php": ">=5.4.0",
                "tecnickcom/tc-lib-file": "^2.0",
                "tecnickcom/tc-lib-pdf-encrypt": "^2.1",
                "tecnickcom/tc-lib-unicode-data": "^2.0"
            },
            "require-dev": {
                "pdepend/pdepend": "2.13.0",
                "phpmd/phpmd": "2.13.0",
                "phpunit/phpunit": "10.1.2 || 9.6.13",
                "squizlabs/php_codesniffer": "3.7.2"
            },
            "time": "2024-01-27T16:04:59+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Com\\Tecnick\\Pdf\\Font\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "Nicola Asuni",
                    "email": "info@tecnick.com",
                    "role": "lead"
                }
            ],
            "description": "PHP library containing PDF page formats and definitions",
            "homepage": "http://www.tecnick.com",
            "keywords": [
                "PFB",
                "afm",
                "font",
                "import",
                "pdf",
                "tc-lib-pdf-font",
                "ttf"
            ],
            "support": {
                "issues": "https://github.com/tecnickcom/tc-lib-pdf-font/issues",
                "source": "https://github.com/tecnickcom/tc-lib-pdf-font/tree/2.1.1"
            },
            "funding": [
                {
                    "url": "https://www.paypal.com/cgi-bin/webscr?cmd=_donations&currency_code=GBP&business=paypal@tecnick.com&item_name=donation%20for%20tc-lib-pdf-font%20project",
                    "type": "custom"
                }
            ],
            "install-path": "../tecnickcom/tc-lib-pdf-font"
        },
        {
            "name": "tecnickcom/tc-lib-pdf-graph",
            "version": "2.0.11",
            "version_normalized": "2.0.11.0",
            "source": {
                "type": "git",
                "url": "https://github.com/tecnickcom/tc-lib-pdf-graph.git",
                "reference": "70968346fa9ce2838360bbffc36a7ffa59e1d234"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/tecnickcom/tc-lib-pdf-graph/zipball/70968346fa9ce2838360bbffc36a7ffa59e1d234",
                "reference": "70968346fa9ce2838360bbffc36a7ffa59e1d234",
                "shasum": ""
            },
            "require": {
                "ext-zlib": "*",
                "php": ">=8.0",
                "tecnickcom/tc-lib-color": "^2.0",
                "tecnickcom/tc-lib-pdf-encrypt": "^2.1"
            },
            "require-dev": {
                "pdepend/pdepend": "2.13.0",
                "phpmd/phpmd": "2.13.0",
                "phpunit/phpunit": "10.1.2 || 9.6.13",
                "squizlabs/php_codesniffer": "3.7.2"
            },
            "time": "2023-11-29T11:11:04+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Com\\Tecnick\\Pdf\\Graph\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "Nicola Asuni",
                    "email": "info@tecnick.com",
                    "role": "lead"
                }
            ],
            "description": "PHP library containing PDF graphic and geometric methods",
            "homepage": "http://www.tecnick.com",
            "keywords": [
                "geometry",
                "graphic",
                "pdf",
                "tc-lib-pdf-graph",
                "transformation"
            ],
            "support": {
                "issues": "https://github.com/tecnickcom/tc-lib-pdf-graph/issues",
                "source": "https://github.com/tecnickcom/tc-lib-pdf-graph/tree/2.0.11"
            },
            "funding": [
                {
                    "url": "https://www.paypal.com/cgi-bin/webscr?cmd=_donations&currency_code=GBP&business=paypal@tecnick.com&item_name=donation%20for%20tc-lib-pdf-graph%20project",
                    "type": "custom"
                }
            ],
            "install-path": "../tecnickcom/tc-lib-pdf-graph"
        },
        {
            "name": "tecnickcom/tc-lib-pdf-image",
            "version": "2.0.11",
            "version_normalized": "2.0.11.0",
            "source": {
                "type": "git",
                "url": "https://github.com/tecnickcom/tc-lib-pdf-image.git",
                "reference": "df75ca4239e44e6c05d57b9103b39e1f77fbb0f9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/tecnickcom/tc-lib-pdf-image/zipball/df75ca4239e44e6c05d57b9103b39e1f77fbb0f9",
                "reference": "df75ca4239e44e6c05d57b9103b39e1f77fbb0f9",
                "shasum": ""
            },
            "require": {
                "ext-gd": "*",
                "ext-zlib": "*",
                "php": ">=8.0",
                "tecnickcom/tc-lib-color": "^2.0",
                "tecnickcom/tc-lib-file": "^2.0",
                "tecnickcom/tc-lib-pdf-encrypt": "^2.1"
            },
            "require-dev": {
                "pdepend/pdepend": "2.13.0",
                "phpmd/phpmd": "2.13.0",
                "phpunit/phpunit": "10.1.2 || 9.6.13",
                "squizlabs/php_codesniffer": "3.7.2"
            },
            "time": "2023-11-29T18:06:22+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Com\\Tecnick\\Pdf\\Image\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "Nicola Asuni",
                    "email": "info@tecnick.com",
                    "role": "lead"
                }
            ],
            "description": "PHP library containing PDF Image methods",
            "homepage": "http://www.tecnick.com",
            "keywords": [
                "image",
                "jpeg",
                "jpg",
                "pdf",
                "png",
                "tc-lib-pdf-image"
            ],
            "support": {
                "issues": "https://github.com/tecnickcom/tc-lib-pdf-image/issues",
                "source": "https://github.com/tecnickcom/tc-lib-pdf-image/tree/2.0.11"
            },
            "funding": [
                {
                    "url": "https://www.paypal.com/cgi-bin/webscr?cmd=_donations&currency_code=GBP&business=paypal@tecnick.com&item_name=donation%20for%20tc-lib-pdf-image%20project",
                    "type": "custom"
                }
            ],
            "install-path": "../tecnickcom/tc-lib-pdf-image"
        },
        {
            "name": "tecnickcom/tc-lib-pdf-page",
            "version": "4.0.7",
            "version_normalized": "4.0.7.0",
            "source": {
                "type": "git",
                "url": "https://github.com/tecnickcom/tc-lib-pdf-page.git",
                "reference": "1dcbaa83519a8176b7c91d22641515e6eb564d1c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/tecnickcom/tc-lib-pdf-page/zipball/1dcbaa83519a8176b7c91d22641515e6eb564d1c",
                "reference": "1dcbaa83519a8176b7c91d22641515e6eb564d1c",
                "shasum": ""
            },
            "require": {
                "ext-date": "*",
                "ext-zlib": "*",
                "php": ">=8.0",
                "tecnickcom/tc-lib-color": "^2.0",
                "tecnickcom/tc-lib-pdf-encrypt": "^2.1"
            },
            "require-dev": {
                "pdepend/pdepend": "2.13.0",
                "phpmd/phpmd": "2.13.0",
                "phpunit/phpunit": "10.1.2 || 9.6.13",
                "squizlabs/php_codesniffer": "3.7.2"
            },
            "time": "2023-11-29T11:10:44+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Com\\Tecnick\\Pdf\\Page\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "Nicola Asuni",
                    "email": "info@tecnick.com",
                    "role": "lead"
                }
            ],
            "description": "PHP library containing PDF page formats and definitions",
            "homepage": "http://www.tecnick.com",
            "keywords": [
                "format",
                "page",
                "pdf",
                "tc-lib-pdf-page"
            ],
            "support": {
                "issues": "https://github.com/tecnickcom/tc-lib-pdf-page/issues",
                "source": "https://github.com/tecnickcom/tc-lib-pdf-page/tree/4.0.7"
            },
            "funding": [
                {
                    "url": "https://www.paypal.com/cgi-bin/webscr?cmd=_donations&currency_code=GBP&business=paypal@tecnick.com&item_name=donation%20for%20tc-lib-pdf-page%20project",
                    "type": "custom"
                }
            ],
            "install-path": "../tecnickcom/tc-lib-pdf-page"
        },
        {
            "name": "tecnickcom/tc-lib-unicode",
            "version": "2.0.10",
            "version_normalized": "2.0.10.0",
            "source": {
                "type": "git",
                "url": "https://github.com/tecnickcom/tc-lib-unicode.git",
                "reference": "b3d7eb0550efd2732fe911299b52912bf6d2c019"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/tecnickcom/tc-lib-unicode/zipball/b3d7eb0550efd2732fe911299b52912bf6d2c019",
                "reference": "b3d7eb0550efd2732fe911299b52912bf6d2c019",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "ext-pcre": "*",
                "php": ">=8.0",
                "tecnickcom/tc-lib-unicode-data": "^2.0"
            },
            "require-dev": {
                "pdepend/pdepend": "2.13.0",
                "phpmd/phpmd": "2.13.0",
                "phpunit/phpunit": "10.1.2 || 9.6.13",
                "squizlabs/php_codesniffer": "3.7.2"
            },
            "time": "2023-11-29T11:10:22+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Com\\Tecnick\\Unicode\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "Nicola Asuni",
                    "email": "info@tecnick.com",
                    "role": "lead"
                }
            ],
            "description": "PHP library containing Unicode methods",
            "homepage": "http://www.tecnick.com",
            "keywords": [
                "font",
                "pdf",
                "tc-lib-unicode",
                "unicode",
                "utf-8"
            ],
            "support": {
                "issues": "https://github.com/tecnickcom/tc-lib-unicode/issues",
                "source": "https://github.com/tecnickcom/tc-lib-unicode/tree/2.0.10"
            },
            "funding": [
                {
                    "url": "https://www.paypal.com/cgi-bin/webscr?cmd=_donations&currency_code=GBP&business=paypal@tecnick.com&item_name=donation%20for%20tc-lib-unicode%20project",
                    "type": "custom"
                }
            ],
            "install-path": "../tecnickcom/tc-lib-unicode"
        },
        {
            "name": "tecnickcom/tc-lib-unicode-data",
            "version": "2.0.10",
            "version_normalized": "2.0.10.0",
            "source": {
                "type": "git",
                "url": "https://github.com/tecnickcom/tc-lib-unicode-data.git",
                "reference": "f9b79d644399369ff6a5bec6172a4cb49643bf13"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/tecnickcom/tc-lib-unicode-data/zipball/f9b79d644399369ff6a5bec6172a4cb49643bf13",
                "reference": "f9b79d644399369ff6a5bec6172a4cb49643bf13",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0"
            },
            "require-dev": {
                "pdepend/pdepend": "2.13.0",
                "phpmd/phpmd": "2.13.0",
                "phpunit/phpunit": "10.1.2 || 9.6.13",
                "squizlabs/php_codesniffer": "3.7.2"
            },
            "time": "2023-11-29T11:08:55+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Com\\Tecnick\\Unicode\\Data\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "Nicola Asuni",
                    "email": "info@tecnick.com",
                    "role": "lead"
                }
            ],
            "description": "PHP library containing Unicode definitions",
            "homepage": "http://www.tecnick.com",
            "keywords": [
                "font",
                "pdf",
                "tc-lib-unicode-data",
                "unicode",
                "utf-8"
            ],
            "support": {
                "issues": "https://github.com/tecnickcom/tc-lib-unicode-data/issues",
                "source": "https://github.com/tecnickcom/tc-lib-unicode-data/tree/2.0.10"
            },
            "funding": [
                {
                    "url": "https://www.paypal.com/cgi-bin/webscr?cmd=_donations&currency_code=GBP&business=paypal@tecnick.com&item_name=donation%20for%20tc-lib-unicode-data%20project",
                    "type": "custom"
                }
            ],
            "install-path": "../tecnickcom/tc-lib-unicode-data"
        },
        {
            "name": "tecnickcom/tcpdf",
            "version": "6.7.5",
            "version_normalized": "6.7.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/tecnickcom/TCPDF.git",
                "reference": "951eabf0338ec2522bd0d5d9c79b08a3a3d36b36"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/951eabf0338ec2522bd0d5d9c79b08a3a3d36b36",
                "reference": "951eabf0338ec2522bd0d5d9c79b08a3a3d36b36",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.0"
            },
            "time": "2024-04-20T17:25:10+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-or-later"
            ],
            "authors": [
                {
                    "name": "Nicola Asuni",
                    "email": "info@tecnick.com",
                    "role": "lead"
                }
            ],
            "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"
            ],
            "support": {
                "issues": "https://github.com/tecnickcom/TCPDF/issues",
                "source": "https://github.com/tecnickcom/TCPDF/tree/6.7.5"
            },
            "funding": [
                {
                    "url": "https://www.paypal.com/cgi-bin/webscr?cmd=_donations&currency_code=GBP&business=paypal@tecnick.com&item_name=donation%20for%20tcpdf%20project",
                    "type": "custom"
                }
            ],
            "install-path": "../tecnickcom/tcpdf"
        }
    ],
    "dev": true,
    "dev-package-names": []
}
