{
    "packages": [
        {
            "name": "ferfabricio/hydrator",
            "version": "2.0.0",
            "version_normalized": "2.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/ferfabricio/hydrator.git",
                "reference": "9ea867e3008c59f9e4ec91e3164c2303222997e6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ferfabricio/hydrator/zipball/9ea867e3008c59f9e4ec91e3164c2303222997e6",
                "reference": "9ea867e3008c59f9e4ec91e3164c2303222997e6",
                "shasum": ""
            },
            "require": {
                "php": "^7.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~6.5.13"
            },
            "time": "2019-04-08T09:57:19+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "FerFabricio\\Hydrator\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fernando Fabricio dos Santos",
                    "email": "ferfabricio@gmail.com"
                }
            ],
            "description": "Hydrate your object with class setters",
            "keywords": [
                "design patterns",
                "hydrator",
                "object creation"
            ],
            "install-path": "../ferfabricio/hydrator"
        },
        {
            "name": "guzzlehttp/guzzle",
            "version": "7.3.0",
            "version_normalized": "7.3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/guzzle.git",
                "reference": "7008573787b430c1c1f650e3722d9bba59967628"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/7008573787b430c1c1f650e3722d9bba59967628",
                "reference": "7008573787b430c1c1f650e3722d9bba59967628",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "guzzlehttp/promises": "^1.4",
                "guzzlehttp/psr7": "^1.7 || ^2.0",
                "php": "^7.2.5 || ^8.0",
                "psr/http-client": "^1.0"
            },
            "provide": {
                "psr/http-client-implementation": "1.0"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.4.1",
                "ext-curl": "*",
                "php-http/client-integration-tests": "^3.0",
                "phpunit/phpunit": "^8.5.5 || ^9.3.5",
                "psr/log": "^1.1"
            },
            "suggest": {
                "ext-curl": "Required for CURL handler support",
                "ext-intl": "Required for Internationalized Domain Name (IDN) support",
                "psr/log": "Required for using the Log middleware"
            },
            "time": "2021-03-23T11:33:13+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "7.3-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "GuzzleHttp\\": "src/"
                },
                "files": [
                    "src/functions_include.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                },
                {
                    "name": "Márk Sági-Kazár",
                    "email": "mark.sagikazar@gmail.com",
                    "homepage": "https://sagikazarmark.hu"
                }
            ],
            "description": "Guzzle is a PHP HTTP client library",
            "homepage": "http://guzzlephp.org/",
            "keywords": [
                "client",
                "curl",
                "framework",
                "http",
                "http client",
                "psr-18",
                "psr-7",
                "rest",
                "web service"
            ],
            "support": {
                "issues": "https://github.com/guzzle/guzzle/issues",
                "source": "https://github.com/guzzle/guzzle/tree/7.3.0"
            },
            "funding": [
                {
                    "url": "https://github.com/GrahamCampbell",
                    "type": "github"
                },
                {
                    "url": "https://github.com/Nyholm",
                    "type": "github"
                },
                {
                    "url": "https://github.com/alexeyshockov",
                    "type": "github"
                },
                {
                    "url": "https://github.com/gmponos",
                    "type": "github"
                }
            ],
            "install-path": "../guzzlehttp/guzzle"
        },
        {
            "name": "guzzlehttp/promises",
            "version": "1.4.1",
            "version_normalized": "1.4.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/promises.git",
                "reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/promises/zipball/8e7d04f1f6450fef59366c399cfad4b9383aa30d",
                "reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5"
            },
            "require-dev": {
                "symfony/phpunit-bridge": "^4.4 || ^5.1"
            },
            "time": "2021-03-07T09:25:29+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.4-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "GuzzleHttp\\Promise\\": "src/"
                },
                "files": [
                    "src/functions_include.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                }
            ],
            "description": "Guzzle promises library",
            "keywords": [
                "promise"
            ],
            "support": {
                "issues": "https://github.com/guzzle/promises/issues",
                "source": "https://github.com/guzzle/promises/tree/1.4.1"
            },
            "install-path": "../guzzlehttp/promises"
        },
        {
            "name": "guzzlehttp/psr7",
            "version": "1.8.2",
            "version_normalized": "1.8.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/psr7.git",
                "reference": "dc960a912984efb74d0a90222870c72c87f10c91"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/dc960a912984efb74d0a90222870c72c87f10c91",
                "reference": "dc960a912984efb74d0a90222870c72c87f10c91",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.0",
                "psr/http-message": "~1.0",
                "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
            },
            "provide": {
                "psr/http-message-implementation": "1.0"
            },
            "require-dev": {
                "ext-zlib": "*",
                "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
            },
            "suggest": {
                "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
            },
            "time": "2021-04-26T09:17:50+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.7-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "GuzzleHttp\\Psr7\\": "src/"
                },
                "files": [
                    "src/functions_include.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                },
                {
                    "name": "Tobias Schultze",
                    "homepage": "https://github.com/Tobion"
                }
            ],
            "description": "PSR-7 message implementation that also provides common utility methods",
            "keywords": [
                "http",
                "message",
                "psr-7",
                "request",
                "response",
                "stream",
                "uri",
                "url"
            ],
            "support": {
                "issues": "https://github.com/guzzle/psr7/issues",
                "source": "https://github.com/guzzle/psr7/tree/1.8.2"
            },
            "install-path": "../guzzlehttp/psr7"
        },
        {
            "name": "justinrainbow/json-schema",
            "version": "v5.2.13",
            "version_normalized": "5.2.13.0",
            "source": {
                "type": "git",
                "url": "https://github.com/justinrainbow/json-schema.git",
                "reference": "fbbe7e5d79f618997bc3332a6f49246036c45793"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/fbbe7e5d79f618997bc3332a6f49246036c45793",
                "reference": "fbbe7e5d79f618997bc3332a6f49246036c45793",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1",
                "json-schema/json-schema-test-suite": "1.2.0",
                "phpunit/phpunit": "^4.8.35"
            },
            "time": "2023-09-26T02:20:38+00:00",
            "bin": [
                "bin/validate-json"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.0.x-dev"
                }
            },
            "installation-source": "dist",
            "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"
            ],
            "support": {
                "issues": "https://github.com/justinrainbow/json-schema/issues",
                "source": "https://github.com/justinrainbow/json-schema/tree/v5.2.13"
            },
            "install-path": "../justinrainbow/json-schema"
        },
        {
            "name": "maciejczyzewski/bottomline",
            "version": "0.2.3",
            "version_normalized": "0.2.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/maciejczyzewski/bottomline.git",
                "reference": "9d3742853fb1eb2c5d1c8605a76be1713b363bbb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/maciejczyzewski/bottomline/zipball/9d3742853fb1eb2c5d1c8605a76be1713b363bbb",
                "reference": "9d3742853fb1eb2c5d1c8605a76be1713b363bbb",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "php": ">=5.5.0"
            },
            "require-dev": {
                "doctrine/instantiator": "^1.0||^1.1||^1.4",
                "erusev/parsedown": "^1.7",
                "friendsofphp/php-cs-fixer": "^3.2",
                "kubawerlos/php-cs-fixer-custom-fixers": "^3.6",
                "nikic/php-parser": "^3.1||^4.13",
                "phpdocumentor/reflection-docblock": "^3.0||^4.3||^5.2",
                "phpunit/phpunit": "^4.8||^6.5||^9.5"
            },
            "time": "2022-03-02T05:55:42+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.2-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bottomline.php"
                ],
                "psr-4": {
                    "__\\": "src/__/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Maciej A. Czyzewski",
                    "email": "maciejanthonyczyzewski@gmail.com"
                }
            ],
            "description": "A full-on PHP manipulation utility belt that provides support for working with arrays, objects, and iterables; a lodash or underscore equivalent for PHP.",
            "keywords": [
                "__",
                "bottomline",
                "functions",
                "library",
                "lodash",
                "underscore",
                "utility"
            ],
            "support": {
                "issues": "https://github.com/maciejczyzewski/bottomline/issues",
                "source": "https://github.com/maciejczyzewski/bottomline/tree/0.2.3"
            },
            "install-path": "../maciejczyzewski/bottomline"
        },
        {
            "name": "mike42/escpos-php",
            "version": "v4.0",
            "version_normalized": "4.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/mike42/escpos-php.git",
                "reference": "74fd89a3384135c90a8c6dc4b724e03df7c0e4f9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/mike42/escpos-php/zipball/74fd89a3384135c90a8c6dc4b724e03df7c0e4f9",
                "reference": "74fd89a3384135c90a8c6dc4b724e03df7c0e4f9",
                "shasum": ""
            },
            "require": {
                "ext-intl": "*",
                "ext-json": "*",
                "ext-zlib": "*",
                "mike42/gfx-php": "^0.6",
                "php": ">=7.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^9",
                "squizlabs/php_codesniffer": "^3.3"
            },
            "suggest": {
                "ext-gd": "Used for image printing if present.",
                "ext-imagick": "Will be used for image printing if present. Required for PDF printing or use of custom fonts."
            },
            "time": "2022-05-23T11:05:09+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Mike42\\": "src/Mike42"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Michael Billington",
                    "email": "michael.billington@gmail.com"
                }
            ],
            "description": "PHP receipt printer library for use with ESC/POS-compatible thermal and impact printers",
            "homepage": "https://github.com/mike42/escpos-php",
            "keywords": [
                "Epson",
                "barcode",
                "escpos",
                "printer",
                "receipt-printer"
            ],
            "support": {
                "issues": "https://github.com/mike42/escpos-php/issues",
                "source": "https://github.com/mike42/escpos-php/tree/v4.0"
            },
            "install-path": "../mike42/escpos-php"
        },
        {
            "name": "mike42/gfx-php",
            "version": "v0.6",
            "version_normalized": "0.6.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/mike42/gfx-php.git",
                "reference": "ed9ded2a9298e4084a9c557ab74a89b71e43dbdb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/mike42/gfx-php/zipball/ed9ded2a9298e4084a9c557ab74a89b71e43dbdb",
                "reference": "ed9ded2a9298e4084a9c557ab74a89b71e43dbdb",
                "shasum": ""
            },
            "require": {
                "php": ">=7.0.0"
            },
            "require-dev": {
                "phpbench/phpbench": "@dev",
                "phpunit/phpunit": "^6.5",
                "squizlabs/php_codesniffer": "^3.3.1"
            },
            "time": "2019-10-05T02:44:33+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Mike42\\": "src/Mike42"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1-or-later"
            ],
            "authors": [
                {
                    "name": "Michael Billington",
                    "email": "michael.billington@gmail.com"
                }
            ],
            "description": "The pure PHP graphics library",
            "homepage": "https://github.com/mike42/gfx-php",
            "support": {
                "issues": "https://github.com/mike42/gfx-php/issues",
                "source": "https://github.com/mike42/gfx-php/tree/v0.6"
            },
            "install-path": "../mike42/gfx-php"
        },
        {
            "name": "mpdf/qrcode",
            "version": "v1.2.0",
            "version_normalized": "1.2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/mpdf/qrcode.git",
                "reference": "0c09fce8b28707611c3febdd1ca424d40f172184"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/mpdf/qrcode/zipball/0c09fce8b28707611c3febdd1ca424d40f172184",
                "reference": "0c09fce8b28707611c3febdd1ca424d40f172184",
                "shasum": ""
            },
            "require": {
                "paragonie/random_compat": "^1.4|^2.0|^9.99.99",
                "php": "^5.6 || ^7.0 || ^8.0"
            },
            "require-dev": {
                "mockery/mockery": "^0.9.5",
                "squizlabs/php_codesniffer": "^3.4",
                "tracy/tracy": "^2.5",
                "yoast/phpunit-polyfills": "^1.0"
            },
            "suggest": {
                "ext-gd": "To output QR codes to PNG files",
                "ext-simplexml": "To output QR codes to SVG files"
            },
            "time": "2022-01-11T09:42:41+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Mpdf\\QrCode\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1-or-later"
            ],
            "authors": [
                {
                    "name": "Matěj Humpál",
                    "role": "maintainer"
                },
                {
                    "name": "Laurent Minguet",
                    "role": "author"
                }
            ],
            "description": "QR code generator for mPDF",
            "keywords": [
                "mpdf",
                "pdf",
                "php",
                "qr",
                "qrcode"
            ],
            "support": {
                "issues": "https://github.com/mpdf/qrcode/issues",
                "source": "https://github.com/mpdf/qrcode/tree/v1.2.0"
            },
            "funding": [
                {
                    "url": "https://www.paypal.me/mpdf",
                    "type": "custom"
                }
            ],
            "install-path": "../mpdf/qrcode"
        },
        {
            "name": "nfephp-org/sped-common",
            "version": "v5.1.11",
            "version_normalized": "5.1.11.0",
            "source": {
                "type": "git",
                "url": "https://github.com/nfephp-org/sped-common.git",
                "reference": "dc5aa121871b0236c2014ef993f569e07fc09385"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nfephp-org/sped-common/zipball/dc5aa121871b0236c2014ef993f569e07fc09385",
                "reference": "dc5aa121871b0236c2014ef993f569e07fc09385",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "ext-dom": "*",
                "ext-mbstring": "*",
                "ext-openssl": "*",
                "ext-soap": "*",
                "php": ">= 7.4",
                "psr/log": "^1.0||^2.0||^3.0"
            },
            "require-dev": {
                "phpcompatibility/php-compatibility": "^9.3",
                "phpstan/phpstan": "^1.4",
                "phpunit/phpunit": "^9.3",
                "scrutinizer/ocular": "^1.8",
                "squizlabs/php_codesniffer": "^3.6"
            },
            "time": "2023-09-19T13:51:57+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-v5.0": "5.0-dev"
                }
            },
            "installation-source": "dist",
            "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": "Gustavo Lidani",
                    "email": "lidanig0@gmail.com",
                    "homepage": "https://github.com/lidani",
                    "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"
            ],
            "support": {
                "issues": "https://github.com/nfephp-org/sped-common/issues",
                "source": "https://github.com/nfephp-org/sped-common/tree/v5.1.11"
            },
            "install-path": "../nfephp-org/sped-common"
        },
        {
            "name": "nfephp-org/sped-da",
            "version": "dev-master",
            "version_normalized": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/nfephp-org/sped-da.git",
                "reference": "ce7881f010cec8a722cbe45f115497ae5cd25a77"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nfephp-org/sped-da/zipball/ce7881f010cec8a722cbe45f115497ae5cd25a77",
                "reference": "ce7881f010cec8a722cbe45f115497ae5cd25a77",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-gd": "*",
                "nfephp-org/sped-common": "^5.1.0",
                "php": ">= 7.4",
                "tecnickcom/tc-lib-barcode": "^1"
            },
            "require-dev": {
                "phpstan/phpstan": "^1.4",
                "phpunit/phpunit": "^9.3",
                "scrutinizer/ocular": "^1.8",
                "sebastian/phpcpd": "^6.0",
                "squizlabs/php_codesniffer": "^3.6"
            },
            "suggest": {
                "nfephp-org/posprint": "^0.1"
            },
            "time": "2023-10-25T11:51:00+00:00",
            "default-branch": true,
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.3.x-dev"
                }
            },
            "installation-source": "dist",
            "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"
            ],
            "support": {
                "issues": "https://github.com/nfephp-org/sped-da/issues",
                "source": "https://github.com/nfephp-org/sped-da/tree/master"
            },
            "install-path": "../nfephp-org/sped-da"
        },
        {
            "name": "nfephp-org/sped-gtin",
            "version": "v1.1.1",
            "version_normalized": "1.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/nfephp-org/sped-gtin.git",
                "reference": "759a902e1c01f4755b27eee4e9fa30153d6b29d3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nfephp-org/sped-gtin/zipball/759a902e1c01f4755b27eee4e9fa30153d6b29d3",
                "reference": "759a902e1c01f4755b27eee4e9fa30153d6b29d3",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "ext-dom": "*",
                "ext-json": "*",
                "ext-libxml": "*",
                "ext-openssl": "*",
                "ext-simplexml": "*",
                "ext-soap": "*",
                "nfephp-org/sped-common": "^5.1.0",
                "php": ">= 7.4"
            },
            "require-dev": {
                "phpcompatibility/php-compatibility": "^9.3",
                "phpstan/phpstan": "^1.4",
                "phpunit/phpunit": "^9.3",
                "scrutinizer/ocular": "^1.8",
                "squizlabs/php_codesniffer": "dev-master"
            },
            "time": "2022-06-01T18:08:50+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "v1.0": "1.0-dev"
                }
            },
            "installation-source": "dist",
            "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": "Gustavo Lidani",
                    "email": "lidanig0@gmail.com",
                    "homepage": "https://github.com/lidani",
                    "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"
            ],
            "support": {
                "issues": "https://github.com/nfephp-org/sped-gtin/issues",
                "source": "https://github.com/nfephp-org/sped-gtin/tree/v1.1.1"
            },
            "install-path": "../nfephp-org/sped-gtin"
        },
        {
            "name": "nfephp-org/sped-nfe",
            "version": "v5.1.18",
            "version_normalized": "5.1.18.0",
            "source": {
                "type": "git",
                "url": "https://github.com/nfephp-org/sped-nfe.git",
                "reference": "f3e1577760acc5f9de12c6ca24ef4ffbbe8e6945"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nfephp-org/sped-nfe/zipball/f3e1577760acc5f9de12c6ca24ef4ffbbe8e6945",
                "reference": "f3e1577760acc5f9de12c6ca24ef4ffbbe8e6945",
                "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.1.0",
                "nfephp-org/sped-gtin": "^1.1.0",
                "php": ">= 7.4"
            },
            "require-dev": {
                "phpcompatibility/php-compatibility": "^9.3",
                "phpstan/phpstan": "^1.4",
                "phpunit/phpunit": "^9.3",
                "squizlabs/php_codesniffer": "^3.6"
            },
            "time": "2023-08-22T17:47:25+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "v5.0": "5.0-dev"
                }
            },
            "installation-source": "dist",
            "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": "https://www.nfephp.com.br/",
                    "role": "Developer"
                },
                {
                    "name": "Gustavo Lidani",
                    "email": "lidanig0@gmail.com",
                    "homepage": "https://github.com/lidani",
                    "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"
            ],
            "support": {
                "issues": "https://github.com/nfephp-org/sped-nfe/issues",
                "source": "https://github.com/nfephp-org/sped-nfe/tree/v5.1.18"
            },
            "install-path": "../nfephp-org/sped-nfe"
        },
        {
            "name": "nfephp-org/sped-pos",
            "version": "dev-master",
            "version_normalized": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/nfephp-org/sped-pos.git",
                "reference": "7716d4f0e38144767f9d6b0e929122b90909e115"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nfephp-org/sped-pos/zipball/7716d4f0e38144767f9d6b0e929122b90909e115",
                "reference": "7716d4f0e38144767f9d6b0e929122b90909e115",
                "shasum": ""
            },
            "require": {
                "mike42/escpos-php": "^4.0",
                "php": ">=7.0"
            },
            "require-dev": {
                "phpstan/phpstan": "^0.9.2",
                "phpunit/phpunit": "^7.5",
                "scrutinizer/ocular": "^1.3",
                "sebastian/phpcpd": "^4.1",
                "squizlabs/php_codesniffer": "^3.4"
            },
            "time": "2023-01-16T03:32:12+00:00",
            "default-branch": true,
            "type": "library",
            "extra": {
                "branch-alias": {
                    "v1.0": "1.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "NFePHP\\POS\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-3.0-or-later",
                "GPL-3.0-or-later",
                "MIT"
            ],
            "authors": [
                {
                    "name": "Renan Galeno",
                    "email": "renangaleno@gmail.com",
                    "role": "Developer"
                }
            ],
            "description": "Biblioteca para impressão da DANFCe em impressoras térmicas compatíveis.",
            "homepage": "https://github.com/nfephp-org/sped-pos",
            "keywords": [
                "nfce",
                "nfe",
                "nfephp",
                "sped"
            ],
            "support": {
                "issues": "https://github.com/nfephp-org/sped-pos/issues",
                "source": "https://github.com/nfephp-org/sped-pos/tree/master"
            },
            "install-path": "../nfephp-org/sped-pos"
        },
        {
            "name": "paragonie/random_compat",
            "version": "v9.99.100",
            "version_normalized": "9.99.100.0",
            "source": {
                "type": "git",
                "url": "https://github.com/paragonie/random_compat.git",
                "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
                "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
                "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": "2020-10-15T08:29:30+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"
            ],
            "support": {
                "email": "info@paragonie.com",
                "issues": "https://github.com/paragonie/random_compat/issues",
                "source": "https://github.com/paragonie/random_compat"
            },
            "install-path": "../paragonie/random_compat"
        },
        {
            "name": "phpmailer/phpmailer",
            "version": "v6.8.1",
            "version_normalized": "6.8.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PHPMailer/PHPMailer.git",
                "reference": "e88da8d679acc3824ff231fdc553565b802ac016"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/e88da8d679acc3824ff231fdc553565b802ac016",
                "reference": "e88da8d679acc3824ff231fdc553565b802ac016",
                "shasum": ""
            },
            "require": {
                "ext-ctype": "*",
                "ext-filter": "*",
                "ext-hash": "*",
                "php": ">=5.5.0"
            },
            "require-dev": {
                "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
                "doctrine/annotations": "^1.2.6 || ^1.13.3",
                "php-parallel-lint/php-console-highlighter": "^1.0.0",
                "php-parallel-lint/php-parallel-lint": "^1.3.2",
                "phpcompatibility/php-compatibility": "^9.3.5",
                "roave/security-advisories": "dev-latest",
                "squizlabs/php_codesniffer": "^3.7.2",
                "yoast/phpunit-polyfills": "^1.0.4"
            },
            "suggest": {
                "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
                "ext-openssl": "Needed for secure SMTP sending and DKIM signing",
                "greew/oauth2-azure-provider": "Needed for Microsoft Azure XOAUTH2 authentication",
                "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
                "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
                "psr/log": "For optional PSR-3 debug logging",
                "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)",
                "thenetworg/oauth2-azure": "Needed for Microsoft XOAUTH2 authentication"
            },
            "time": "2023-08-29T08:26:30+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PHPMailer\\PHPMailer\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1-only"
            ],
            "authors": [
                {
                    "name": "Marcus Bointon",
                    "email": "phpmailer@synchromedia.co.uk"
                },
                {
                    "name": "Jim Jagielski",
                    "email": "jimjag@gmail.com"
                },
                {
                    "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",
            "support": {
                "issues": "https://github.com/PHPMailer/PHPMailer/issues",
                "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.8.1"
            },
            "funding": [
                {
                    "url": "https://github.com/Synchro",
                    "type": "github"
                }
            ],
            "install-path": "../phpmailer/phpmailer"
        },
        {
            "name": "psr/http-client",
            "version": "1.0.1",
            "version_normalized": "1.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/http-client.git",
                "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
                "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
                "shasum": ""
            },
            "require": {
                "php": "^7.0 || ^8.0",
                "psr/http-message": "^1.0"
            },
            "time": "2020-06-29T06:28:15+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Http\\Client\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Common interface for HTTP clients",
            "homepage": "https://github.com/php-fig/http-client",
            "keywords": [
                "http",
                "http-client",
                "psr",
                "psr-18"
            ],
            "support": {
                "source": "https://github.com/php-fig/http-client/tree/master"
            },
            "install-path": "../psr/http-client"
        },
        {
            "name": "psr/http-message",
            "version": "1.0.1",
            "version_normalized": "1.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/http-message.git",
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "time": "2016-08-06T14:39:51+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Http\\Message\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Common interface for HTTP messages",
            "homepage": "https://github.com/php-fig/http-message",
            "keywords": [
                "http",
                "http-message",
                "psr",
                "psr-7",
                "request",
                "response"
            ],
            "install-path": "../psr/http-message"
        },
        {
            "name": "psr/log",
            "version": "1.1.4",
            "version_normalized": "1.1.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/log.git",
                "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
                "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "time": "2021-05-03T11:20:27+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": "https://www.php-fig.org/"
                }
            ],
            "description": "Common interface for logging libraries",
            "homepage": "https://github.com/php-fig/log",
            "keywords": [
                "log",
                "psr",
                "psr-3"
            ],
            "support": {
                "source": "https://github.com/php-fig/log/tree/1.1.4"
            },
            "install-path": "../psr/log"
        },
        {
            "name": "ralouphie/getallheaders",
            "version": "3.0.3",
            "version_normalized": "3.0.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/ralouphie/getallheaders.git",
                "reference": "120b605dfeb996808c31b6477290a714d356e822"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
                "reference": "120b605dfeb996808c31b6477290a714d356e822",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6"
            },
            "require-dev": {
                "php-coveralls/php-coveralls": "^2.1",
                "phpunit/phpunit": "^5 || ^6.5"
            },
            "time": "2019-03-08T08:55:37+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/getallheaders.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ralph Khattar",
                    "email": "ralph.khattar@gmail.com"
                }
            ],
            "description": "A polyfill for getallheaders.",
            "install-path": "../ralouphie/getallheaders"
        },
        {
            "name": "respect/validation",
            "version": "1.1.31",
            "version_normalized": "1.1.31.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Respect/Validation.git",
                "reference": "45d109fc830644fecc1145200d6351ce4f2769d0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Respect/Validation/zipball/45d109fc830644fecc1145200d6351ce4f2769d0",
                "reference": "45d109fc830644fecc1145200d6351ce4f2769d0",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4",
                "symfony/polyfill-mbstring": "^1.2"
            },
            "require-dev": {
                "egulias/email-validator": "~1.2 || ~2.1",
                "mikey179/vfsstream": "^1.5",
                "phpunit/phpunit": "~4.0 || ~5.0",
                "symfony/validator": "~2.6.9",
                "zendframework/zend-validator": "~2.3"
            },
            "suggest": {
                "egulias/email-validator": "Strict (RFC compliant) email validation",
                "ext-bcmath": "Arbitrary Precision Mathematics",
                "ext-mbstring": "Multibyte String Functions",
                "friendsofphp/php-cs-fixer": "Fix PSR2 and other coding style issues",
                "symfony/validator": "Use Symfony validator through Respect\\Validation",
                "zendframework/zend-validator": "Use Zend Framework validator through Respect\\Validation"
            },
            "time": "2019-05-28T06:10:06+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Respect\\Validation\\": "library/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Respect/Validation Contributors",
                    "homepage": "https://github.com/Respect/Validation/graphs/contributors"
                }
            ],
            "description": "The most awesome validation engine ever created for PHP",
            "homepage": "http://respect.github.io/Validation/",
            "keywords": [
                "respect",
                "validation",
                "validator"
            ],
            "install-path": "../respect/validation"
        },
        {
            "name": "symfony/polyfill-mbstring",
            "version": "v1.23.1",
            "version_normalized": "1.23.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-mbstring.git",
                "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9174a3d80210dca8daa7f31fec659150bbeabfc6",
                "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "suggest": {
                "ext-mbstring": "For best performance"
            },
            "time": "2021-05-27T12:26:48+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.23-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Mbstring\\": ""
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for the Mbstring extension",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "mbstring",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.23.1"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/polyfill-mbstring"
        },
        {
            "name": "tecnickcom/tc-lib-barcode",
            "version": "1.18.4",
            "version_normalized": "1.18.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/tecnickcom/tc-lib-barcode.git",
                "reference": "cd81392e6e1e57e0f6ff8519b1edbc11d8e47a44"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/tecnickcom/tc-lib-barcode/zipball/cd81392e6e1e57e0f6ff8519b1edbc11d8e47a44",
                "reference": "cd81392e6e1e57e0f6ff8519b1edbc11d8e47a44",
                "shasum": ""
            },
            "require": {
                "ext-bcmath": "*",
                "ext-date": "*",
                "ext-gd": "*",
                "ext-pcre": "*",
                "php": ">=5.6",
                "tecnickcom/tc-lib-color": "^1.14"
            },
            "require-dev": {
                "pdepend/pdepend": "2.13.0",
                "phpmd/phpmd": "2.13.0",
                "phpunit/phpunit": "10.1.2 || 9.6.7 || 8.5.31 || 7.5.20 || 6.5.14 || 5.7.27 || 4.8.36",
                "squizlabs/php_codesniffer": "3.7.2 || 2.9.2"
            },
            "time": "2023-10-23T09:30:01+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Com\\Tecnick\\Barcode\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "Nicola Asuni",
                    "email": "info@tecnick.com",
                    "role": "lead"
                }
            ],
            "description": "PHP library to generate linear and bidimensional barcodes",
            "homepage": "http://www.tecnick.com",
            "keywords": [
                "3 of 9",
                "ANSI MH10.8M-1983",
                "CBC",
                "CODABAR",
                "CODE 11",
                "CODE 128 A B C",
                "CODE 39",
                "CODE 93",
                "EAN 13",
                "EAN 8",
                "ECC200",
                "ISO IEC 15438 2006",
                "ISO IEC 16022",
                "ISO IEC 24778 2008",
                "Intelligent Mail Barcode",
                "Interleaved 2 of 5",
                "KIX",
                "Klant",
                "MSI",
                "Onecode",
                "PHARMACODE",
                "PHARMACODE TWO-TRACKS",
                "POSTNET",
                "RMS4CC",
                "Standard 2 of 5",
                "UPC-A",
                "UPC-E",
                "USD-3",
                "USPS-B-3200",
                "USS-93",
                "aztec",
                "barcode",
                "datamatrix",
                "pdf417",
                "planet",
                "qr-code",
                "royal mail",
                "tc-lib-barcode",
                "upc"
            ],
            "support": {
                "issues": "https://github.com/tecnickcom/tc-lib-barcode/issues",
                "source": "https://github.com/tecnickcom/tc-lib-barcode/tree/1.18.4"
            },
            "funding": [
                {
                    "url": "https://www.paypal.com/cgi-bin/webscr?cmd=_donations&currency_code=GBP&business=paypal@tecnick.com&item_name=donation%20for%20tc-lib-barcode%20project",
                    "type": "custom"
                }
            ],
            "install-path": "../tecnickcom/tc-lib-barcode"
        },
        {
            "name": "tecnickcom/tc-lib-color",
            "version": "1.14.39",
            "version_normalized": "1.14.39.0",
            "source": {
                "type": "git",
                "url": "https://github.com/tecnickcom/tc-lib-color.git",
                "reference": "f7a414e7ddbdcd98105506ca1eecc68d4820fb89"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/tecnickcom/tc-lib-color/zipball/f7a414e7ddbdcd98105506ca1eecc68d4820fb89",
                "reference": "f7a414e7ddbdcd98105506ca1eecc68d4820fb89",
                "shasum": ""
            },
            "require": {
                "ext-pcre": "*",
                "php": ">=5.3"
            },
            "require-dev": {
                "pdepend/pdepend": "2.13.0",
                "phpmd/phpmd": "2.13.0",
                "phpunit/phpunit": "10.1.2 || 9.6.7 || 8.5.31 || 7.5.20 || 6.5.14 || 5.7.27 || 4.8.36",
                "squizlabs/php_codesniffer": "3.7.2 || 2.9.2"
            },
            "time": "2023-10-23T09:28:20+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Com\\Tecnick\\Color\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "Nicola Asuni",
                    "email": "info@tecnick.com",
                    "role": "lead"
                }
            ],
            "description": "PHP library to manipulate various color representations",
            "homepage": "http://www.tecnick.com",
            "keywords": [
                "cmyk",
                "color",
                "colors",
                "colour",
                "colours",
                "hsl",
                "hsla",
                "javascript",
                "rgb",
                "rgba",
                "tc-lib-color",
                "web"
            ],
            "support": {
                "issues": "https://github.com/tecnickcom/tc-lib-color/issues",
                "source": "https://github.com/tecnickcom/tc-lib-color/tree/1.14.39"
            },
            "funding": [
                {
                    "url": "https://www.paypal.com/cgi-bin/webscr?cmd=_donations&currency_code=GBP&business=paypal@tecnick.com&item_name=donation%20for%20tc-lib-color%20project",
                    "type": "custom"
                }
            ],
            "install-path": "../tecnickcom/tc-lib-color"
        },
        {
            "name": "tecnospeedsa/plugnotas",
            "version": "1.5.4",
            "version_normalized": "1.5.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/tecnospeed/plugnotas-php.git",
                "reference": "c6b0411dabf9a9004cfd9f117f0168f239d81eef"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/tecnospeed/plugnotas-php/zipball/c6b0411dabf9a9004cfd9f117f0168f239d81eef",
                "reference": "c6b0411dabf9a9004cfd9f117f0168f239d81eef",
                "shasum": ""
            },
            "require": {
                "ferfabricio/hydrator": "^2.0",
                "guzzlehttp/guzzle": "^7.3",
                "maciejczyzewski/bottomline": "^0.2.0",
                "php": "^7.0",
                "respect/validation": "^1.1"
            },
            "require-dev": {
                "phpunit/phpunit": "~6.5.13"
            },
            "time": "2021-04-30T18:36:46+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "TecnoSpeed\\Plugnotas\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Pacote para utilização do Plugnotas em PHP",
            "keywords": [
                "Tecnospeed",
                "documentos fiscais",
                "nfse",
                "plugnotas"
            ],
            "support": {
                "issues": "https://github.com/tecnospeed/plugnotas-php/issues",
                "source": "https://github.com/tecnospeed/plugnotas-php/tree/1.5.4"
            },
            "install-path": "../tecnospeedsa/plugnotas"
        }
    ],
    "dev": true,
    "dev-package-names": []
}
