Files
2026-08-20 11:41:17 +00:00

1773 lines
64 KiB
JSON

{
"packages": [
{
"name": "composer/pcre",
"version": "3.3.2",
"version_normalized": "3.3.2.0",
"source": {
"type": "git",
"url": "https://github.com/composer/pcre.git",
"reference": "b2bed4734f0cc156ee1fe9c0da2550420d99a21e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/pcre/zipball/b2bed4734f0cc156ee1fe9c0da2550420d99a21e",
"reference": "b2bed4734f0cc156ee1fe9c0da2550420d99a21e",
"shasum": ""
},
"require": {
"php": "^7.4 || ^8.0"
},
"conflict": {
"phpstan/phpstan": "<1.11.10"
},
"require-dev": {
"phpstan/phpstan": "^1.12 || ^2",
"phpstan/phpstan-strict-rules": "^1 || ^2",
"phpunit/phpunit": "^8 || ^9"
},
"time": "2024-11-12T16:29:46+00:00",
"type": "library",
"extra": {
"phpstan": {
"includes": [
"extension.neon"
]
},
"branch-alias": {
"dev-main": "3.x-dev"
}
},
"installation-source": "dist",
"autoload": {
"psr-4": {
"Composer\\Pcre\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
}
],
"description": "PCRE wrapping library that offers type-safe preg_* replacements.",
"keywords": [
"PCRE",
"preg",
"regex",
"regular expression"
],
"support": {
"issues": "https://github.com/composer/pcre/issues",
"source": "https://github.com/composer/pcre/tree/3.3.2"
},
"funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
{
"url": "https://github.com/composer",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],
"install-path": "./pcre"
},
{
"name": "maennchen/zipstream-php",
"version": "3.2.0",
"version_normalized": "3.2.0.0",
"source": {
"type": "git",
"url": "https://github.com/maennchen/ZipStream-PHP.git",
"reference": "9712d8fa4cdf9240380b01eb4be55ad8dcf71416"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/maennchen/ZipStream-PHP/zipball/9712d8fa4cdf9240380b01eb4be55ad8dcf71416",
"reference": "9712d8fa4cdf9240380b01eb4be55ad8dcf71416",
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"ext-zlib": "*",
"php-64bit": "^8.3"
},
"require-dev": {
"brianium/paratest": "^7.7",
"ext-zip": "*",
"friendsofphp/php-cs-fixer": "^3.16",
"guzzlehttp/guzzle": "^7.5",
"mikey179/vfsstream": "^1.6",
"php-coveralls/php-coveralls": "^2.5",
"phpunit/phpunit": "^12.0",
"vimeo/psalm": "^6.0"
},
"suggest": {
"guzzlehttp/psr7": "^2.4",
"psr/http-message": "^2.0"
},
"time": "2025-07-17T11:15:13+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"ZipStream\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Paul Duncan",
"email": "pabs@pablotron.org"
},
{
"name": "Jonatan Männchen",
"email": "jonatan@maennchen.ch"
},
{
"name": "Jesse Donat",
"email": "donatj@gmail.com"
},
{
"name": "András Kolesár",
"email": "kolesar@kolesar.hu"
}
],
"description": "ZipStream is a library for dynamically streaming dynamic zip files from PHP without writing to the disk at all on the server.",
"keywords": [
"stream",
"zip"
],
"support": {
"issues": "https://github.com/maennchen/ZipStream-PHP/issues",
"source": "https://github.com/maennchen/ZipStream-PHP/tree/3.2.0"
},
"funding": [
{
"url": "https://github.com/maennchen",
"type": "github"
}
],
"install-path": "../maennchen/zipstream-php"
},
{
"name": "markbaker/complex",
"version": "3.0.2",
"version_normalized": "3.0.2.0",
"source": {
"type": "git",
"url": "https://github.com/MarkBaker/PHPComplex.git",
"reference": "95c56caa1cf5c766ad6d65b6344b807c1e8405b9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/95c56caa1cf5c766ad6d65b6344b807c1e8405b9",
"reference": "95c56caa1cf5c766ad6d65b6344b807c1e8405b9",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "dev-master",
"phpcompatibility/php-compatibility": "^9.3",
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
"squizlabs/php_codesniffer": "^3.7"
},
"time": "2022-12-06T16:21:08+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"Complex\\": "classes/src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mark Baker",
"email": "mark@lange.demon.co.uk"
}
],
"description": "PHP Class for working with complex numbers",
"homepage": "https://github.com/MarkBaker/PHPComplex",
"keywords": [
"complex",
"mathematics"
],
"support": {
"issues": "https://github.com/MarkBaker/PHPComplex/issues",
"source": "https://github.com/MarkBaker/PHPComplex/tree/3.0.2"
},
"install-path": "../markbaker/complex"
},
{
"name": "markbaker/matrix",
"version": "3.0.1",
"version_normalized": "3.0.1.0",
"source": {
"type": "git",
"url": "https://github.com/MarkBaker/PHPMatrix.git",
"reference": "728434227fe21be27ff6d86621a1b13107a2562c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/728434227fe21be27ff6d86621a1b13107a2562c",
"reference": "728434227fe21be27ff6d86621a1b13107a2562c",
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "dev-master",
"phpcompatibility/php-compatibility": "^9.3",
"phpdocumentor/phpdocumentor": "2.*",
"phploc/phploc": "^4.0",
"phpmd/phpmd": "2.*",
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
"sebastian/phpcpd": "^4.0",
"squizlabs/php_codesniffer": "^3.7"
},
"time": "2022-12-02T22:17:43+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"Matrix\\": "classes/src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mark Baker",
"email": "mark@demon-angel.eu"
}
],
"description": "PHP Class for working with matrices",
"homepage": "https://github.com/MarkBaker/PHPMatrix",
"keywords": [
"mathematics",
"matrix",
"vector"
],
"support": {
"issues": "https://github.com/MarkBaker/PHPMatrix/issues",
"source": "https://github.com/MarkBaker/PHPMatrix/tree/3.0.1"
},
"install-path": "../markbaker/matrix"
},
{
"name": "phpmailer/phpmailer",
"version": "v7.0.0",
"version_normalized": "7.0.0.0",
"source": {
"type": "git",
"url": "https://github.com/PHPMailer/PHPMailer.git",
"reference": "c7111310c6116ba508a6a170a89eaaed2129bd42"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/c7111310c6116ba508a6a170a89eaaed2129bd42",
"reference": "c7111310c6116ba508a6a170a89eaaed2129bd42",
"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": {
"decomplexity/SendOauth2": "Adapter for using XOAUTH2 authentication",
"ext-imap": "Needed to support advanced email address parsing according to RFC822",
"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": "2025-10-15T16:40:02+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/v7.0.0"
},
"funding": [
{
"url": "https://github.com/Synchro",
"type": "github"
}
],
"install-path": "../phpmailer/phpmailer"
},
{
"name": "phpoffice/phpspreadsheet",
"version": "5.2.0",
"version_normalized": "5.2.0.0",
"source": {
"type": "git",
"url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
"reference": "3b8994b3aac4b61018bc04fc8c441f4fd68c18eb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/3b8994b3aac4b61018bc04fc8c441f4fd68c18eb",
"reference": "3b8994b3aac4b61018bc04fc8c441f4fd68c18eb",
"shasum": ""
},
"require": {
"composer/pcre": "^1||^2||^3",
"ext-ctype": "*",
"ext-dom": "*",
"ext-fileinfo": "*",
"ext-gd": "*",
"ext-iconv": "*",
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-simplexml": "*",
"ext-xml": "*",
"ext-xmlreader": "*",
"ext-xmlwriter": "*",
"ext-zip": "*",
"ext-zlib": "*",
"maennchen/zipstream-php": "^2.1 || ^3.0",
"markbaker/complex": "^3.0",
"markbaker/matrix": "^3.0",
"php": "^8.1",
"psr/http-client": "^1.0",
"psr/http-factory": "^1.0",
"psr/simple-cache": "^1.0 || ^2.0 || ^3.0"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "dev-main",
"dompdf/dompdf": "^2.0 || ^3.0",
"friendsofphp/php-cs-fixer": "^3.2",
"mitoteam/jpgraph": "^10.5",
"mpdf/mpdf": "^8.1.1",
"phpcompatibility/php-compatibility": "^9.3",
"phpstan/phpstan": "^1.1 || ^2.0",
"phpstan/phpstan-deprecation-rules": "^1.0 || ^2.0",
"phpstan/phpstan-phpunit": "^1.0 || ^2.0",
"phpunit/phpunit": "^10.5",
"squizlabs/php_codesniffer": "^3.7",
"tecnickcom/tcpdf": "^6.5"
},
"suggest": {
"dompdf/dompdf": "Option for rendering PDF with PDF Writer",
"ext-intl": "PHP Internationalization Functions, regquired for NumberFormat Wizard",
"mitoteam/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers",
"mpdf/mpdf": "Option for rendering PDF with PDF Writer",
"tecnickcom/tcpdf": "Option for rendering PDF with PDF Writer"
},
"time": "2025-10-26T15:54:22+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Maarten Balliauw",
"homepage": "https://blog.maartenballiauw.be"
},
{
"name": "Mark Baker",
"homepage": "https://markbakeruk.net"
},
{
"name": "Franck Lefevre",
"homepage": "https://rootslabs.net"
},
{
"name": "Erik Tilt"
},
{
"name": "Adrien Crivelli"
}
],
"description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
"homepage": "https://github.com/PHPOffice/PhpSpreadsheet",
"keywords": [
"OpenXML",
"excel",
"gnumeric",
"ods",
"php",
"spreadsheet",
"xls",
"xlsx"
],
"support": {
"issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues",
"source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/5.2.0"
},
"install-path": "../phpoffice/phpspreadsheet"
},
{
"name": "psr/http-client",
"version": "1.0.3",
"version_normalized": "1.0.3.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-client.git",
"reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
"reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
"shasum": ""
},
"require": {
"php": "^7.0 || ^8.0",
"psr/http-message": "^1.0 || ^2.0"
},
"time": "2023-09-23T14:17:50+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": "https://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"
},
"install-path": "../psr/http-client"
},
{
"name": "psr/http-factory",
"version": "1.1.0",
"version_normalized": "1.1.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-factory.git",
"reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
"reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
"shasum": ""
},
"require": {
"php": ">=7.1",
"psr/http-message": "^1.0 || ^2.0"
},
"time": "2024-04-15T12:06:14+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": "https://www.php-fig.org/"
}
],
"description": "PSR-17: Common interfaces for PSR-7 HTTP message factories",
"keywords": [
"factory",
"http",
"message",
"psr",
"psr-17",
"psr-7",
"request",
"response"
],
"support": {
"source": "https://github.com/php-fig/http-factory"
},
"install-path": "../psr/http-factory"
},
{
"name": "psr/http-message",
"version": "2.0",
"version_normalized": "2.0.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-message.git",
"reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
"reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
},
"time": "2023-04-04T09:54:51+00:00",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.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": "https://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"
],
"support": {
"source": "https://github.com/php-fig/http-message/tree/2.0"
},
"install-path": "../psr/http-message"
},
{
"name": "psr/simple-cache",
"version": "3.0.0",
"version_normalized": "3.0.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/simple-cache.git",
"reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865",
"reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865",
"shasum": ""
},
"require": {
"php": ">=8.0.0"
},
"time": "2021-10-29T13:26:27+00:00",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
}
},
"installation-source": "dist",
"autoload": {
"psr-4": {
"Psr\\SimpleCache\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "https://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/3.0.0"
},
"install-path": "../psr/simple-cache"
},
{
"name": "tecnickcom/tc-lib-barcode",
"version": "2.13.2",
"version_normalized": "2.13.2.0",
"source": {
"type": "git",
"url": "https://github.com/tecnickcom/tc-lib-barcode.git",
"reference": "c7f3ddbc3df10259c59ddc3016ec421267e25e5d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/tecnickcom/tc-lib-barcode/zipball/c7f3ddbc3df10259c59ddc3016ec421267e25e5d",
"reference": "c7f3ddbc3df10259c59ddc3016ec421267e25e5d",
"shasum": ""
},
"require": {
"ext-ctype": "*",
"ext-gd": "*",
"ext-pcre": "*",
"php": ">=8.2",
"tecnickcom/tc-lib-color": "^2.13"
},
"require-dev": {
"pdepend/pdepend": "^2.16",
"phpunit/phpunit": "^11.5 || ^12.5 || ^13.2"
},
"suggest": {
"ext-bcmath": "Speeds up the arbitrary precision arithmetic used by the IMB and PDF417 barcode types (a pure-PHP implementation is used when missing)",
"ext-imagick": "Alternative PNG renderer used by getPngData() when the extension is loaded"
},
"time": "2026-08-07T08:07:20+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": "https://tcpdf.org",
"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"
},
"funding": [
{
"url": "https://github.com/sponsors/tecnickcom",
"type": "github"
}
],
"install-path": "../tecnickcom/tc-lib-barcode"
},
{
"name": "tecnickcom/tc-lib-color",
"version": "2.13.3",
"version_normalized": "2.13.3.0",
"source": {
"type": "git",
"url": "https://github.com/tecnickcom/tc-lib-color.git",
"reference": "36b0cb2215c446fed65842151d494f2b3081533c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/tecnickcom/tc-lib-color/zipball/36b0cb2215c446fed65842151d494f2b3081533c",
"reference": "36b0cb2215c446fed65842151d494f2b3081533c",
"shasum": ""
},
"require": {
"ext-pcre": "*",
"php": ">=8.2"
},
"require-dev": {
"pdepend/pdepend": "^2.16",
"phpunit/phpunit": "^11.5 || ^12.5 || ^13.2"
},
"time": "2026-08-07T08:05:09+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": "https://tcpdf.org",
"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"
},
"funding": [
{
"url": "https://github.com/sponsors/tecnickcom",
"type": "github"
}
],
"install-path": "../tecnickcom/tc-lib-color"
},
{
"name": "tecnickcom/tc-lib-file",
"version": "3.7.3",
"version_normalized": "3.7.3.0",
"source": {
"type": "git",
"url": "https://github.com/tecnickcom/tc-lib-file.git",
"reference": "c582b6d493c26703e95809f6d3e938c79f88885f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/tecnickcom/tc-lib-file/zipball/c582b6d493c26703e95809f6d3e938c79f88885f",
"reference": "c582b6d493c26703e95809f6d3e938c79f88885f",
"shasum": ""
},
"require": {
"ext-curl": "*",
"ext-pcre": "*",
"php": ">=8.2"
},
"require-dev": {
"pdepend/pdepend": "^2.16",
"phpunit/phpunit": "^13.2 || ^12.5 || ^11.5"
},
"suggest": {
"ext-intl": "Enables Unicode NFC normalization when matching paths against the allowlist"
},
"time": "2026-08-07T08:05:39+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"Com\\Tecnick\\File\\": "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 read byte-level data from files",
"homepage": "https://tcpdf.org",
"keywords": [
"Double",
"bit",
"byte",
"file",
"long",
"read",
"short",
"tc-lib-file"
],
"support": {
"issues": "https://github.com/tecnickcom/tc-lib-file/issues",
"source": "https://github.com/tecnickcom/tc-lib-file"
},
"funding": [
{
"url": "https://github.com/sponsors/tecnickcom",
"type": "github"
}
],
"install-path": "../tecnickcom/tc-lib-file"
},
{
"name": "tecnickcom/tc-lib-pdf",
"version": "8.68.3",
"version_normalized": "8.68.3.0",
"source": {
"type": "git",
"url": "https://github.com/tecnickcom/tc-lib-pdf.git",
"reference": "6b056239c0d9781319a4d009e8ca33d48e94e0ea"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/tecnickcom/tc-lib-pdf/zipball/6b056239c0d9781319a4d009e8ca33d48e94e0ea",
"reference": "6b056239c0d9781319a4d009e8ca33d48e94e0ea",
"shasum": ""
},
"require": {
"ext-ctype": "*",
"ext-filter": "*",
"ext-hash": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-openssl": "*",
"ext-pcre": "*",
"ext-xml": "*",
"ext-zlib": "*",
"php": ">=8.2",
"tecnickcom/tc-lib-barcode": "^2.13",
"tecnickcom/tc-lib-color": "^2.13",
"tecnickcom/tc-lib-file": "^3.7",
"tecnickcom/tc-lib-pdf-encrypt": "^2.9",
"tecnickcom/tc-lib-pdf-font": "^3.13",
"tecnickcom/tc-lib-pdf-graph": "^2.15",
"tecnickcom/tc-lib-pdf-image": "^3.12",
"tecnickcom/tc-lib-pdf-page": "^4.14",
"tecnickcom/tc-lib-pdf-parser": "^3.14",
"tecnickcom/tc-lib-pdf-sign": "^1.1",
"tecnickcom/tc-lib-unicode": "^3.0",
"tecnickcom/tc-lib-unicode-data": "^3.0"
},
"require-dev": {
"pdepend/pdepend": "^2.16",
"phpunit/phpunit": "^11.5 || ^12.5 || ^13.2"
},
"suggest": {
"ext-curl": "Required to contact a Timestamp Authority (RFC 3161) when timestamping signatures",
"ext-intl": "Enables Unicode NFC normalization of the PDF file name"
},
"time": "2026-08-07T08:11:00+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"Com\\Tecnick\\Pdf\\": "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 PDF Library",
"homepage": "https://tcpdf.org",
"keywords": [
"PDFD32000-2008",
"TCPDF",
"document",
"pdf",
"tc-lib-pdf"
],
"support": {
"issues": "https://github.com/tecnickcom/tc-lib-pdf/issues",
"source": "https://github.com/tecnickcom/tc-lib-pdf"
},
"funding": [
{
"url": "https://github.com/sponsors/tecnickcom",
"type": "github"
}
],
"install-path": "../tecnickcom/tc-lib-pdf"
},
{
"name": "tecnickcom/tc-lib-pdf-encrypt",
"version": "2.9.3",
"version_normalized": "2.9.3.0",
"source": {
"type": "git",
"url": "https://github.com/tecnickcom/tc-lib-pdf-encrypt.git",
"reference": "9d188937a673af8adc6da1f104c44cf434f7b198"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/tecnickcom/tc-lib-pdf-encrypt/zipball/9d188937a673af8adc6da1f104c44cf434f7b198",
"reference": "9d188937a673af8adc6da1f104c44cf434f7b198",
"shasum": ""
},
"require": {
"ext-hash": "*",
"ext-openssl": "*",
"ext-pcre": "*",
"php": ">=8.2"
},
"require-dev": {
"pdepend/pdepend": "^2.16",
"phpunit/phpunit": "^11.5 || ^12.5 || ^13.2"
},
"suggest": {
"ext-posix": "Adds the process id to the random seed material"
},
"time": "2026-08-07T08:05:51+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"Com\\Tecnick\\Pdf\\Encrypt\\": "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 encrypt data for PDF",
"homepage": "https://tcpdf.org",
"keywords": [
"aes",
"encrypt",
"encryption",
"pdf",
"rc4",
"tc-lib-pdf-encrypt"
],
"support": {
"issues": "https://github.com/tecnickcom/tc-lib-pdf-encrypt/issues",
"source": "https://github.com/tecnickcom/tc-lib-pdf-encrypt"
},
"funding": [
{
"url": "https://github.com/sponsors/tecnickcom",
"type": "github"
}
],
"install-path": "../tecnickcom/tc-lib-pdf-encrypt"
},
{
"name": "tecnickcom/tc-lib-pdf-filter",
"version": "2.10.3",
"version_normalized": "2.10.3.0",
"source": {
"type": "git",
"url": "https://github.com/tecnickcom/tc-lib-pdf-filter.git",
"reference": "48270d50db69852ef58a22b5b034b8a08e5c8464"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/tecnickcom/tc-lib-pdf-filter/zipball/48270d50db69852ef58a22b5b034b8a08e5c8464",
"reference": "48270d50db69852ef58a22b5b034b8a08e5c8464",
"shasum": ""
},
"require": {
"ext-pcre": "*",
"ext-zlib": "*",
"php": ">=8.2"
},
"require-dev": {
"pdepend/pdepend": "^2.16",
"phpunit/phpunit": "^11.5 || ^12.5 || ^13.2"
},
"suggest": {
"ext-imagick": "Required for the JPXDecode (JPEG 2000) and CCITTFaxDecode filters"
},
"time": "2026-08-07T08:06:03+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"Com\\Tecnick\\Pdf\\Filter\\": "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 decode PDF compression and encryption filters",
"homepage": "https://tcpdf.org",
"keywords": [
"compression",
"encryption",
"filter",
"pdf",
"tc-lib-pdf-filter"
],
"support": {
"issues": "https://github.com/tecnickcom/tc-lib-pdf-filter/issues",
"source": "https://github.com/tecnickcom/tc-lib-pdf-filter"
},
"funding": [
{
"url": "https://github.com/sponsors/tecnickcom",
"type": "github"
}
],
"install-path": "../tecnickcom/tc-lib-pdf-filter"
},
{
"name": "tecnickcom/tc-lib-pdf-font",
"version": "3.13.2",
"version_normalized": "3.13.2.0",
"source": {
"type": "git",
"url": "https://github.com/tecnickcom/tc-lib-pdf-font.git",
"reference": "314dfbe240057e1119d4830f35827455f8a76eba"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/tecnickcom/tc-lib-pdf-font/zipball/314dfbe240057e1119d4830f35827455f8a76eba",
"reference": "314dfbe240057e1119d4830f35827455f8a76eba",
"shasum": ""
},
"require": {
"ext-hash": "*",
"ext-json": "*",
"ext-pcre": "*",
"ext-zlib": "*",
"php": ">=8.2",
"tecnickcom/tc-lib-file": "^3.7",
"tecnickcom/tc-lib-pdf-encrypt": "^2.9",
"tecnickcom/tc-lib-unicode-data": "^3.0"
},
"require-dev": {
"pdepend/pdepend": "^2.16",
"phpunit/phpunit": "^11.5 || ^12.5 || ^13.2"
},
"suggest": {
"ext-iconv": "Decodes legacy Macintosh (MacRoman) TrueType name strings",
"ext-mbstring": "Decodes UTF-16BE and Windows-1252 TrueType name strings"
},
"time": "2026-08-07T08:09:37+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"Com\\Tecnick\\Pdf\\Font\\": "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 containing PDF page formats and definitions",
"homepage": "https://tcpdf.org",
"keywords": [
"PFB",
"afm",
"font",
"import",
"pdf",
"tc-lib-pdf-font",
"ttf"
],
"support": {
"issues": "https://github.com/tecnickcom/tc-lib-pdf-font/issues",
"source": "https://github.com/tecnickcom/tc-lib-pdf-font"
},
"funding": [
{
"url": "https://github.com/sponsors/tecnickcom",
"type": "github"
}
],
"install-path": "../tecnickcom/tc-lib-pdf-font"
},
{
"name": "tecnickcom/tc-lib-pdf-graph",
"version": "2.15.2",
"version_normalized": "2.15.2.0",
"source": {
"type": "git",
"url": "https://github.com/tecnickcom/tc-lib-pdf-graph.git",
"reference": "4a3408690c65e14b9c86abe97a12c3079eb8a0cd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/tecnickcom/tc-lib-pdf-graph/zipball/4a3408690c65e14b9c86abe97a12c3079eb8a0cd",
"reference": "4a3408690c65e14b9c86abe97a12c3079eb8a0cd",
"shasum": ""
},
"require": {
"ext-zlib": "*",
"php": ">=8.2",
"tecnickcom/tc-lib-color": "^2.13",
"tecnickcom/tc-lib-pdf-encrypt": "^2.9"
},
"require-dev": {
"pdepend/pdepend": "^2.16",
"phpunit/phpunit": "^11.5 || ^12.5 || ^13.2"
},
"time": "2026-08-07T08:08:50+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"Com\\Tecnick\\Pdf\\Graph\\": "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 containing PDF graphic and geometric methods",
"homepage": "https://tcpdf.org",
"keywords": [
"geometry",
"graphic",
"pdf",
"tc-lib-pdf-graph",
"transformation"
],
"support": {
"issues": "https://github.com/tecnickcom/tc-lib-pdf-graph/issues",
"source": "https://github.com/tecnickcom/tc-lib-pdf-graph"
},
"funding": [
{
"url": "https://github.com/sponsors/tecnickcom",
"type": "github"
}
],
"install-path": "../tecnickcom/tc-lib-pdf-graph"
},
{
"name": "tecnickcom/tc-lib-pdf-image",
"version": "3.12.2",
"version_normalized": "3.12.2.0",
"source": {
"type": "git",
"url": "https://github.com/tecnickcom/tc-lib-pdf-image.git",
"reference": "d7052a7e9216e842bd77395f1dfb443e9bfbcef8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/tecnickcom/tc-lib-pdf-image/zipball/d7052a7e9216e842bd77395f1dfb443e9bfbcef8",
"reference": "d7052a7e9216e842bd77395f1dfb443e9bfbcef8",
"shasum": ""
},
"require": {
"ext-gd": "*",
"ext-zlib": "*",
"php": ">=8.2",
"tecnickcom/tc-lib-color": "^2.13",
"tecnickcom/tc-lib-file": "^3.7",
"tecnickcom/tc-lib-pdf-encrypt": "^2.9"
},
"require-dev": {
"pdepend/pdepend": "^2.16",
"phpunit/phpunit": "^11.5 || ^12.5 || ^13.2"
},
"time": "2026-08-07T08:09:04+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"Com\\Tecnick\\Pdf\\Image\\": "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 containing PDF Image methods",
"homepage": "https://tcpdf.org",
"keywords": [
"image",
"jpeg",
"jpg",
"pdf",
"png",
"tc-lib-pdf-image"
],
"support": {
"issues": "https://github.com/tecnickcom/tc-lib-pdf-image/issues",
"source": "https://github.com/tecnickcom/tc-lib-pdf-image"
},
"funding": [
{
"url": "https://github.com/sponsors/tecnickcom",
"type": "github"
}
],
"install-path": "../tecnickcom/tc-lib-pdf-image"
},
{
"name": "tecnickcom/tc-lib-pdf-page",
"version": "4.14.2",
"version_normalized": "4.14.2.0",
"source": {
"type": "git",
"url": "https://github.com/tecnickcom/tc-lib-pdf-page.git",
"reference": "ac9adaddf8624b5008da335914a42a318cd7d310"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/tecnickcom/tc-lib-pdf-page/zipball/ac9adaddf8624b5008da335914a42a318cd7d310",
"reference": "ac9adaddf8624b5008da335914a42a318cd7d310",
"shasum": ""
},
"require": {
"ext-zlib": "*",
"php": ">=8.2",
"tecnickcom/tc-lib-color": "^2.13",
"tecnickcom/tc-lib-pdf-encrypt": "^2.9"
},
"require-dev": {
"pdepend/pdepend": "^2.16",
"phpunit/phpunit": "^11.5 || ^12.5 || ^13.2"
},
"time": "2026-08-07T08:08:37+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"Com\\Tecnick\\Pdf\\Page\\": "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 containing PDF page formats and definitions",
"homepage": "https://tcpdf.org",
"keywords": [
"format",
"page",
"pdf",
"tc-lib-pdf-page"
],
"support": {
"issues": "https://github.com/tecnickcom/tc-lib-pdf-page/issues",
"source": "https://github.com/tecnickcom/tc-lib-pdf-page"
},
"funding": [
{
"url": "https://github.com/sponsors/tecnickcom",
"type": "github"
}
],
"install-path": "../tecnickcom/tc-lib-pdf-page"
},
{
"name": "tecnickcom/tc-lib-pdf-parser",
"version": "3.14.2",
"version_normalized": "3.14.2.0",
"source": {
"type": "git",
"url": "https://github.com/tecnickcom/tc-lib-pdf-parser.git",
"reference": "db9c32046a3e8d57c8626e8d3ffc94caa10a0675"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/tecnickcom/tc-lib-pdf-parser/zipball/db9c32046a3e8d57c8626e8d3ffc94caa10a0675",
"reference": "db9c32046a3e8d57c8626e8d3ffc94caa10a0675",
"shasum": ""
},
"require": {
"ext-pcre": "*",
"php": ">=8.2",
"tecnickcom/tc-lib-pdf-filter": "^2.10"
},
"require-dev": {
"pdepend/pdepend": "^2.16",
"phpunit/phpunit": "^11.5 || ^12.5 || ^13.2"
},
"time": "2026-08-07T08:08:23+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"Com\\Tecnick\\Pdf\\Parser\\": "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 parse PDF documents",
"homepage": "https://tcpdf.org",
"keywords": [
"document",
"parser",
"pdf",
"tc-lib-pdf-parser"
],
"support": {
"issues": "https://github.com/tecnickcom/tc-lib-pdf-parser/issues",
"source": "https://github.com/tecnickcom/tc-lib-pdf-parser"
},
"funding": [
{
"url": "https://github.com/sponsors/tecnickcom",
"type": "github"
}
],
"install-path": "../tecnickcom/tc-lib-pdf-parser"
},
{
"name": "tecnickcom/tc-lib-pdf-sign",
"version": "1.1.3",
"version_normalized": "1.1.3.0",
"source": {
"type": "git",
"url": "https://github.com/tecnickcom/tc-lib-pdf-sign.git",
"reference": "4132f1fc4b9c103b1a9ec879e2d7b7f9598918f7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/tecnickcom/tc-lib-pdf-sign/zipball/4132f1fc4b9c103b1a9ec879e2d7b7f9598918f7",
"reference": "4132f1fc4b9c103b1a9ec879e2d7b7f9598918f7",
"shasum": ""
},
"require": {
"ext-hash": "*",
"ext-openssl": "*",
"ext-pcre": "*",
"php": ">=8.2"
},
"require-dev": {
"pdepend/pdepend": "^2.16",
"phpunit/phpunit": "^11.5 || ^12.5 || ^13.2"
},
"time": "2026-08-07T08:06:17+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"Com\\Tecnick\\Pdf\\Sign\\": "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 create and embed digital signatures (PKCS#7 / CAdES / PAdES) in PDF documents",
"homepage": "https://tcpdf.org",
"keywords": [
"cades",
"digital-signature",
"pades",
"pdf",
"pkcs7",
"sign",
"signature",
"tc-lib-pdf-sign",
"timestamp"
],
"support": {
"issues": "https://github.com/tecnickcom/tc-lib-pdf-sign/issues",
"source": "https://github.com/tecnickcom/tc-lib-pdf-sign"
},
"funding": [
{
"url": "https://github.com/sponsors/tecnickcom",
"type": "github"
}
],
"install-path": "../tecnickcom/tc-lib-pdf-sign"
},
{
"name": "tecnickcom/tc-lib-unicode",
"version": "3.0.2",
"version_normalized": "3.0.2.0",
"source": {
"type": "git",
"url": "https://github.com/tecnickcom/tc-lib-unicode.git",
"reference": "e0549f1e0bee657a7a5c361d823409655a4ea2c3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/tecnickcom/tc-lib-unicode/zipball/e0549f1e0bee657a7a5c361d823409655a4ea2c3",
"reference": "e0549f1e0bee657a7a5c361d823409655a4ea2c3",
"shasum": ""
},
"require": {
"ext-ctype": "*",
"ext-mbstring": "*",
"ext-pcre": "*",
"php": ">=8.2",
"tecnickcom/tc-lib-unicode-data": "^3.0"
},
"require-dev": {
"pdepend/pdepend": "^2.16",
"phpunit/phpunit": "^11.5 || ^12.5 || ^13.2"
},
"time": "2026-08-07T08:08:11+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"Com\\Tecnick\\Unicode\\": "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 containing Unicode methods",
"homepage": "https://tcpdf.org",
"keywords": [
"font",
"pdf",
"tc-lib-unicode",
"unicode",
"utf-8"
],
"support": {
"issues": "https://github.com/tecnickcom/tc-lib-unicode/issues",
"source": "https://github.com/tecnickcom/tc-lib-unicode"
},
"funding": [
{
"url": "https://github.com/sponsors/tecnickcom",
"type": "github"
}
],
"install-path": "../tecnickcom/tc-lib-unicode"
},
{
"name": "tecnickcom/tc-lib-unicode-data",
"version": "3.0.2",
"version_normalized": "3.0.2.0",
"source": {
"type": "git",
"url": "https://github.com/tecnickcom/tc-lib-unicode-data.git",
"reference": "6b090f51613087c2ed6e576e9543c1feddf2ba51"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/tecnickcom/tc-lib-unicode-data/zipball/6b090f51613087c2ed6e576e9543c1feddf2ba51",
"reference": "6b090f51613087c2ed6e576e9543c1feddf2ba51",
"shasum": ""
},
"require": {
"php": ">=8.2"
},
"require-dev": {
"pdepend/pdepend": "^2.16",
"phpunit/phpunit": "^11.5 || ^12.5 || ^13.2"
},
"time": "2026-08-07T08:06:30+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"Com\\Tecnick\\Unicode\\Data\\": "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 containing Unicode definitions",
"homepage": "https://tcpdf.org",
"keywords": [
"font",
"pdf",
"tc-lib-unicode-data",
"unicode",
"utf-8"
],
"support": {
"issues": "https://github.com/tecnickcom/tc-lib-unicode-data/issues",
"source": "https://github.com/tecnickcom/tc-lib-unicode-data"
},
"funding": [
{
"url": "https://github.com/sponsors/tecnickcom",
"type": "github"
}
],
"install-path": "../tecnickcom/tc-lib-unicode-data"
},
{
"name": "tecnickcom/tcpdf",
"version": "6.10.0",
"version_normalized": "6.10.0.0",
"source": {
"type": "git",
"url": "https://github.com/tecnickcom/TCPDF.git",
"reference": "ca5b6de294512145db96bcbc94e61696599c391d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/ca5b6de294512145db96bcbc94e61696599c391d",
"reference": "ca5b6de294512145db96bcbc94e61696599c391d",
"shasum": ""
},
"require": {
"ext-curl": "*",
"php": ">=7.1.0"
},
"time": "2025-05-27T18:02:28+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"classmap": [
"config",
"include",
"tcpdf.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.10.0"
},
"funding": [
{
"url": "https://www.paypal.com/donate/?hosted_button_id=NZUEC5XS8MFBJ",
"type": "custom"
}
],
"install-path": "../tecnickcom/tcpdf"
}
],
"dev": true,
"dev-package-names": []
}