{
    "packages": [
        {
            "name": "justinrainbow/json-schema",
            "version": "5.3.3",
            "version_normalized": "5.3.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/jsonrainbow/json-schema.git",
                "reference": "a0b7c13588b102d7d6536823e96d1c88d3dba85e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/jsonrainbow/json-schema/zipball/a0b7c13588b102d7d6536823e96d1c88d3dba85e",
                "reference": "a0b7c13588b102d7d6536823e96d1c88d3dba85e",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "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": "2026-03-24T18:47:53+00:00",
            "bin": [
                "bin/validate-json"
            ],
            "type": "library",
            "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/jsonrainbow/json-schema/issues",
                "source": "https://github.com/jsonrainbow/json-schema/tree/5.3.3"
            },
            "install-path": "../justinrainbow/json-schema"
        },
        {
            "name": "neitanod/forceutf8",
            "version": "v2.0.4",
            "version_normalized": "2.0.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/neitanod/forceutf8.git",
                "reference": "c1fbe70bfb5ad41b8ec5785056b0e308b40d4831"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/neitanod/forceutf8/zipball/c1fbe70bfb5ad41b8ec5785056b0e308b40d4831",
                "reference": "c1fbe70bfb5ad41b8ec5785056b0e308b40d4831",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "time": "2019-12-10T14:09:14+00:00",
            "type": "library",
            "installation-source": "dist",
            "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",
            "support": {
                "issues": "https://github.com/neitanod/forceutf8/issues",
                "source": "https://github.com/neitanod/forceutf8/tree/master"
            },
            "install-path": "../neitanod/forceutf8"
        },
        {
            "name": "nfephp-org/sped-common",
            "version": "v5.0.57",
            "version_normalized": "5.0.57.0",
            "source": {
                "type": "git",
                "url": "https://github.com/nfephp-org/sped-common.git",
                "reference": "c6a16bd12a409458459353c32ebb9d8b2a177821"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nfephp-org/sped-common/zipball/c6a16bd12a409458459353c32ebb9d8b2a177821",
                "reference": "c6a16bd12a409458459353c32ebb9d8b2a177821",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "ext-dom": "*",
                "ext-mbstring": "*",
                "ext-openssl": "*",
                "ext-soap": "*",
                "neitanod/forceutf8": "^2.0",
                "php": ">=7.0",
                "psr/log": "^1.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^7.5",
                "scrutinizer/ocular": "^1.3",
                "sebastian/phpcpd": "^4.1",
                "squizlabs/php_codesniffer": "^3.4"
            },
            "time": "2021-10-03T12:28:51+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": "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.0.57"
            },
            "install-path": "../nfephp-org/sped-common"
        },
        {
            "name": "nfephp-org/sped-gtin",
            "version": "v1.0.11",
            "version_normalized": "1.0.11.0",
            "source": {
                "type": "git",
                "url": "https://github.com/nfephp-org/sped-gtin.git",
                "reference": "d28271ec34ddaf5983f9f5b5ac3707b27bbffd15"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nfephp-org/sped-gtin/zipball/d28271ec34ddaf5983f9f5b5ac3707b27bbffd15",
                "reference": "d28271ec34ddaf5983f9f5b5ac3707b27bbffd15",
                "shasum": ""
            },
            "require": {
                "php": ">= 7.0"
            },
            "require-dev": {
                "phpcompatibility/php-compatibility": "^9.3",
                "phpstan/phpstan": "^0.12.99",
                "phpunit/phpunit": "^6",
                "scrutinizer/ocular": "^1.3",
                "squizlabs/php_codesniffer": "dev-master"
            },
            "time": "2022-02-14T17:26:11+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": "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.0.11"
            },
            "install-path": "../nfephp-org/sped-gtin"
        },
        {
            "name": "nfephp-org/sped-nfe",
            "version": "v5.0.127",
            "version_normalized": "5.0.127.0",
            "source": {
                "type": "git",
                "url": "https://github.com/nfephp-org/sped-nfe.git",
                "reference": "4c4a5fbf419e8cc1d1180e4db14c26dd87f35762"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nfephp-org/sped-nfe/zipball/4c4a5fbf419e8cc1d1180e4db14c26dd87f35762",
                "reference": "4c4a5fbf419e8cc1d1180e4db14c26dd87f35762",
                "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": {
                "phpcompatibility/php-compatibility": "^9.3",
                "phpstan/phpstan": "^0.12.99",
                "phpunit/phpunit": "^6",
                "scrutinizer/ocular": "^1.3",
                "squizlabs/php_codesniffer": "*"
            },
            "time": "2022-01-07T17:39:42+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": "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.0.127"
            },
            "install-path": "../nfephp-org/sped-nfe"
        },
        {
            "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"
        }
    ],
    "dev": true,
    "dev-package-names": []
}
