{ "_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": "63431320895edbefda412abffe1785d9", "packages": [ { "name": "eclipxe/cfdiutils", "version": "v2.28.1", "source": { "type": "git", "url": "https://github.com/eclipxe13/CfdiUtils.git", "reference": "76c3c8189567bab2a920b4e8a2b05cbe049588b2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/eclipxe13/CfdiUtils/zipball/76c3c8189567bab2a920b4e8a2b05cbe049588b2", "reference": "76c3c8189567bab2a920b4e8a2b05cbe049588b2", "shasum": "" }, "require": { "eclipxe/xmlresourceretriever": "^1.3.0", "eclipxe/xmlschemavalidator": "^3.0.2", "ext-dom": "*", "ext-iconv": "*", "ext-json": "*", "ext-libxml": "*", "ext-mbstring": "*", "ext-openssl": "*", "ext-simplexml": "*", "ext-xsl": "*", "php": ">=7.3", "symfony/process": "^3.4|^4.2|^5.0|^6.0|^7.0" }, "require-dev": { "ext-bcmath": "*", "ext-soap": "*", "friendsofphp/php-cs-fixer": "^3.0", "genkgo/xsl": "^1.0.8", "phpstan/phpstan": "^1.5", "phpunit/phpunit": "^9.5", "squizlabs/php_codesniffer": "^3.6" }, "suggest": { "ext-bcmath": "Allows calculate totals and taxes on Pagos 2.0", "ext-soap": "Allows consume the CFDI Status SAT Web Service", "genkgo/xsl": "Allows usage of Genkgo/Xsl transformations" }, "type": "library", "autoload": { "psr-4": { "CfdiUtils\\": "src/CfdiUtils/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Carlos C Soto", "email": "eclipxe13@gmail.com", "homepage": "https://eclipxe.com.mx/" } ], "description": "PHP Common utilities for Mexican CFDI 3.2, 3.3 & 4.0", "homepage": "https://github.com/eclipxe13/CfdiUtils", "keywords": [ "cfdi", "cfdi33", "cfdi40", "electronic invoice", "mexico" ], "support": { "chat": "https://discord.gg/aFGYXvX", "docs": "https://cfdiutils.readthedocs.io/", "issues": "https://github.com/eclipxe13/CfdiUtils/issues", "source": "https://github.com/eclipxe13/CfdiUtils" }, "time": "2024-02-21T03:30:40+00:00" }, { "name": "eclipxe/enum", "version": "v0.2.6", "source": { "type": "git", "url": "https://github.com/eclipxe13/enum.git", "reference": "860e2592c2c9bcfa522c62d9cf3f3559014f8d28" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/eclipxe13/enum/zipball/860e2592c2c9bcfa522c62d9cf3f3559014f8d28", "reference": "860e2592c2c9bcfa522c62d9cf3f3559014f8d28", "shasum": "" }, "require": { "php": ">=7.2" }, "require-dev": { "phpunit/phpunit": "^8.5" }, "type": "library", "autoload": { "psr-4": { "Eclipxe\\Enum\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Carlos C Soto", "email": "eclipxe13@gmail.com", "homepage": "https://eclipxe.com.mx/" } ], "description": "Enum based on the Brent Roose enum idea https://stitcher.io/blog/php-enums", "homepage": "https://github.com/eclipxe13/enum", "keywords": [ "enum", "reflection" ], "support": { "issues": "https://github.com/eclipxe13/enum/issues", "source": "https://github.com/eclipxe13/enum" }, "time": "2021-06-18T02:12:56+00:00" }, { "name": "eclipxe/micro-catalog", "version": "v0.1.3", "source": { "type": "git", "url": "https://github.com/eclipxe13/micro-catalog.git", "reference": "a2e101b477a7f7e05ae9798f3bf744ede89098b5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/eclipxe13/micro-catalog/zipball/a2e101b477a7f7e05ae9798f3bf744ede89098b5", "reference": "a2e101b477a7f7e05ae9798f3bf744ede89098b5", "shasum": "" }, "require": { "php": ">=7.2" }, "require-dev": { "phpunit/phpunit": "^8.5" }, "type": "library", "autoload": { "psr-4": { "Eclipxe\\MicroCatalog\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Carlos C Soto", "email": "eclipxe13@gmail.com", "homepage": "https://eclipxe.com.mx/" } ], "description": "Micro catalog template class, useful to create value objects based on a known small catalog", "homepage": "https://github.com/eclipxe13/micro-catalog", "keywords": [ "catalog", "generic" ], "support": { "issues": "https://github.com/eclipxe13/micro-catalog/issues", "source": "https://github.com/eclipxe13/micro-catalog" }, "time": "2022-07-18T23:42:15+00:00" }, { "name": "eclipxe/xmlresourceretriever", "version": "v1.3.2", "source": { "type": "git", "url": "https://github.com/eclipxe13/XmlResourceRetriever.git", "reference": "2c37f1d2adcf644da09775a8381365593c5cea2a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/eclipxe13/XmlResourceRetriever/zipball/2c37f1d2adcf644da09775a8381365593c5cea2a", "reference": "2c37f1d2adcf644da09775a8381365593c5cea2a", "shasum": "" }, "require": { "ext-dom": "*", "ext-fileinfo": "*", "ext-filter": "*", "ext-xml": "*", "php": ">=7.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.4", "phpstan/phpstan": "^0.9|^0.10|^0.11|^0.12", "phpunit/phpunit": "^6.2|^7.0", "squizlabs/php_codesniffer": "^3.0", "vimeo/psalm": "^3.8" }, "type": "library", "autoload": { "psr-4": { "XmlResourceRetriever\\": "src/XmlResourceRetriever/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Carlos C Soto", "email": "eclipxe13@gmail.com", "homepage": "http://eclipxe.com.mx" } ], "description": "XSD and XLST resource downloader for local storage", "homepage": "https://github.com/eclipxe13/XmlResourceRetriever", "support": { "issues": "https://github.com/eclipxe13/XmlResourceRetriever/issues", "source": "https://github.com/eclipxe13/XmlResourceRetriever/tree/v1.3.2" }, "time": "2021-04-09T03:15:11+00:00" }, { "name": "eclipxe/xmlschemavalidator", "version": "v3.0.4", "source": { "type": "git", "url": "https://github.com/eclipxe13/XmlSchemaValidator.git", "reference": "77ae78bf987d61ffb0e44c427bc3523874b70380" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/eclipxe13/XmlSchemaValidator/zipball/77ae78bf987d61ffb0e44c427bc3523874b70380", "reference": "77ae78bf987d61ffb0e44c427bc3523874b70380", "shasum": "" }, "require": { "ext-dom": "*", "ext-libxml": "*", "php": ">=7.3" }, "require-dev": { "phpunit/phpunit": "^9.5.5" }, "type": "library", "autoload": { "psr-4": { "Eclipxe\\XmlSchemaValidator\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Carlos C Soto", "email": "eclipxe13@gmail.com", "homepage": "https://eclipxe.com.mx/" } ], "description": "PHP Library for XML Schema Validations", "homepage": "https://github.com/eclipxe13/XmlSchemaValidator", "keywords": [ "validation", "xml", "xmlschema", "xsd" ], "support": { "issues": "https://github.com/eclipxe13/XmlSchemaValidator/issues", "source": "https://github.com/eclipxe13/XmlSchemaValidator" }, "time": "2024-03-09T01:15:32+00:00" }, { "name": "genkgo/xsl", "version": "1.1.2", "source": { "type": "git", "url": "https://github.com/genkgo/xsl.git", "reference": "d75572f0dc501560df7eb15549e049fb4b20ff64" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/genkgo/xsl/zipball/d75572f0dc501560df7eb15549e049fb4b20ff64", "reference": "d75572f0dc501560df7eb15549e049fb4b20ff64", "shasum": "" }, "require": { "ext-dom": "*", "ext-intl": "*", "ext-json": "*", "ext-libxml": "*", "ext-xsl": "*", "php": "^7.4 || ~8.0.0 || ~8.1.0", "psr/simple-cache": "^1.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.0", "phpstan/phpstan": "^1.0", "phpstan/phpstan-phpunit": "^1.0", "phpunit/phpunit": "^9" }, "type": "library", "autoload": { "psr-4": { "Genkgo\\Xsl\\": [ "src" ] } }, "notification-url": "https://packagist.org/downloads/", "description": "XSL 2.0 Transpiler in PHP", "support": { "issues": "https://github.com/genkgo/xsl/issues", "source": "https://github.com/genkgo/xsl/tree/1.1.2" }, "time": "2022-11-01T14:58:02+00:00" }, { "name": "league/plates", "version": "v3.5.0", "source": { "type": "git", "url": "https://github.com/thephpleague/plates.git", "reference": "a6a3238e46c6e19af7318fdc36bfbe49b0620231" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/plates/zipball/a6a3238e46c6e19af7318fdc36bfbe49b0620231", "reference": "a6a3238e46c6e19af7318fdc36bfbe49b0620231", "shasum": "" }, "require": { "php": "^7.0|^8.0" }, "require-dev": { "mikey179/vfsstream": "^1.6", "phpunit/phpunit": "^9.5", "squizlabs/php_codesniffer": "^3.5" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.0-dev" } }, "autoload": { "psr-4": { "League\\Plates\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jonathan Reinink", "email": "jonathan@reinink.ca", "role": "Developer" }, { "name": "RJ Garcia", "email": "ragboyjr@icloud.com", "role": "Developer" } ], "description": "Plates, the native PHP template system that's fast, easy to use and easy to extend.", "homepage": "https://platesphp.com", "keywords": [ "league", "package", "templates", "templating", "views" ], "support": { "issues": "https://github.com/thephpleague/plates/issues", "source": "https://github.com/thephpleague/plates/tree/v3.5.0" }, "time": "2023-01-16T20:25:45+00:00" }, { "name": "paragonie/constant_time_encoding", "version": "v2.6.3", "source": { "type": "git", "url": "https://github.com/paragonie/constant_time_encoding.git", "reference": "58c3f47f650c94ec05a151692652a868995d2938" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/58c3f47f650c94ec05a151692652a868995d2938", "reference": "58c3f47f650c94ec05a151692652a868995d2938", "shasum": "" }, "require": { "php": "^7|^8" }, "require-dev": { "phpunit/phpunit": "^6|^7|^8|^9", "vimeo/psalm": "^1|^2|^3|^4" }, "type": "library", "autoload": { "psr-4": { "ParagonIE\\ConstantTime\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Paragon Initiative Enterprises", "email": "security@paragonie.com", "homepage": "https://paragonie.com", "role": "Maintainer" }, { "name": "Steve 'Sc00bz' Thomas", "email": "steve@tobtu.com", "homepage": "https://www.tobtu.com", "role": "Original Developer" } ], "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)", "keywords": [ "base16", "base32", "base32_decode", "base32_encode", "base64", "base64_decode", "base64_encode", "bin2hex", "encoding", "hex", "hex2bin", "rfc4648" ], "support": { "email": "info@paragonie.com", "issues": "https://github.com/paragonie/constant_time_encoding/issues", "source": "https://github.com/paragonie/constant_time_encoding" }, "time": "2022-06-14T06:56:20+00:00" }, { "name": "paragonie/random_compat", "version": "v9.99.100", "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." }, "type": "library", "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" }, "time": "2020-10-15T08:29:30+00:00" }, { "name": "phpcfdi/cfdi-cleaner", "version": "v1.3.2", "source": { "type": "git", "url": "https://github.com/phpcfdi/cfdi-cleaner.git", "reference": "2c3e88d0d58437fa2311471fe0bd00e6b8e5e057" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpcfdi/cfdi-cleaner/zipball/2c3e88d0d58437fa2311471fe0bd00e6b8e5e057", "reference": "2c3e88d0d58437fa2311471fe0bd00e6b8e5e057", "shasum": "" }, "require": { "ext-dom": "*", "ext-libxml": "*", "php": ">=7.3", "symfony/polyfill-php80": "^1.22" }, "require-dev": { "ext-json": "*", "phpunit/phpunit": "^9.3" }, "type": "library", "autoload": { "psr-4": { "PhpCfdi\\CfdiCleaner\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Carlos C Soto", "email": "eclipxe13@gmail.com" } ], "description": "Clean up Mexican CFDI", "homepage": "https://github.com/phpcfdi/cfdi-cleaner", "keywords": [ "cfdi", "mexico", "sat" ], "support": { "issues": "https://github.com/phpcfdi/cfdi-cleaner/issues", "source": "https://github.com/phpcfdi/cfdi-cleaner/tree/v1.3.2" }, "time": "2024-01-16T05:59:14+00:00" }, { "name": "phpcfdi/cfdi-expresiones", "version": "v3.2.0", "source": { "type": "git", "url": "https://github.com/phpcfdi/cfdi-expresiones.git", "reference": "29243c9810b7ec226f491b14c93432669c48facc" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpcfdi/cfdi-expresiones/zipball/29243c9810b7ec226f491b14c93432669c48facc", "reference": "29243c9810b7ec226f491b14c93432669c48facc", "shasum": "" }, "require": { "ext-dom": "*", "ext-mbstring": "*", "php": ">=7.3" }, "require-dev": { "ext-json": "*", "phpunit/phpunit": "^9.5" }, "type": "library", "autoload": { "psr-4": { "PhpCfdi\\CfdiExpresiones\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Carlos C Soto", "email": "eclipxe13@gmail.com", "homepage": "https://eclipxe.com.mx/" } ], "description": "Genera expresiones de CFDI 4.0, CFDI 3.3, CFDI 3.2, RET 1.0 y RET 2.0", "homepage": "https://github.com/phpcfdi/cfdi-expresiones", "keywords": [ "cfdi", "phpcfdi", "sat" ], "support": { "issues": "https://github.com/phpcfdi/cfdi-expresiones/issues", "source": "https://github.com/phpcfdi/cfdi-expresiones" }, "time": "2022-06-27T17:02:05+00:00" }, { "name": "phpcfdi/cfditopdf", "version": "v0.4.1", "source": { "type": "git", "url": "https://github.com/phpcfdi/cfditopdf.git", "reference": "767802159043e9f1fa18e848bc14358decd3269c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpcfdi/cfditopdf/zipball/767802159043e9f1fa18e848bc14358decd3269c", "reference": "767802159043e9f1fa18e848bc14358decd3269c", "shasum": "" }, "require": { "eclipxe/cfdiutils": "^2.11.0", "league/plates": "^3.3", "php": ">=7.3", "phpcfdi/cfdi-cleaner": "^1.2", "spipu/html2pdf": "^5.1" }, "require-dev": { "phpunit/phpunit": "^9.5" }, "bin": [ "bin/cfditopdf" ], "type": "library", "extra": { "phar-builder": { "compression": "GZip", "entry-point": "bin/cfditopdf", "include": [ "bin", "src", "templates" ], "include-dev": false, "name": "cfditopdf.phar", "output-dir": "build/", "skip-shebang": false } }, "autoload": { "psr-4": { "PhpCfdi\\CfdiToPdf\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Carlos C Soto", "email": "eclipxe13@gmail.com", "homepage": "https://eclipxe.com.mx/" } ], "description": "Create a generic PDF file from a CFDI 3.3 & 4.0 (CLI included)", "homepage": "https://github.com/phpcfdi/cfditopdf", "keywords": [ "cfdi", "factura", "invoice", "mexico", "pdf" ], "support": { "issues": "https://github.com/phpcfdi/cfditopdf/issues", "source": "https://github.com/phpcfdi/cfditopdf" }, "time": "2023-06-07T17:47:05+00:00" }, { "name": "phpcfdi/credentials", "version": "v1.2.1", "source": { "type": "git", "url": "https://github.com/phpcfdi/credentials.git", "reference": "f1d8fa6f39ce9d8c7a1e1c286c02c471ff7c46b9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpcfdi/credentials/zipball/f1d8fa6f39ce9d8c7a1e1c286c02c471ff7c46b9", "reference": "f1d8fa6f39ce9d8c7a1e1c286c02c471ff7c46b9", "shasum": "" }, "require": { "eclipxe/enum": "^0.2.0", "ext-mbstring": "*", "ext-openssl": "*", "php": ">=7.3" }, "require-dev": { "ext-json": "*", "phpunit/phpunit": "^9.5" }, "type": "library", "autoload": { "psr-4": { "PhpCfdi\\Credentials\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Carlos C Soto", "email": "eclipxe13@gmail.com" } ], "description": "Library to use eFirma (fiel) and CSD (sellos) from SAT", "homepage": "https://github.com/phpcfdi/credentials", "keywords": [ "certificado", "cfdi", "efirma", "fiel", "sat", "sello" ], "support": { "issues": "https://github.com/phpcfdi/credentials/issues", "source": "https://github.com/phpcfdi/credentials" }, "time": "2023-05-24T22:21:41+00:00" }, { "name": "phpcfdi/finkok", "version": "v0.5.4", "source": { "type": "git", "url": "https://github.com/phpcfdi/finkok.git", "reference": "393a049686720cb5afa68aa8458949c47a5a340e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpcfdi/finkok/zipball/393a049686720cb5afa68aa8458949c47a5a340e", "reference": "393a049686720cb5afa68aa8458949c47a5a340e", "shasum": "" }, "require": { "eclipxe/enum": "^0.2.0", "eclipxe/micro-catalog": "^0.1.0", "ext-dom": "*", "ext-json": "*", "ext-openssl": "*", "ext-soap": "*", "php": ">=7.3", "phpcfdi/cfdi-expresiones": "^3.2", "phpcfdi/credentials": "^1.0.1", "phpcfdi/xml-cancelacion": "^2.0.2", "psr/log": "^1.1 || ^2.0 || ^3.0", "robrichards/xmlseclibs": "^3.0.4" }, "require-dev": { "eclipxe/cfdiutils": "^2.23.2", "ext-fileinfo": "*", "phpcfdi/rfc": "^1.1", "phpunit/phpunit": "^9.5.10", "symfony/dotenv": "^5.1 || ^6.0 || ^7.0" }, "type": "library", "autoload": { "psr-4": { "PhpCfdi\\Finkok\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Carlos C Soto", "email": "eclipxe13@gmail.com", "homepage": "https://eclipxe.com.mx/" } ], "description": "Librería para conectar con la API de servicios de FINKOK", "homepage": "https://github.com/phpcfdi/finkok", "keywords": [ "cfdi", "finkok", "phpcfdi", "sat" ], "support": { "issues": "https://github.com/phpcfdi/finkok/issues", "source": "https://github.com/phpcfdi/finkok" }, "time": "2024-04-13T04:55:30+00:00" }, { "name": "phpcfdi/xml-cancelacion", "version": "v2.0.2", "source": { "type": "git", "url": "https://github.com/phpcfdi/xml-cancelacion.git", "reference": "13abae78d4314f59bcc3d18d3a4bcbb6cd780f47" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpcfdi/xml-cancelacion/zipball/13abae78d4314f59bcc3d18d3a4bcbb6cd780f47", "reference": "13abae78d4314f59bcc3d18d3a4bcbb6cd780f47", "shasum": "" }, "require": { "eclipxe/enum": "^0.2", "ext-dom": "*", "ext-openssl": "*", "php": ">=7.3", "phpcfdi/credentials": "^1.1.1" }, "require-dev": { "phpunit/phpunit": "^9.5", "robrichards/xmlseclibs": "^3.1.0" }, "suggest": { "robrichards/xmlseclibs": "Create document signatures (partially) using xmlseclibs" }, "type": "library", "autoload": { "psr-4": { "PhpCfdi\\XmlCancelacion\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Carlos C Soto", "email": "eclipxe13@gmail.com" } ], "description": "Genera documentos de cancelación de CFDI firmados (XMLSEC)", "homepage": "https://github.com/phpcfdi/xml-cancelacion", "keywords": [ "PeticionConsultaRelacionados", "SolicitudAceptacionRechazo", "cancelacion", "cfdi", "phpcfdi", "sat" ], "support": { "issues": "https://github.com/phpcfdi/xml-cancelacion/issues", "source": "https://github.com/phpcfdi/xml-cancelacion" }, "time": "2022-12-15T19:01:13+00:00" }, { "name": "phpseclib/phpseclib", "version": "3.0.37", "source": { "type": "git", "url": "https://github.com/phpseclib/phpseclib.git", "reference": "cfa2013d0f68c062055180dd4328cc8b9d1f30b8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/cfa2013d0f68c062055180dd4328cc8b9d1f30b8", "reference": "cfa2013d0f68c062055180dd4328cc8b9d1f30b8", "shasum": "" }, "require": { "paragonie/constant_time_encoding": "^1|^2", "paragonie/random_compat": "^1.4|^2.0|^9.99.99", "php": ">=5.6.1" }, "require-dev": { "phpunit/phpunit": "*" }, "suggest": { "ext-dom": "Install the DOM extension to load XML formatted public keys.", "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.", "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.", "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.", "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations." }, "type": "library", "autoload": { "files": [ "phpseclib/bootstrap.php" ], "psr-4": { "phpseclib3\\": "phpseclib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jim Wigginton", "email": "terrafrost@php.net", "role": "Lead Developer" }, { "name": "Patrick Monnerat", "email": "pm@datasphere.ch", "role": "Developer" }, { "name": "Andreas Fischer", "email": "bantu@phpbb.com", "role": "Developer" }, { "name": "Hans-Jürgen Petrich", "email": "petrich@tronic-media.com", "role": "Developer" }, { "name": "Graham Campbell", "email": "graham@alt-three.com", "role": "Developer" } ], "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.", "homepage": "http://phpseclib.sourceforge.net", "keywords": [ "BigInteger", "aes", "asn.1", "asn1", "blowfish", "crypto", "cryptography", "encryption", "rsa", "security", "sftp", "signature", "signing", "ssh", "twofish", "x.509", "x509" ], "support": { "issues": "https://github.com/phpseclib/phpseclib/issues", "source": "https://github.com/phpseclib/phpseclib/tree/3.0.37" }, "funding": [ { "url": "https://github.com/terrafrost", "type": "github" }, { "url": "https://www.patreon.com/phpseclib", "type": "patreon" }, { "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib", "type": "tidelift" } ], "time": "2024-03-03T02:14:58+00:00" }, { "name": "psr/log", "version": "1.1.4", "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" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1.x-dev" } }, "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" }, "time": "2021-05-03T11:20:27+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" ], "support": { "source": "https://github.com/php-fig/simple-cache/tree/master" }, "time": "2017-10-23T01:57:42+00:00" }, { "name": "robrichards/xmlseclibs", "version": "3.1.1", "source": { "type": "git", "url": "https://github.com/robrichards/xmlseclibs.git", "reference": "f8f19e58f26cdb42c54b214ff8a820760292f8df" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/f8f19e58f26cdb42c54b214ff8a820760292f8df", "reference": "f8f19e58f26cdb42c54b214ff8a820760292f8df", "shasum": "" }, "require": { "ext-openssl": "*", "php": ">= 5.4" }, "type": "library", "autoload": { "psr-4": { "RobRichards\\XMLSecLibs\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "A PHP library for XML Security", "homepage": "https://github.com/robrichards/xmlseclibs", "keywords": [ "security", "signature", "xml", "xmldsig" ], "support": { "issues": "https://github.com/robrichards/xmlseclibs/issues", "source": "https://github.com/robrichards/xmlseclibs/tree/3.1.1" }, "time": "2020-09-05T13:00:25+00:00" }, { "name": "spipu/html2pdf", "version": "v5.2.8", "source": { "type": "git", "url": "https://github.com/spipu/html2pdf.git", "reference": "6c94dcd48c94c6c73f206629839c1ebd81e8c726" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/spipu/html2pdf/zipball/6c94dcd48c94c6c73f206629839c1ebd81e8c726", "reference": "6c94dcd48c94c6c73f206629839c1ebd81e8c726", "shasum": "" }, "require": { "ext-gd": "*", "ext-mbstring": "*", "php": "^5.6 || ^7.0 || ^8.0", "tecnickcom/tcpdf": "^6.3" }, "require-dev": { "phpunit/phpunit": "^5.0 || ^9.0" }, "suggest": { "ext-gd": "Allows to embed images into the PDF", "fagundes/zff-html2pdf": "if you need to integrate Html2Pdf with Zend Framework 2 (zf2)" }, "type": "library", "autoload": { "psr-4": { "Spipu\\Html2Pdf\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "OSL-3.0" ], "authors": [ { "name": "Spipu", "homepage": "https://github.com/spipu", "role": "Developer" } ], "description": "Html2Pdf is a HTML to PDF converter written in PHP5 (it uses TCPDF). OFFICIAL PACKAGE", "homepage": "http://html2pdf.fr/", "keywords": [ "html", "html2pdf", "pdf" ], "support": { "issues": "https://github.com/spipu/html2pdf/issues", "source": "https://github.com/spipu/html2pdf/tree/v5.2.8" }, "time": "2023-07-18T14:52:59+00:00" }, { "name": "symfony/polyfill-php80", "version": "v1.29.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php80.git", "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/87b68208d5c1188808dd7839ee1e6c8ec3b02f1b", "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b", "shasum": "" }, "require": { "php": ">=7.1" }, "type": "library", "extra": { "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Symfony\\Polyfill\\Php80\\": "" }, "classmap": [ "Resources/stubs" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Ion Bazan", "email": "ion.bazan@gmail.com" }, { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-php80/tree/v1.29.0" }, "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" } ], "time": "2024-01-29T20:11:03+00:00" }, { "name": "symfony/process", "version": "v5.4.39", "source": { "type": "git", "url": "https://github.com/symfony/process.git", "reference": "85a554acd7c28522241faf2e97b9541247a0d3d5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/process/zipball/85a554acd7c28522241faf2e97b9541247a0d3d5", "reference": "85a554acd7c28522241faf2e97b9541247a0d3d5", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/polyfill-php80": "^1.16" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Process\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/process/tree/v5.4.39" }, "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" } ], "time": "2024-04-18T08:26:06+00:00" }, { "name": "tecnickcom/tcpdf", "version": "6.7.5", "source": { "type": "git", "url": "https://github.com/tecnickcom/TCPDF.git", "reference": "951eabf0338ec2522bd0d5d9c79b08a3a3d36b36" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/951eabf0338ec2522bd0d5d9c79b08a3a3d36b36", "reference": "951eabf0338ec2522bd0d5d9c79b08a3a3d36b36", "shasum": "" }, "require": { "php": ">=5.5.0" }, "type": "library", "autoload": { "classmap": [ "config", "include", "tcpdf.php", "tcpdf_parser.php", "tcpdf_import.php", "tcpdf_barcodes_1d.php", "tcpdf_barcodes_2d.php", "include/tcpdf_colors.php", "include/tcpdf_filters.php", "include/tcpdf_font_data.php", "include/tcpdf_fonts.php", "include/tcpdf_images.php", "include/tcpdf_static.php", "include/barcodes/datamatrix.php", "include/barcodes/pdf417.php", "include/barcodes/qrcode.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0-or-later" ], "authors": [ { "name": "Nicola Asuni", "email": "info@tecnick.com", "role": "lead" } ], "description": "TCPDF is a PHP class for generating PDF documents and barcodes.", "homepage": "http://www.tcpdf.org/", "keywords": [ "PDFD32000-2008", "TCPDF", "barcodes", "datamatrix", "pdf", "pdf417", "qrcode" ], "support": { "issues": "https://github.com/tecnickcom/TCPDF/issues", "source": "https://github.com/tecnickcom/TCPDF/tree/6.7.5" }, "funding": [ { "url": "https://www.paypal.com/cgi-bin/webscr?cmd=_donations¤cy_code=GBP&business=paypal@tecnick.com&item_name=donation%20for%20tcpdf%20project", "type": "custom" } ], "time": "2024-04-20T17:25:10+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [], "plugin-api-version": "2.6.0" }