[
    {
        "name": "dompdf/dompdf",
        "version": "v0.8.5",
        "version_normalized": "0.8.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/dompdf/dompdf.git",
            "reference": "6782abfc090b132134cd6cea0ec6d76f0fce2c56"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/dompdf/dompdf/zipball/6782abfc090b132134cd6cea0ec6d76f0fce2c56",
            "reference": "6782abfc090b132134cd6cea0ec6d76f0fce2c56",
            "shasum": ""
        },
        "require": {
            "ext-dom": "*",
            "ext-mbstring": "*",
            "phenx/php-font-lib": "^0.5.1",
            "phenx/php-svg-lib": "^0.3.3",
            "php": "^7.1"
        },
        "require-dev": {
            "phpunit/phpunit": "^7.5",
            "squizlabs/php_codesniffer": "^3.5"
        },
        "suggest": {
            "ext-gd": "Needed to process images",
            "ext-gmagick": "Improves image processing performance",
            "ext-imagick": "Improves image processing performance"
        },
        "time": "2020-02-20T03:52:51+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-develop": "0.7-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Dompdf\\": "src/"
            },
            "classmap": [
                "lib/"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-2.1"
        ],
        "authors": [
            {
                "name": "Fabien Ménager",
                "email": "fabien.menager@gmail.com"
            },
            {
                "name": "Brian Sweeney",
                "email": "eclecticgeek@gmail.com"
            },
            {
                "name": "Gabriel Bull",
                "email": "me@gabrielbull.com"
            }
        ],
        "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
        "homepage": "https://github.com/dompdf/dompdf"
    },
    {
        "name": "markbaker/complex",
        "version": "1.4.8",
        "version_normalized": "1.4.8.0",
        "source": {
            "type": "git",
            "url": "https://github.com/MarkBaker/PHPComplex.git",
            "reference": "8eaa40cceec7bf0518187530b2e63871be661b72"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/8eaa40cceec7bf0518187530b2e63871be661b72",
            "reference": "8eaa40cceec7bf0518187530b2e63871be661b72",
            "shasum": ""
        },
        "require": {
            "php": "^5.6.0|^7.0.0"
        },
        "require-dev": {
            "dealerdirect/phpcodesniffer-composer-installer": "^0.5.0",
            "phpcompatibility/php-compatibility": "^9.0",
            "phpdocumentor/phpdocumentor": "2.*",
            "phploc/phploc": "2.*",
            "phpmd/phpmd": "2.*",
            "phpunit/phpunit": "^4.8.35|^5.4.0",
            "sebastian/phpcpd": "2.*",
            "squizlabs/php_codesniffer": "^3.4.0"
        },
        "time": "2020-03-11T20:15:49+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Complex\\": "classes/src/"
            },
            "files": [
                "classes/src/functions/abs.php",
                "classes/src/functions/acos.php",
                "classes/src/functions/acosh.php",
                "classes/src/functions/acot.php",
                "classes/src/functions/acoth.php",
                "classes/src/functions/acsc.php",
                "classes/src/functions/acsch.php",
                "classes/src/functions/argument.php",
                "classes/src/functions/asec.php",
                "classes/src/functions/asech.php",
                "classes/src/functions/asin.php",
                "classes/src/functions/asinh.php",
                "classes/src/functions/atan.php",
                "classes/src/functions/atanh.php",
                "classes/src/functions/conjugate.php",
                "classes/src/functions/cos.php",
                "classes/src/functions/cosh.php",
                "classes/src/functions/cot.php",
                "classes/src/functions/coth.php",
                "classes/src/functions/csc.php",
                "classes/src/functions/csch.php",
                "classes/src/functions/exp.php",
                "classes/src/functions/inverse.php",
                "classes/src/functions/ln.php",
                "classes/src/functions/log2.php",
                "classes/src/functions/log10.php",
                "classes/src/functions/negative.php",
                "classes/src/functions/pow.php",
                "classes/src/functions/rho.php",
                "classes/src/functions/sec.php",
                "classes/src/functions/sech.php",
                "classes/src/functions/sin.php",
                "classes/src/functions/sinh.php",
                "classes/src/functions/sqrt.php",
                "classes/src/functions/tan.php",
                "classes/src/functions/tanh.php",
                "classes/src/functions/theta.php",
                "classes/src/operations/add.php",
                "classes/src/operations/subtract.php",
                "classes/src/operations/multiply.php",
                "classes/src/operations/divideby.php",
                "classes/src/operations/divideinto.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Mark Baker",
                "email": "mark@lange.demon.co.uk"
            }
        ],
        "description": "PHP Class for working with complex numbers",
        "homepage": "https://github.com/MarkBaker/PHPComplex",
        "keywords": [
            "complex",
            "mathematics"
        ]
    },
    {
        "name": "markbaker/matrix",
        "version": "1.2.0",
        "version_normalized": "1.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/MarkBaker/PHPMatrix.git",
            "reference": "5348c5a67e3b75cd209d70103f916a93b1f1ed21"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/5348c5a67e3b75cd209d70103f916a93b1f1ed21",
            "reference": "5348c5a67e3b75cd209d70103f916a93b1f1ed21",
            "shasum": ""
        },
        "require": {
            "php": "^5.6.0|^7.0.0"
        },
        "require-dev": {
            "dealerdirect/phpcodesniffer-composer-installer": "dev-master",
            "phpcompatibility/php-compatibility": "dev-master",
            "phploc/phploc": "^4",
            "phpmd/phpmd": "dev-master",
            "phpunit/phpunit": "^5.7",
            "sebastian/phpcpd": "^3.0",
            "squizlabs/php_codesniffer": "^3.0@dev"
        },
        "time": "2019-10-06T11:29:25+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Matrix\\": "classes/src/"
            },
            "files": [
                "classes/src/functions/adjoint.php",
                "classes/src/functions/antidiagonal.php",
                "classes/src/functions/cofactors.php",
                "classes/src/functions/determinant.php",
                "classes/src/functions/diagonal.php",
                "classes/src/functions/identity.php",
                "classes/src/functions/inverse.php",
                "classes/src/functions/minors.php",
                "classes/src/functions/trace.php",
                "classes/src/functions/transpose.php",
                "classes/src/operations/add.php",
                "classes/src/operations/directsum.php",
                "classes/src/operations/subtract.php",
                "classes/src/operations/multiply.php",
                "classes/src/operations/divideby.php",
                "classes/src/operations/divideinto.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Mark Baker",
                "email": "mark@lange.demon.co.uk"
            }
        ],
        "description": "PHP Class for working with matrices",
        "homepage": "https://github.com/MarkBaker/PHPMatrix",
        "keywords": [
            "mathematics",
            "matrix",
            "vector"
        ]
    },
    {
        "name": "monolog/monolog",
        "version": "1.25.3",
        "version_normalized": "1.25.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Seldaek/monolog.git",
            "reference": "fa82921994db851a8becaf3787a9e73c5976b6f1"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fa82921994db851a8becaf3787a9e73c5976b6f1",
            "reference": "fa82921994db851a8becaf3787a9e73c5976b6f1",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0",
            "psr/log": "~1.0"
        },
        "provide": {
            "psr/log-implementation": "1.0.0"
        },
        "require-dev": {
            "aws/aws-sdk-php": "^2.4.9 || ^3.0",
            "doctrine/couchdb": "~1.0@dev",
            "graylog2/gelf-php": "~1.0",
            "jakub-onderka/php-parallel-lint": "0.9",
            "php-amqplib/php-amqplib": "~2.4",
            "php-console/php-console": "^3.1.3",
            "phpunit/phpunit": "~4.5",
            "phpunit/phpunit-mock-objects": "2.3.0",
            "ruflin/elastica": ">=0.90 <3.0",
            "sentry/sentry": "^0.13",
            "swiftmailer/swiftmailer": "^5.3|^6.0"
        },
        "suggest": {
            "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
            "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
            "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
            "ext-mongo": "Allow sending log messages to a MongoDB server",
            "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
            "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
            "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
            "php-console/php-console": "Allow sending log messages to Google Chrome",
            "rollbar/rollbar": "Allow sending log messages to Rollbar",
            "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
            "sentry/sentry": "Allow sending log messages to a Sentry server"
        },
        "time": "2019-12-20T14:15:16+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Monolog\\": "src/Monolog"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jordi Boggiano",
                "email": "j.boggiano@seld.be",
                "homepage": "http://seld.be"
            }
        ],
        "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
        "homepage": "http://github.com/Seldaek/monolog",
        "keywords": [
            "log",
            "logging",
            "psr-3"
        ]
    },
    {
        "name": "mpdf/mpdf",
        "version": "v8.0.5",
        "version_normalized": "8.0.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/mpdf/mpdf.git",
            "reference": "bad32aa9cd5958175aef185c02e032ddbadc56ea"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/mpdf/mpdf/zipball/bad32aa9cd5958175aef185c02e032ddbadc56ea",
            "reference": "bad32aa9cd5958175aef185c02e032ddbadc56ea",
            "shasum": ""
        },
        "require": {
            "ext-gd": "*",
            "ext-mbstring": "*",
            "myclabs/deep-copy": "^1.7",
            "paragonie/random_compat": "^1.4|^2.0|9.99.99",
            "php": "^5.6 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0",
            "psr/log": "^1.0",
            "setasign/fpdi": "^2.1"
        },
        "require-dev": {
            "mockery/mockery": "^0.9.5",
            "mpdf/qrcode": "^1.0.0",
            "phpunit/phpunit": "^5.0",
            "squizlabs/php_codesniffer": "^3.5.0",
            "tracy/tracy": "^2.4"
        },
        "suggest": {
            "ext-bcmath": "Needed for generation of some types of barcodes",
            "ext-xml": "Needed mainly for SVG manipulation",
            "ext-zlib": "Needed for compression of embedded resources, such as fonts"
        },
        "time": "2020-02-05T08:43:46+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-development": "7.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Mpdf\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-2.0-only"
        ],
        "authors": [
            {
                "name": "Matěj Humpál",
                "role": "Developer, maintainer"
            },
            {
                "name": "Ian Back",
                "role": "Developer (retired)"
            }
        ],
        "description": "PHP library generating PDF files from UTF-8 encoded HTML",
        "homepage": "https://mpdf.github.io",
        "keywords": [
            "pdf",
            "php",
            "utf-8"
        ]
    },
    {
        "name": "myclabs/deep-copy",
        "version": "1.9.5",
        "version_normalized": "1.9.5.0",
        "source": {
            "type": "git",
            "url": "https://github.com/myclabs/DeepCopy.git",
            "reference": "b2c28789e80a97badd14145fda39b545d83ca3ef"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/b2c28789e80a97badd14145fda39b545d83ca3ef",
            "reference": "b2c28789e80a97badd14145fda39b545d83ca3ef",
            "shasum": ""
        },
        "require": {
            "php": "^7.1"
        },
        "replace": {
            "myclabs/deep-copy": "self.version"
        },
        "require-dev": {
            "doctrine/collections": "^1.0",
            "doctrine/common": "^2.6",
            "phpunit/phpunit": "^7.1"
        },
        "time": "2020-01-17T21:11:47+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "DeepCopy\\": "src/DeepCopy/"
            },
            "files": [
                "src/DeepCopy/deep_copy.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "description": "Create deep copies (clones) of your objects",
        "keywords": [
            "clone",
            "copy",
            "duplicate",
            "object",
            "object graph"
        ]
    },
    {
        "name": "paragonie/random_compat",
        "version": "v9.99.99",
        "version_normalized": "9.99.99.0",
        "source": {
            "type": "git",
            "url": "https://github.com/paragonie/random_compat.git",
            "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
            "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
            "shasum": ""
        },
        "require": {
            "php": "^7"
        },
        "require-dev": {
            "phpunit/phpunit": "4.*|5.*",
            "vimeo/psalm": "^1"
        },
        "suggest": {
            "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
        },
        "time": "2018-07-02T15:55:56+00:00",
        "type": "library",
        "installation-source": "dist",
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Paragon Initiative Enterprises",
                "email": "security@paragonie.com",
                "homepage": "https://paragonie.com"
            }
        ],
        "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
        "keywords": [
            "csprng",
            "polyfill",
            "pseudorandom",
            "random"
        ]
    },
    {
        "name": "pclzip/pclzip",
        "version": "2.8.2",
        "version_normalized": "2.8.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/ivanlanin/pclzip.git",
            "reference": "19dd1de9d3f5fc4d7d70175b4c344dee329f45fd"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/ivanlanin/pclzip/zipball/19dd1de9d3f5fc4d7d70175b4c344dee329f45fd",
            "reference": "19dd1de9d3f5fc4d7d70175b4c344dee329f45fd",
            "shasum": ""
        },
        "time": "2014-06-05T11:42:24+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "pclzip.lib.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-2.1"
        ],
        "authors": [
            {
                "name": "Vincent Blavet"
            }
        ],
        "description": "A PHP library that offers compression and extraction functions for Zip formatted archives",
        "homepage": "http://www.phpconcept.net/pclzip",
        "keywords": [
            "php",
            "zip"
        ]
    },
    {
        "name": "phenx/php-font-lib",
        "version": "0.5.1",
        "version_normalized": "0.5.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PhenX/php-font-lib.git",
            "reference": "760148820110a1ae0936e5cc35851e25a938bc97"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/760148820110a1ae0936e5cc35851e25a938bc97",
            "reference": "760148820110a1ae0936e5cc35851e25a938bc97",
            "shasum": ""
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8"
        },
        "time": "2017-09-13T16:14:37+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "FontLib\\": "src/FontLib"
            }
        },
        "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, export and make subsets of different types of font files.",
        "homepage": "https://github.com/PhenX/php-font-lib"
    },
    {
        "name": "phenx/php-svg-lib",
        "version": "v0.3.3",
        "version_normalized": "0.3.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PhenX/php-svg-lib.git",
            "reference": "5fa61b65e612ce1ae15f69b3d223cb14ecc60e32"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/5fa61b65e612ce1ae15f69b3d223cb14ecc60e32",
            "reference": "5fa61b65e612ce1ae15f69b3d223cb14ecc60e32",
            "shasum": ""
        },
        "require": {
            "sabberworm/php-css-parser": "^8.3"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.5|^6.5"
        },
        "time": "2019-09-11T20:02:13+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"
    },
    {
        "name": "phpoffice/common",
        "version": "0.2.9",
        "version_normalized": "0.2.9.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PHPOffice/Common.git",
            "reference": "edb5d32b1e3400a35a5c91e2539ed6f6ce925e4d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PHPOffice/Common/zipball/edb5d32b1e3400a35a5c91e2539ed6f6ce925e4d",
            "reference": "edb5d32b1e3400a35a5c91e2539ed6f6ce925e4d",
            "shasum": ""
        },
        "require": {
            "pclzip/pclzip": "^2.8",
            "php": ">=5.3.0"
        },
        "require-dev": {
            "phpdocumentor/phpdocumentor": "2.*",
            "phploc/phploc": "2.*",
            "phpmd/phpmd": "2.*",
            "phpunit/phpunit": "^4.8.36 || ^7.0",
            "sebastian/phpcpd": "2.*",
            "squizlabs/php_codesniffer": "2.*"
        },
        "time": "2018-07-13T14:12:34+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "PhpOffice\\Common\\": "src/Common/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL"
        ],
        "authors": [
            {
                "name": "Mark Baker"
            },
            {
                "name": "Franck Lefevre",
                "homepage": "http://rootslabs.net"
            }
        ],
        "description": "PHPOffice Common",
        "homepage": "http://phpoffice.github.io",
        "keywords": [
            "common",
            "component",
            "office",
            "php"
        ]
    },
    {
        "name": "phpoffice/phpspreadsheet",
        "version": "1.11.0",
        "version_normalized": "1.11.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
            "reference": "c2a205e82f9cf1cc9fab86b79e808d86dd680470"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/c2a205e82f9cf1cc9fab86b79e808d86dd680470",
            "reference": "c2a205e82f9cf1cc9fab86b79e808d86dd680470",
            "shasum": ""
        },
        "require": {
            "ext-ctype": "*",
            "ext-dom": "*",
            "ext-fileinfo": "*",
            "ext-gd": "*",
            "ext-iconv": "*",
            "ext-libxml": "*",
            "ext-mbstring": "*",
            "ext-simplexml": "*",
            "ext-xml": "*",
            "ext-xmlreader": "*",
            "ext-xmlwriter": "*",
            "ext-zip": "*",
            "ext-zlib": "*",
            "markbaker/complex": "^1.4",
            "markbaker/matrix": "^1.2",
            "php": "^7.1",
            "psr/simple-cache": "^1.0"
        },
        "require-dev": {
            "dompdf/dompdf": "^0.8.3",
            "friendsofphp/php-cs-fixer": "^2.16",
            "jpgraph/jpgraph": "^4.0",
            "mpdf/mpdf": "^8.0",
            "phpcompatibility/php-compatibility": "^9.3",
            "phpunit/phpunit": "^7.5",
            "squizlabs/php_codesniffer": "^3.5",
            "tecnickcom/tcpdf": "^6.3"
        },
        "suggest": {
            "dompdf/dompdf": "Option for rendering PDF with PDF Writer",
            "jpgraph/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers",
            "mpdf/mpdf": "Option for rendering PDF with PDF Writer",
            "tecnickcom/tcpdf": "Option for rendering PDF with PDF Writer"
        },
        "time": "2020-03-02T13:09:03+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Maarten Balliauw",
                "homepage": "https://blog.maartenballiauw.be"
            },
            {
                "name": "Mark Baker",
                "homepage": "https://markbakeruk.net"
            },
            {
                "name": "Franck Lefevre",
                "homepage": "https://rootslabs.net"
            },
            {
                "name": "Erik Tilt"
            },
            {
                "name": "Adrien Crivelli"
            }
        ],
        "description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
        "homepage": "https://github.com/PHPOffice/PhpSpreadsheet",
        "keywords": [
            "OpenXML",
            "excel",
            "gnumeric",
            "ods",
            "php",
            "spreadsheet",
            "xls",
            "xlsx"
        ]
    },
    {
        "name": "phpoffice/phpword",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/PHPOffice/PHPWord.git",
            "reference": "072c3bfdb327f6984b8bb378b08f83ae2293a708"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PHPOffice/PHPWord/zipball/072c3bfdb327f6984b8bb378b08f83ae2293a708",
            "reference": "072c3bfdb327f6984b8bb378b08f83ae2293a708",
            "shasum": ""
        },
        "require": {
            "ext-xml": "*",
            "php": "^5.3.3 || ^7.0",
            "phpoffice/common": "^0.2.9",
            "zendframework/zend-escaper": "^2.2"
        },
        "require-dev": {
            "dompdf/dompdf": "0.8.*",
            "ext-gd": "*",
            "ext-zip": "*",
            "friendsofphp/php-cs-fixer": "^2.2",
            "mpdf/mpdf": "5.7.4 || 6.* || 7.*",
            "php-coveralls/php-coveralls": "1.1.0 || ^2.0",
            "phploc/phploc": "2.* || 3.* || 4.*",
            "phpmd/phpmd": "2.*",
            "phpunit/phpunit": "^4.8.36 || ^7.0",
            "squizlabs/php_codesniffer": "^2.9",
            "tecnickcom/tcpdf": "6.*"
        },
        "suggest": {
            "dompdf/dompdf": "Allows writing PDF",
            "ext-gd2": "Allows adding images",
            "ext-xmlwriter": "Allows writing OOXML and ODF",
            "ext-xsl": "Allows applying XSL style sheet to headers, to main document part, and to footers of an OOXML template",
            "ext-zip": "Allows writing OOXML and ODF"
        },
        "time": "2019-12-08T14:47:53+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-develop": "0.18-dev"
            }
        },
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "PhpOffice\\PhpWord\\": "src/PhpWord"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-3.0"
        ],
        "authors": [
            {
                "name": "Mark Baker"
            },
            {
                "name": "Gabriel Bull",
                "email": "me@gabrielbull.com",
                "homepage": "http://gabrielbull.com/"
            },
            {
                "name": "Franck Lefevre",
                "homepage": "https://rootslabs.net/blog/"
            },
            {
                "name": "Ivan Lanin",
                "homepage": "http://ivan.lanin.org"
            },
            {
                "name": "Roman Syroeshko",
                "homepage": "http://ru.linkedin.com/pub/roman-syroeshko/34/a53/994/"
            },
            {
                "name": "Antoine de Troostembergh"
            }
        ],
        "description": "PHPWord - A pure PHP library for reading and writing word processing documents (OOXML, ODF, RTF, HTML, PDF)",
        "homepage": "http://phpoffice.github.io",
        "keywords": [
            "ISO IEC 29500",
            "OOXML",
            "Office Open XML",
            "OpenDocument",
            "OpenXML",
            "PhpOffice",
            "PhpWord",
            "Rich Text Format",
            "WordprocessingML",
            "doc",
            "docx",
            "html",
            "odf",
            "odt",
            "office",
            "pdf",
            "php",
            "reader",
            "rtf",
            "template",
            "template processor",
            "word",
            "writer"
        ]
    },
    {
        "name": "psr/log",
        "version": "1.1.2",
        "version_normalized": "1.1.2.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/log.git",
            "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/log/zipball/446d54b4cb6bf489fc9d75f55843658e6f25d801",
            "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2019-11-01T11:05:21+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.1.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\Log\\": "Psr/Log/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interface for logging libraries",
        "homepage": "https://github.com/php-fig/log",
        "keywords": [
            "log",
            "psr",
            "psr-3"
        ]
    },
    {
        "name": "psr/simple-cache",
        "version": "1.0.1",
        "version_normalized": "1.0.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/simple-cache.git",
            "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
            "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2017-10-23T01:57:42+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Psr\\SimpleCache\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "PHP-FIG",
                "homepage": "http://www.php-fig.org/"
            }
        ],
        "description": "Common interfaces for simple caching",
        "keywords": [
            "cache",
            "caching",
            "psr",
            "psr-16",
            "simple-cache"
        ]
    },
    {
        "name": "sabberworm/php-css-parser",
        "version": "8.3.0",
        "version_normalized": "8.3.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/sabberworm/PHP-CSS-Parser.git",
            "reference": "91bcc3e3fdb7386c9a2e0e0aa09ca75cc43f121f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/91bcc3e3fdb7386c9a2e0e0aa09ca75cc43f121f",
            "reference": "91bcc3e3fdb7386c9a2e0e0aa09ca75cc43f121f",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "require-dev": {
            "codacy/coverage": "^1.4",
            "phpunit/phpunit": "~4.8"
        },
        "time": "2019-02-22T07:42:52+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "Sabberworm\\CSS": "lib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Raphael Schweikert"
            }
        ],
        "description": "Parser for CSS Files written in PHP",
        "homepage": "http://www.sabberworm.com/blog/2010/6/10/php-css-parser",
        "keywords": [
            "css",
            "parser",
            "stylesheet"
        ]
    },
    {
        "name": "setasign/fpdi",
        "version": "v2.3.1",
        "version_normalized": "2.3.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/Setasign/FPDI.git",
            "reference": "f58e64e51f61922d4c3ba4c6c91366ac520cb442"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/Setasign/FPDI/zipball/f58e64e51f61922d4c3ba4c6c91366ac520cb442",
            "reference": "f58e64e51f61922d4c3ba4c6c91366ac520cb442",
            "shasum": ""
        },
        "require": {
            "ext-zlib": "*",
            "php": "^5.6 || ^7.0"
        },
        "conflict": {
            "setasign/tfpdf": "<1.31"
        },
        "require-dev": {
            "phpunit/phpunit": "~5.7",
            "setasign/fpdf": "~1.8",
            "setasign/tfpdf": "1.31",
            "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": "2020-03-10T15:28:15+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": "zendframework/zend-escaper",
        "version": "2.6.1",
        "version_normalized": "2.6.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/zendframework/zend-escaper.git",
            "reference": "3801caa21b0ca6aca57fa1c42b08d35c395ebd5f"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/3801caa21b0ca6aca57fa1c42b08d35c395ebd5f",
            "reference": "3801caa21b0ca6aca57fa1c42b08d35c395ebd5f",
            "shasum": ""
        },
        "require": {
            "php": "^5.6 || ^7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
            "zendframework/zend-coding-standard": "~1.0.0"
        },
        "time": "2019-09-05T20:03:20+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "2.6.x-dev",
                "dev-develop": "2.7.x-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Zend\\Escaper\\": "src/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause"
        ],
        "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
        "keywords": [
            "ZendFramework",
            "escaper",
            "zf"
        ],
        "abandoned": "laminas/laminas-escaper"
    }
]
