{ "_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": "4544168360941223b6e0aa7b2bcd8355", "packages": [ { "name": "justinrainbow/json-schema", "version": "5.3.1", "source": { "type": "git", "url": "https://github.com/jsonrainbow/json-schema.git", "reference": "b5a44b6391a3bbb75c9f2b73e1ef03d6045e1e20" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/jsonrainbow/json-schema/zipball/b5a44b6391a3bbb75c9f2b73e1ef03d6045e1e20", "reference": "b5a44b6391a3bbb75c9f2b73e1ef03d6045e1e20", "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" }, "bin": [ "bin/validate-json" ], "type": "library", "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.1" }, "time": "2025-12-12T08:56:22+00:00" }, { "name": "nfephp-org/sped-common", "version": "v5.1.16", "source": { "type": "git", "url": "https://github.com/nfephp-org/sped-common.git", "reference": "1c6b03dd06b396ee3680d07c9c071b82f869fd42" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nfephp-org/sped-common/zipball/1c6b03dd06b396ee3680d07c9c071b82f869fd42", "reference": "1c6b03dd06b396ee3680d07c9c071b82f869fd42", "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" }, "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": "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.16" }, "time": "2025-07-02T12:34:43+00:00" }, { "name": "nfephp-org/sped-gtin", "version": "v1.1.2", "source": { "type": "git", "url": "https://github.com/nfephp-org/sped-gtin.git", "reference": "a00b9bc26f91bd5583f24ec341b7e5149a9769a1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nfephp-org/sped-gtin/zipball/a00b9bc26f91bd5583f24ec341b7e5149a9769a1", "reference": "a00b9bc26f91bd5583f24ec341b7e5149a9769a1", "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" }, "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": "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.2" }, "time": "2025-05-30T20:52:05+00:00" }, { "name": "nfephp-org/sped-nfe", "version": "v5.2.2", "source": { "type": "git", "url": "https://github.com/nfephp-org/sped-nfe.git", "reference": "cb34829b78a52b91b68d902b5816d09e714fa5dc" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nfephp-org/sped-nfe/zipball/cb34829b78a52b91b68d902b5816d09e714fa5dc", "reference": "cb34829b78a52b91b68d902b5816d09e714fa5dc", "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" }, "type": "library", "extra": { "branch-alias": { "v5.1": "5.1-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": "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.2.2" }, "time": "2025-12-19T14:25:15+00:00" }, { "name": "psr/log", "version": "3.0.2", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3", "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3", "shasum": "" }, "require": { "php": ">=8.0.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.x-dev" } }, "autoload": { "psr-4": { "Psr\\Log\\": "src" } }, "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/3.0.2" }, "time": "2024-09-11T13:17:53+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": {}, "prefer-stable": false, "prefer-lowest": false, "platform": {}, "platform-dev": {}, "plugin-api-version": "2.9.0" }