[
    {
        "name": "adodb/adodb-php",
        "version": "v5.20.14",
        "version_normalized": "5.20.14.0",
        "source": {
            "type": "git",
            "url": "https://github.com/ADOdb/ADOdb.git",
            "reference": "a32113c6b3e4e2cb8ae6b49752527d5668a9d7a6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/ADOdb/ADOdb/zipball/a32113c6b3e4e2cb8ae6b49752527d5668a9d7a6",
            "reference": "a32113c6b3e4e2cb8ae6b49752527d5668a9d7a6",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.2"
        },
        "time": "2019-01-05T23:16:44+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "adodb.inc.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause",
            "LGPL-2.1-or-later"
        ],
        "authors": [
            {
                "name": "John Lim",
                "email": "jlim@natsoft.com",
                "role": "Author"
            },
            {
                "name": "Damien Regad",
                "role": "Current maintainer"
            },
            {
                "name": "Mark Newnham",
                "role": "Developer"
            }
        ],
        "description": "ADOdb is a PHP database abstraction layer library",
        "homepage": "http://adodb.org/",
        "keywords": [
            "abstraction",
            "database",
            "layer",
            "library",
            "php"
        ]
    },
    {
        "name": "dwoo/dwoo",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/dougyau-xo/dwoo.git",
            "reference": "f527bfcbacbc257d8ea7642d3596d45d2e2ac0c4"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/dougyau-xo/dwoo/zipball/f527bfcbacbc257d8ea7642d3596d45d2e2ac0c4",
            "reference": "f527bfcbacbc257d8ea7642d3596d45d2e2ac0c4",
            "shasum": ""
        },
        "require": {
            "php": "^5.3|^7.0"
        },
        "require-dev": {
            "phpunit/phpunit": "4.8.27"
        },
        "time": "2019-03-04T16:36:09+00:00",
        "type": "library",
        "installation-source": "source",
        "autoload": {
            "psr-4": {
                "Dwoo\\": "lib/Dwoo/"
            }
        },
        "autoload-dev": {
            "psr-4": {
                "Dwoo\\Tests\\": "tests/"
            }
        },
        "license": [
            "LGPL-3.0-only"
        ],
        "authors": [
            {
                "name": "David Sanchez",
                "email": "david38sanchez@gmail.com"
            }
        ],
        "description": "Dwoo is a PHP5/PHP7 template engine which is (almost) fully compatible with Smarty templates and plugins, but is written from scratch for PHP5, and adds many features.",
        "support": {
            "source": "https://github.com/dougyau-xo/dwoo/tree/master"
        }
    },
    {
        "name": "ezyang/htmlpurifier",
        "version": "v4.11.0",
        "version_normalized": "4.11.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/ezyang/htmlpurifier.git",
            "reference": "83ab08bc1af7d808a9e0fbf024f1c24bfd73c0a7"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/83ab08bc1af7d808a9e0fbf024f1c24bfd73c0a7",
            "reference": "83ab08bc1af7d808a9e0fbf024f1c24bfd73c0a7",
            "shasum": ""
        },
        "require": {
            "php": ">=5.2"
        },
        "require-dev": {
            "simpletest/simpletest": "dev-master#72de02a7b80c6bb8864ef9bf66d41d2f58f826bd"
        },
        "time": "2019-07-14T18:58:38+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "HTMLPurifier": "library/"
            },
            "files": [
                "library/HTMLPurifier.composer.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-2.1-or-later"
        ],
        "authors": [
            {
                "name": "Edward Z. Yang",
                "email": "admin@htmlpurifier.org",
                "homepage": "http://ezyang.com"
            }
        ],
        "description": "Standards compliant HTML filter written in PHP",
        "homepage": "http://htmlpurifier.org/",
        "keywords": [
            "html"
        ]
    },
    {
        "name": "horde/exception",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/horde/Exception.git",
            "reference": "6c833425512d8aecd24a61a1f6e12c21bd9c8d14"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/horde/Exception/zipball/6c833425512d8aecd24a61a1f6e12c21bd9c8d14",
            "reference": "6c833425512d8aecd24a61a1f6e12c21bd9c8d14",
            "shasum": ""
        },
        "require": {
            "pear-pear.horde.org/horde_translation": "^2.2",
            "php": "^5.3 || ^7"
        },
        "replace": {
            "pear-horde/horde_exception": "2.*",
            "pear-pear.horde.org/horde_exception": "2.*"
        },
        "suggest": {
            "pear-pear.horde.org/Horde_Test": "^2.1"
        },
        "time": "2019-05-03T15:30:20+00:00",
        "type": "library",
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "Horde_Exception": "lib/"
            }
        },
        "license": [
            "LGPL-2.1"
        ],
        "authors": [
            {
                "name": "Chuck Hagenbuch",
                "email": "chuck@horde.org",
                "role": "lead"
            },
            {
                "name": "Jan Schneider",
                "email": "jan@horde.org",
                "role": "lead"
            },
            {
                "name": "Michael Slusarz",
                "email": "slusarz@horde.org",
                "role": "developer"
            }
        ],
        "description": "Exception handler library",
        "homepage": "https://www.horde.org/libraries/Horde_Exception",
        "support": {
            "source": "https://github.com/horde/Exception/tree/master"
        }
    },
    {
        "name": "horde/text-diff",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/horde/Text_Diff.git",
            "reference": "ea43bac8635145ba8212e85d22cf0ce0033b07e6"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/horde/Text_Diff/zipball/ea43bac8635145ba8212e85d22cf0ce0033b07e6",
            "reference": "ea43bac8635145ba8212e85d22cf0ce0033b07e6",
            "shasum": ""
        },
        "require": {
            "pear-pear.horde.org/horde_exception": "^2",
            "pear-pear.horde.org/horde_util": "^2",
            "php": "^5.3 || ^7"
        },
        "replace": {
            "pear-horde/horde_text_diff": "2.*",
            "pear-pear.horde.org/horde_text_diff": "2.*"
        },
        "suggest": {
            "pear-pear.horde.org/Horde_Cli": "^2.1",
            "pear-pear.horde.org/Horde_Test": "^2.1",
            "pear-pecl.php.net/xdiff": "*"
        },
        "time": "2019-05-03T15:30:23+00:00",
        "type": "library",
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "Horde_Text_Diff": "lib/"
            }
        },
        "license": [
            "LGPL-2.1"
        ],
        "authors": [
            {
                "name": "Chuck Hagenbuch",
                "email": "chuck@horde.org",
                "role": "lead"
            },
            {
                "name": "Jan Schneider",
                "email": "jan@horde.org",
                "role": "lead"
            }
        ],
        "description": "Text diff generation and rendering library",
        "homepage": "https://www.horde.org/libraries/Horde_Text_Diff",
        "support": {
            "source": "https://github.com/horde/Text_Diff/tree/master"
        }
    },
    {
        "name": "horde/translation",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/horde/Translation.git",
            "reference": "8a0572f43ad82b9890e756752816a8305b0d3ba8"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/horde/Translation/zipball/8a0572f43ad82b9890e756752816a8305b0d3ba8",
            "reference": "8a0572f43ad82b9890e756752816a8305b0d3ba8",
            "shasum": ""
        },
        "require": {
            "php": "^5.3 || ^7"
        },
        "replace": {
            "pear-horde/horde_translation": "2.*",
            "pear-pear.horde.org/horde_translation": "2.*"
        },
        "suggest": {
            "ext-gettext": "*",
            "pear-pear.horde.org/Horde_Test": "^2.1"
        },
        "time": "2019-05-03T15:30:23+00:00",
        "type": "library",
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "Horde_Translation": "lib/"
            }
        },
        "license": [
            "LGPL-2.1"
        ],
        "authors": [
            {
                "name": "Jan Schneider",
                "email": "jan@horde.org",
                "role": "lead"
            }
        ],
        "description": "Translation library",
        "homepage": "https://www.horde.org/libraries/Horde_Translation",
        "support": {
            "source": "https://github.com/horde/Translation/tree/master"
        }
    },
    {
        "name": "horde/util",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/horde/Util.git",
            "reference": "60392382e23a823fbed9aaef1e1ec9455a7c8371"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/horde/Util/zipball/60392382e23a823fbed9aaef1e1ec9455a7c8371",
            "reference": "60392382e23a823fbed9aaef1e1ec9455a7c8371",
            "shasum": ""
        },
        "require": {
            "ext-dom": "*",
            "php": "^5.3 || ^7"
        },
        "replace": {
            "pear-horde/horde_util": "2.*",
            "pear-pear.horde.org/horde_util": "2.*"
        },
        "suggest": {
            "ext-ctype": "*",
            "ext-filter": "*",
            "ext-iconv": "*",
            "ext-intl": "*",
            "ext-json": "*",
            "ext-mbstring": "*",
            "ext-xml": "*",
            "pear-pear.horde.org/Horde_Imap_Client": "^2",
            "pear-pear.horde.org/Horde_Test": "^2.1"
        },
        "time": "2019-05-03T15:30:24+00:00",
        "type": "library",
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "Horde_Util": "lib/"
            }
        },
        "license": [
            "LGPL-2.1"
        ],
        "authors": [
            {
                "name": "Chuck Hagenbuch",
                "email": "chuck@horde.org",
                "role": "lead"
            },
            {
                "name": "Jan Schneider",
                "email": "jan@horde.org",
                "role": "lead"
            },
            {
                "name": "Michael Slusarz",
                "email": "slusarz@horde.org",
                "role": "developer"
            }
        ],
        "description": "Utility library",
        "homepage": "https://www.horde.org/libraries/Horde_Util",
        "support": {
            "source": "https://github.com/horde/Util/tree/master"
        }
    },
    {
        "name": "html2text/html2text",
        "version": "4.2.1",
        "version_normalized": "4.2.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/mtibben/html2text.git",
            "reference": "f7555eaf271beea4e1098274d3ff37fbb7b21ea7"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/mtibben/html2text/zipball/f7555eaf271beea4e1098274d3ff37fbb7b21ea7",
            "reference": "f7555eaf271beea4e1098274d3ff37fbb7b21ea7",
            "shasum": ""
        },
        "require-dev": {
            "phpunit/phpunit": "~4"
        },
        "suggest": {
            "ext-mbstring": "For best performance",
            "symfony/polyfill-mbstring": "If you can't install ext-mbstring"
        },
        "time": "2018-08-13T12:05:08+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Html2Text\\": [
                    "src/",
                    "test/"
                ]
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "GPL-2.0-or-later"
        ],
        "description": "Converts HTML to formatted plain text"
    },
    {
        "name": "jbroadway/urlify",
        "version": "1.1.3-stable",
        "version_normalized": "1.1.3.0",
        "source": {
            "type": "git",
            "url": "https://github.com/jbroadway/urlify.git",
            "reference": "37fe4e7680a1c8cd68ac43a27dac7ef4be476300"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/jbroadway/urlify/zipball/37fe4e7680a1c8cd68ac43a27dac7ef4be476300",
            "reference": "37fe4e7680a1c8cd68ac43a27dac7ef4be476300",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5"
        },
        "time": "2019-06-13T18:30:56+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "psr-0": {
                "URLify": ""
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "BSD-3-Clause-Clear"
        ],
        "authors": [
            {
                "name": "Johnny Broadway",
                "email": "johnny@johnnybroadway.com",
                "homepage": "http://www.johnnybroadway.com/"
            }
        ],
        "description": "PHP port of URLify.js from the Django project. Transliterates non-ascii characters for use in URLs.",
        "homepage": "https://github.com/jbroadway/urlify",
        "keywords": [
            "encode",
            "iconv",
            "link",
            "slug",
            "translit",
            "transliterate",
            "transliteration",
            "url",
            "urlify"
        ]
    },
    {
        "name": "leafo/lessphp",
        "version": "v0.4.0",
        "version_normalized": "0.4.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/leafo/lessphp.git",
            "reference": "51f3f06f0fe78a722dabfd14578444bdd078d9de"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/leafo/lessphp/zipball/51f3f06f0fe78a722dabfd14578444bdd078d9de",
            "reference": "51f3f06f0fe78a722dabfd14578444bdd078d9de",
            "shasum": ""
        },
        "time": "2013-08-09T17:09:19+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "0.3-dev"
            }
        },
        "installation-source": "dist",
        "autoload": {
            "classmap": [
                "lessc.inc.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT",
            "GPL-3.0"
        ],
        "authors": [
            {
                "name": "Leaf Corcoran",
                "email": "leafot@gmail.com",
                "homepage": "http://leafo.net"
            }
        ],
        "description": "lessphp is a compiler for LESS written in PHP.",
        "homepage": "http://leafo.net/lessphp/"
    },
    {
        "name": "phpoffice/phpexcel",
        "version": "1.8.x-dev",
        "version_normalized": "1.8.9999999.9999999-dev",
        "source": {
            "type": "git",
            "url": "https://github.com/PHPOffice/PHPExcel.git",
            "reference": "39534e3dd376041d0d50a4714e73375bf45b692b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/PHPOffice/PHPExcel/zipball/39534e3dd376041d0d50a4714e73375bf45b692b",
            "reference": "39534e3dd376041d0d50a4714e73375bf45b692b",
            "shasum": ""
        },
        "require": {
            "ext-mbstring": "*",
            "ext-xml": "*",
            "ext-xmlwriter": "*",
            "php": "^5.2|^7.0"
        },
        "require-dev": {
            "squizlabs/php_codesniffer": "2.*"
        },
        "time": "2019-01-02T01:38:47+00:00",
        "type": "library",
        "installation-source": "source",
        "autoload": {
            "psr-0": {
                "PHPExcel": "Classes/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "LGPL-2.1"
        ],
        "authors": [
            {
                "name": "Maarten Balliauw",
                "homepage": "http://blog.maartenballiauw.be"
            },
            {
                "name": "Erik Tilt"
            },
            {
                "name": "Franck Lefevre",
                "homepage": "http://rootslabs.net"
            },
            {
                "name": "Mark Baker",
                "homepage": "http://markbakeruk.net"
            }
        ],
        "description": "PHPExcel - OpenXML - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
        "homepage": "https://github.com/PHPOffice/PHPExcel",
        "keywords": [
            "OpenXML",
            "excel",
            "php",
            "spreadsheet",
            "xls",
            "xlsx"
        ],
        "abandoned": "phpoffice/phpspreadsheet"
    },
    {
        "name": "phpseclib/mcrypt_compat",
        "version": "1.0.11",
        "version_normalized": "1.0.11.0",
        "source": {
            "type": "git",
            "url": "https://github.com/phpseclib/mcrypt_compat.git",
            "reference": "4570bd80edb410179af3b243a568ff366b528558"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/phpseclib/mcrypt_compat/zipball/4570bd80edb410179af3b243a568ff366b528558",
            "reference": "4570bd80edb410179af3b243a568ff366b528558",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3",
            "phpseclib/phpseclib": ">=2.0.11 <3.0.0"
        },
        "provide": {
            "ext-mcrypt": "5.6.40"
        },
        "require-dev": {
            "phpunit/phpunit": "^4.8.35|^5.7|^6.0"
        },
        "suggest": {
            "ext-openssl": "Will enable faster cryptographic operations"
        },
        "time": "2019-05-26T13:54:43+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "lib/mcrypt.php"
            ]
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jim Wigginton",
                "email": "terrafrost@php.net",
                "homepage": "http://phpseclib.sourceforge.net"
            }
        ],
        "description": "PHP 7.1 polyfill for the mcrypt extension from PHP <= 7.0",
        "keywords": [
            "cryptograpy",
            "encryption",
            "mcrypt"
        ]
    },
    {
        "name": "phpseclib/phpseclib",
        "version": "2.0.21",
        "version_normalized": "2.0.21.0",
        "source": {
            "type": "git",
            "url": "https://github.com/phpseclib/phpseclib.git",
            "reference": "9f1287e68b3f283339a9f98f67515dd619e5bf9d"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/9f1287e68b3f283339a9f98f67515dd619e5bf9d",
            "reference": "9f1287e68b3f283339a9f98f67515dd619e5bf9d",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.3"
        },
        "require-dev": {
            "phing/phing": "~2.7",
            "phpunit/phpunit": "^4.8.35|^5.7|^6.0",
            "sami/sami": "~2.0",
            "squizlabs/php_codesniffer": "~2.0"
        },
        "suggest": {
            "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
            "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
            "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
            "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
        },
        "time": "2019-07-12T12:53:49+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "files": [
                "phpseclib/bootstrap.php"
            ],
            "psr-4": {
                "phpseclib\\": "phpseclib/"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Jim Wigginton",
                "email": "terrafrost@php.net",
                "role": "Lead Developer"
            },
            {
                "name": "Patrick Monnerat",
                "email": "pm@datasphere.ch",
                "role": "Developer"
            },
            {
                "name": "Andreas Fischer",
                "email": "bantu@phpbb.com",
                "role": "Developer"
            },
            {
                "name": "Hans-Jürgen Petrich",
                "email": "petrich@tronic-media.com",
                "role": "Developer"
            },
            {
                "name": "Graham Campbell",
                "email": "graham@alt-three.com",
                "role": "Developer"
            }
        ],
        "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
        "homepage": "http://phpseclib.sourceforge.net",
        "keywords": [
            "BigInteger",
            "aes",
            "asn.1",
            "asn1",
            "blowfish",
            "crypto",
            "cryptography",
            "encryption",
            "rsa",
            "security",
            "sftp",
            "signature",
            "signing",
            "ssh",
            "twofish",
            "x.509",
            "x509"
        ]
    },
    {
        "name": "psr/log",
        "version": "1.1.0",
        "version_normalized": "1.1.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/php-fig/log.git",
            "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
            "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2018-11-20T15:27:04+00:00",
        "type": "library",
        "extra": {
            "branch-alias": {
                "dev-master": "1.0.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": "splitbrain/php-archive",
        "version": "1.1.1",
        "version_normalized": "1.1.1.0",
        "source": {
            "type": "git",
            "url": "https://github.com/splitbrain/php-archive.git",
            "reference": "10d89013572ba1f4d4ad7fcb74860242f4c3860b"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/splitbrain/php-archive/zipball/10d89013572ba1f4d4ad7fcb74860242f4c3860b",
            "reference": "10d89013572ba1f4d4ad7fcb74860242f4c3860b",
            "shasum": ""
        },
        "require": {
            "php": ">=5.4"
        },
        "require-dev": {
            "ext-bz2": "*",
            "ext-zip": "*",
            "mikey179/vfsstream": "^1.6",
            "phpunit/phpunit": "^4.8"
        },
        "suggest": {
            "ext-iconv": "Used for proper filename encode handling",
            "ext-mbstring": "Can be used alternatively for handling filename encoding"
        },
        "time": "2018-09-09T12:13:53+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "splitbrain\\PHPArchive\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Andreas Gohr",
                "email": "andi@splitbrain.org"
            }
        ],
        "description": "Pure-PHP implementation to read and write TAR and ZIP archives",
        "keywords": [
            "archive",
            "extract",
            "tar",
            "unpack",
            "unzip",
            "zip"
        ]
    },
    {
        "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",
                "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"
        ]
    },
    {
        "name": "tholu/php-packer",
        "version": "0.2.0",
        "version_normalized": "0.2.0.0",
        "source": {
            "type": "git",
            "url": "https://github.com/tholu/php-packer.git",
            "reference": "b6f63a6e1112a27db048353fbab50539a4a75764"
        },
        "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/tholu/php-packer/zipball/b6f63a6e1112a27db048353fbab50539a4a75764",
            "reference": "b6f63a6e1112a27db048353fbab50539a4a75764",
            "shasum": ""
        },
        "require": {
            "php": ">=5.3.0"
        },
        "time": "2016-04-19T10:33:55+00:00",
        "type": "library",
        "installation-source": "dist",
        "autoload": {
            "psr-4": {
                "Tholu\\Packer\\": "src"
            }
        },
        "notification-url": "https://packagist.org/downloads/",
        "license": [
            "MIT"
        ],
        "authors": [
            {
                "name": "Thomas Lutz",
                "email": "thomaslutz.de@gmail.com"
            },
            {
                "name": "Dean Edwards"
            },
            {
                "name": "Nicolas Martin"
            }
        ],
        "description": "A PHP version of Packer, JavaScript obfuscation library originally created by Dean Edwards",
        "homepage": "https://github.com/tholu/php-packer",
        "keywords": [
            "JS",
            "javascript",
            "minification",
            "minify",
            "obfuscate",
            "uglify"
        ]
    }
]
