TransWar File Browser

Path: C:\

{
    "_readme": [
        "This file locks the dependencies of your project to a known state",
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
        "This file is @generated automatically"
    ],
    "content-hash": "95503445ff3e83a5736962ad9f27324f",
    "packages": [
        {
            "name": "justinrainbow/json-schema",
            "version": "5.2.8",
            "source": {
                "type": "git",
                "url": "https://github.com/justinrainbow/json-schema.git",
                "reference": "dcb6e1006bb5fd1e392b4daa68932880f37550d4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/dcb6e1006bb5fd1e392b4daa68932880f37550d4",
                "reference": "dcb6e1006bb5fd1e392b4daa68932880f37550d4",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "~2.2.20",
                "json-schema/json-schema-test-suite": "1.2.0",
                "phpunit/phpunit": "^4.8.35"
            },
            "bin": [
                "bin/validate-json"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "JsonSchema\\": "src/JsonSchema/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Bruno Prieto Reis",
                    "email": "bruno.p.reis@gmail.com"
                },
                {
                    "name": "Justin Rainbow",
                    "email": "justin.rainbow@gmail.com"
                },
                {
                    "name": "Igor Wiedler",
                    "email": "igor@wiedler.ch"
                },
                {
                    "name": "Robert Schönthal",
                    "email": "seroscho@googlemail.com"
                }
            ],
            "description": "A library to validate a json schema.",
            "homepage": "https://github.com/justinrainbow/json-schema",
            "keywords": [
                "json",
                "schema"
            ],
            "time": "2019-01-14T23:55:14+00:00"
        },
        {
            "name": "league/flysystem",
            "version": "1.0.46",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/flysystem.git",
                "reference": "f3e0d925c18b92cf3ce84ea5cc58d62a1762a2b2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/f3e0d925c18b92cf3ce84ea5cc58d62a1762a2b2",
                "reference": "f3e0d925c18b92cf3ce84ea5cc58d62a1762a2b2",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.9"
            },
            "conflict": {
                "league/flysystem-sftp": "<1.0.6"
            },
            "require-dev": {
                "ext-fileinfo": "*",
                "phpspec/phpspec": "^3.4",
                "phpunit/phpunit": "^5.7.10"
            },
            "suggest": {
                "ext-fileinfo": "Required for MimeType",
                "ext-ftp": "Allows you to use FTP server storage",
                "ext-openssl": "Allows you to use FTPS server storage",
                "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
                "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
                "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
                "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
                "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
                "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
                "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
                "league/flysystem-webdav": "Allows you to use WebDAV storage",
                "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
                "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
                "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "League\\Flysystem\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Frank de Jonge",
                    "email": "info@frenky.net"
                }
            ],
            "description": "Filesystem abstraction: Many filesystems, one API.",
            "keywords": [
                "Cloud Files",
                "WebDAV",
                "abstraction",
                "aws",
                "cloud",
                "copy.com",
                "dropbox",
                "file systems",
                "files",
                "filesystem",
                "filesystems",
                "ftp",
                "rackspace",
                "remote",
                "s3",
                "sftp",
                "storage"
            ],
            "time": "2018-08-22T07:45:22+00:00"
        },
        {
            "name": "markbaker/complex",
            "version": "1.4.6",
            "source": {
                "type": "git",
                "url": "https://github.com/MarkBaker/PHPComplex.git",
                "reference": "a78d82ae4e682c3809fc3023d1b0ce654f6ab12b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/a78d82ae4e682c3809fc3023d1b0ce654f6ab12b",
                "reference": "a78d82ae4e682c3809fc3023d1b0ce654f6ab12b",
                "shasum": ""
            },
            "require": {
                "php": "^5.6.0|^7.0.0"
            },
            "require-dev": {
                "dealerdirect/phpcodesniffer-composer-installer": "^0.4.3",
                "phpcompatibility/php-compatibility": "^8.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.3.0"
            },
            "type": "library",
            "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"
            ],
            "time": "2018-07-31T08:38:40+00:00"
        },
        {
            "name": "neitanod/forceutf8",
            "version": "v2.0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/neitanod/forceutf8.git",
                "reference": "30980a8ca2787a7730d370eac310b8987eb68229"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/neitanod/forceutf8/zipball/30980a8ca2787a7730d370eac310b8987eb68229",
                "reference": "30980a8ca2787a7730d370eac310b8987eb68229",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "ForceUTF8\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastián Grignoli",
                    "email": "grignoli@gmail.com"
                }
            ],
            "description": "PHP Class Encoding featuring popular Encoding::toUTF8() function --formerly known as forceUTF8()-- that fixes mixed encoded strings.",
            "homepage": "https://github.com/neitanod/forceutf8",
            "time": "2018-10-10T23:03:52+00:00"
        },
        {
            "name": "nfephp-org/sped-common",
            "version": "v5.0.36",
            "source": {
                "type": "git",
                "url": "https://github.com/nfephp-org/sped-common.git",
                "reference": "1793bd4aafe82455ab84624bece6e7854c6b7b38"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nfephp-org/sped-common/zipball/1793bd4aafe82455ab84624bece6e7854c6b7b38",
                "reference": "1793bd4aafe82455ab84624bece6e7854c6b7b38",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "ext-dom": "*",
                "ext-mbstring": "*",
                "ext-openssl": "*",
                "ext-soap": "*",
                "league/flysystem": "^1.0",
                "neitanod/forceutf8": "^2.0",
                "php": ">=5.6",
                "psr/log": "^1.0"
            },
            "require-dev": {
                "jakub-onderka/php-console-highlighter": "^0.3.2",
                "jakub-onderka/php-parallel-lint": "^0.9.2",
                "phpstan/phpstan": "^0.9.2",
                "phpunit/phpunit": "^5.7",
                "scrutinizer/ocular": "^1.3",
                "sebastian/phpcpd": "^3.0",
                "squizlabs/php_codesniffer": "^3.4"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-v5.0": "5.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "NFePHP\\Common\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-3.0-or-later",
                "GPL-3.0-or-later",
                "MIT"
            ],
            "authors": [
                {
                    "name": "Roberto L. Machado",
                    "email": "linux.rlm@gmail.com.br",
                    "homepage": "http://www.nfephp.org",
                    "role": "Developer"
                },
                {
                    "name": "Comunidade NFePHP",
                    "homepage": "https://github.com/nfephp-org/sped-common/graphs/contributors"
                }
            ],
            "description": "sped-common é parte do projeto NFePHP.",
            "homepage": "https://github.com/nfephp-org/sped-common",
            "keywords": [
                "nfe",
                "nfephp",
                "sped"
            ],
            "time": "2019-03-28T18:14:33+00:00"
        },
        {
            "name": "nfephp-org/sped-da",
            "version": "v0.1.23",
            "source": {
                "type": "git",
                "url": "https://github.com/nfephp-org/sped-da.git",
                "reference": "acb7073028ec7edc27c52be976912b4c82679d2c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nfephp-org/sped-da/zipball/acb7073028ec7edc27c52be976912b4c82679d2c",
                "reference": "acb7073028ec7edc27c52be976912b4c82679d2c",
                "shasum": ""
            },
            "require": {
                "php": ">= 7.0",
                "tecnickcom/tc-lib-barcode": "^1.15"
            },
            "require-dev": {
                "phpstan/phpstan": "^0.9.2",
                "phpunit/phpunit": "^5.7",
                "scrutinizer/ocular": "^1.3",
                "sebastian/phpcpd": "^3.0",
                "squizlabs/php_codesniffer": "^3.4"
            },
            "suggest": {
                "nfephp-org/posprint": "^0.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "NFePHP\\DA\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-3.0-or-later+",
                "GPL-3.0-or-later",
                "MIT"
            ],
            "authors": [
                {
                    "name": "Roberto L. Machado",
                    "email": "linux.rlm@gmail.com.br",
                    "homepage": "http://www.nfephp.org",
                    "role": "Developer"
                },
                {
                    "name": "Comunidade NFePHP",
                    "homepage": "https://github.com/nfephp-org/sped-da/graphs/contributors"
                }
            ],
            "description": "sped-da contêm as classes para criação dos documentos auxiliares referidos no projeto Sped.",
            "homepage": "https://github.com/nfephp-org/sped-da",
            "keywords": [
                "CCe",
                "Dacte",
                "Danfe",
                "nfe",
                "nfephp",
                "sped"
            ],
            "time": "2019-03-25T21:58:26+00:00"
        },
        {
            "name": "nfephp-org/sped-gtin",
            "version": "v1.0.7",
            "source": {
                "type": "git",
                "url": "https://github.com/nfephp-org/sped-gtin.git",
                "reference": "12bdf877560641a461c9943270f9d85c45c4c4cb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nfephp-org/sped-gtin/zipball/12bdf877560641a461c9943270f9d85c45c4c4cb",
                "reference": "12bdf877560641a461c9943270f9d85c45c4c4cb",
                "shasum": ""
            },
            "require": {
                "php": ">= 5.6"
            },
            "require-dev": {
                "phpmd/phpmd": "dev-master",
                "phpunit/phpunit": "^5.7",
                "scrutinizer/ocular": "^1.3",
                "sebastian/phpcpd": "^3.0",
                "squizlabs/php_codesniffer": "^2.8"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "v1.0": "1.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "NFePHP\\Gtin\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-3.0-or-later",
                "GPL-3.0-or-later",
                "MIT"
            ],
            "authors": [
                {
                    "name": "Roberto L. Machado",
                    "email": "linux.rlm@gmail.com.br",
                    "homepage": "https://github.com/nfephp-org",
                    "role": "Developer"
                },
                {
                    "name": "Comunidade NFePHP",
                    "homepage": "https://github.com/nfephp-org/sped-gtin/graphs/contributors"
                }
            ],
            "description": "Classes for validation of GTIN codes.",
            "homepage": "https://github.com/nfephp-org/sped-gtin",
            "keywords": [
                "gtin",
                "nfce",
                "nfe",
                "nfephp",
                "sped"
            ],
            "time": "2018-09-25T19:27:11+00:00"
        },
        {
            "name": "nfephp-org/sped-nfe",
            "version": "v5.0.83",
            "source": {
                "type": "git",
                "url": "https://github.com/nfephp-org/sped-nfe.git",
                "reference": "b5b60a31d4346ecf864a95105a5c79bd9f177762"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nfephp-org/sped-nfe/zipball/b5b60a31d4346ecf864a95105a5c79bd9f177762",
                "reference": "b5b60a31d4346ecf864a95105a5c79bd9f177762",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-json": "*",
                "ext-libxml": "*",
                "ext-openssl": "*",
                "ext-simplexml": "*",
                "ext-soap": "*",
                "ext-zlib": "*",
                "justinrainbow/json-schema": "^5.2",
                "nfephp-org/sped-common": "^5.0",
                "nfephp-org/sped-gtin": "^1.0",
                "php": ">= 7.0"
            },
            "require-dev": {
                "phpstan/phpstan": "^0.9.2",
                "phpunit/phpunit": "^5.7",
                "scrutinizer/ocular": "^1.3",
                "sebastian/phpcpd": "^3.0",
                "squizlabs/php_codesniffer": "^3.4"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "v5.0": "5.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "NFePHP\\NFe\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-3.0-or-later",
                "GPL-3.0-or-later",
                "MIT"
            ],
            "authors": [
                {
                    "name": "Roberto L. Machado",
                    "email": "linux.rlm@gmail.com.br",
                    "homepage": "http://www.nfephp.org",
                    "role": "Developer"
                },
                {
                    "name": "Comunidade NFePHP",
                    "homepage": "https://github.com/nfephp-org/sped-nfe/graphs/contributors"
                }
            ],
            "description": "API para geração e comunicação da NFe e NFCe com as SEFAZ autorizadoras.",
            "homepage": "https://github.com/nfephp-org/sped-nfe",
            "keywords": [
                "nfce",
                "nfe",
                "nfephp",
                "sped"
            ],
            "time": "2019-04-02T20:06:21+00:00"
        },
        {
            "name": "phpmailer/phpmailer",
            "version": "v6.0.5",
            "source": {
                "type": "git",
                "url": "https://github.com/PHPMailer/PHPMailer.git",
                "reference": "cb3ea134d4d3729e7857737d5f320cce9caf4d32"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/cb3ea134d4d3729e7857737d5f320cce9caf4d32",
                "reference": "cb3ea134d4d3729e7857737d5f320cce9caf4d32",
                "shasum": ""
            },
            "require": {
                "ext-ctype": "*",
                "ext-filter": "*",
                "php": ">=5.5.0"
            },
            "require-dev": {
                "doctrine/annotations": "1.2.*",
                "friendsofphp/php-cs-fixer": "^2.2",
                "phpdocumentor/phpdocumentor": "2.*",
                "phpunit/phpunit": "^4.8 || ^5.7",
                "zendframework/zend-eventmanager": "3.0.*",
                "zendframework/zend-i18n": "2.7.3",
                "zendframework/zend-serializer": "2.7.*"
            },
            "suggest": {
                "ext-mbstring": "Needed to send email in multibyte encoding charset",
                "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
                "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
                "psr/log": "For optional PSR-3 debug logging",
                "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication",
                "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "PHPMailer\\PHPMailer\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1"
            ],
            "authors": [
                {
                    "name": "Jim Jagielski",
                    "email": "jimjag@gmail.com"
                },
                {
                    "name": "Marcus Bointon",
                    "email": "phpmailer@synchromedia.co.uk"
                },
                {
                    "name": "Andy Prevost",
                    "email": "codeworxtech@users.sourceforge.net"
                },
                {
                    "name": "Brent R. Matzelle"
                }
            ],
            "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
            "time": "2018-03-27T13:49:45+00:00"
        },
        {
            "name": "phpoffice/phpexcel",
            "version": "1.8.1",
            "source": {
                "type": "git",
                "url": "https://github.com/PHPOffice/PHPExcel.git",
                "reference": "372c7cbb695a6f6f1e62649381aeaa37e7e70b32"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PHPOffice/PHPExcel/zipball/372c7cbb695a6f6f1e62649381aeaa37e7e70b32",
                "reference": "372c7cbb695a6f6f1e62649381aeaa37e7e70b32",
                "shasum": ""
            },
            "require": {
                "ext-xml": "*",
                "ext-xmlwriter": "*",
                "php": ">=5.2.0"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "PHPExcel": "Classes/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL"
            ],
            "authors": [
                {
                    "name": "Maarten Balliauw",
                    "homepage": "http://blog.maartenballiauw.be"
                },
                {
                    "name": "Mark Baker"
                },
                {
                    "name": "Franck Lefevre",
                    "homepage": "http://blog.rootslabs.net"
                },
                {
                    "name": "Erik Tilt"
                }
            ],
            "description": "PHPExcel - OpenXML - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
            "homepage": "http://phpexcel.codeplex.com",
            "keywords": [
                "OpenXML",
                "excel",
                "php",
                "spreadsheet",
                "xls",
                "xlsx"
            ],
            "abandoned": "phpoffice/phpspreadsheet",
            "time": "2015-05-01T07:00:55+00:00"
        },
        {
            "name": "phpoffice/phpspreadsheet",
            "version": "1.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
                "reference": "125f462a718956f37d81305ca0df4f17cef0f3b9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/125f462a718956f37d81305ca0df4f17cef0f3b9",
                "reference": "125f462a718956f37d81305ca0df4f17cef0f3b9",
                "shasum": ""
            },
            "require": {
                "ext-ctype": "*",
                "ext-dom": "*",
                "ext-gd": "*",
                "ext-iconv": "*",
                "ext-libxml": "*",
                "ext-mbstring": "*",
                "ext-simplexml": "*",
                "ext-xml": "*",
                "ext-xmlreader": "*",
                "ext-xmlwriter": "*",
                "ext-zip": "*",
                "ext-zlib": "*",
                "markbaker/complex": "^1.4.1",
                "php": "^5.6|^7.0",
                "psr/simple-cache": "^1.0"
            },
            "require-dev": {
                "dompdf/dompdf": "^0.8.0",
                "friendsofphp/php-cs-fixer": "@stable",
                "jpgraph/jpgraph": "^4.0",
                "mpdf/mpdf": "^7.0.0",
                "phpunit/phpunit": "^5.7",
                "squizlabs/php_codesniffer": "^3.3",
                "tecnickcom/tcpdf": "^6.2"
            },
            "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",
                "tecnick.com/tcpdf": "Option for rendering PDF with PDF Writer"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1-or-later"
            ],
            "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": "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"
            ],
            "time": "2018-08-06T02:58:06+00:00"
        },
        {
            "name": "psr/log",
            "version": "1.1.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"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "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"
            ],
            "time": "2018-11-20T15:27:04+00:00"
        },
        {
            "name": "psr/simple-cache",
            "version": "1.0.1",
            "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"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "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"
            ],
            "time": "2017-10-23T01:57:42+00:00"
        },
        {
            "name": "tecnickcom/tc-lib-barcode",
            "version": "1.15.12",
            "source": {
                "type": "git",
                "url": "https://github.com/tecnickcom/tc-lib-barcode.git",
                "reference": "db37f9b1f0cbd44327306d437886ef7ab89024dc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/tecnickcom/tc-lib-barcode/zipball/db37f9b1f0cbd44327306d437886ef7ab89024dc",
                "reference": "db37f9b1f0cbd44327306d437886ef7ab89024dc",
                "shasum": ""
            },
            "require": {
                "ext-bcmath": "*",
                "ext-date": "*",
                "ext-gd": "*",
                "ext-pcre": "*",
                "php": ">=5.3",
                "tecnickcom/tc-lib-color": "^1.12.12"
            },
            "require-dev": {
                "apigen/apigen": "^2.8.1 || ^4.1.2",
                "bartlett/php-compatinfo": "^4.5.2 || ^5.0.10 || ^5.0.12",
                "pdepend/pdepend": "^2.5.2",
                "phploc/phploc": "^2.1 || ^3.0 || ^4.0",
                "phpmd/phpmd": "^2.6.0",
                "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.1",
                "sebastian/phpcpd": "^2.0 || ^3.0 || ^4.0",
                "squizlabs/php_codesniffer": "^2.8.0 || ^3.2.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Com\\Tecnick\\Barcode\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-3.0"
            ],
            "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",
                "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",
                "barcode",
                "datamatrix",
                "pdf417",
                "planet",
                "qr-code",
                "royal mail",
                "tc-lib-barcode",
                "upc"
            ],
            "time": "2018-06-23T10:43:40+00:00"
        },
        {
            "name": "tecnickcom/tc-lib-color",
            "version": "1.12.12",
            "source": {
                "type": "git",
                "url": "https://github.com/tecnickcom/tc-lib-color.git",
                "reference": "bfb8e97975ef9979e808adb464a2bb27052c7115"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/tecnickcom/tc-lib-color/zipball/bfb8e97975ef9979e808adb464a2bb27052c7115",
                "reference": "bfb8e97975ef9979e808adb464a2bb27052c7115",
                "shasum": ""
            },
            "require": {
                "ext-pcre": "*",
                "php": ">=5.3"
            },
            "require-dev": {
                "apigen/apigen": "^2.8.1 || ^4.1.2",
                "bartlett/php-compatinfo": "^4.5.2 || ^5.0.10 || ^5.0.12",
                "pdepend/pdepend": "^2.5.2",
                "phploc/phploc": "^2.1 || ^3.0 || ^4.0",
                "phpmd/phpmd": "^2.6.0",
                "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.1",
                "sebastian/phpcpd": "^2.0 || ^3.0 || ^4.0",
                "squizlabs/php_codesniffer": "^2.8.0 || ^3.2.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Com\\Tecnick\\Color\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-3.0"
            ],
            "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"
            ],
            "time": "2018-06-23T09:21:30+00:00"
        }
    ],
    "packages-dev": [],
    "aliases": [],
    "minimum-stability": "stable",
    "stability-flags": [],
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": [],
    "platform-dev": []
}