394 lines
13 KiB
JSON
394 lines
13 KiB
JSON
|
[
|
||
|
{
|
||
|
"name": "mpdf/mpdf",
|
||
|
"version": "v8.1.6",
|
||
|
"version_normalized": "8.1.6.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/mpdf/mpdf.git",
|
||
|
"reference": "146c7c1dfd21c826b9d5bbfe3c15e52fd933c90f"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://composer.tiki.org/dist/mpdf/mpdf/mpdf-mpdf-146c7c1dfd21c826b9d5bbfe3c15e52fd933c90f-zip-9c74ed.zip",
|
||
|
"reference": "146c7c1dfd21c826b9d5bbfe3c15e52fd933c90f",
|
||
|
"shasum": "b847234a76f4ed310f1b55ee5ae110fc1eadc609"
|
||
|
},
|
||
|
"require": {
|
||
|
"ext-gd": "*",
|
||
|
"ext-mbstring": "*",
|
||
|
"mpdf/psr-log-aware-trait": "^2.0 || ^3.0",
|
||
|
"myclabs/deep-copy": "^1.7",
|
||
|
"paragonie/random_compat": "^1.4|^2.0|^9.99.99",
|
||
|
"php": "^5.6 || ^7.0 || ~8.0.0 || ~8.1.0 || ~8.2.0",
|
||
|
"psr/http-message": "^1.0",
|
||
|
"psr/log": "^1.0 || ^2.0 || ^3.0",
|
||
|
"setasign/fpdi": "^2.1"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"mockery/mockery": "^1.3.0",
|
||
|
"mpdf/qrcode": "^1.1.0",
|
||
|
"squizlabs/php_codesniffer": "^3.5.0",
|
||
|
"tracy/tracy": "~2.5",
|
||
|
"yoast/phpunit-polyfills": "^1.0"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"ext-bcmath": "Needed for generation of some types of barcodes",
|
||
|
"ext-xml": "Needed mainly for SVG manipulation",
|
||
|
"ext-zlib": "Needed for compression of embedded resources, such as fonts"
|
||
|
},
|
||
|
"time": "2023-05-03T19:36:43+00:00",
|
||
|
"type": "library",
|
||
|
"installation-source": "dist",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Mpdf\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"GPL-2.0-only"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Matěj Humpál",
|
||
|
"role": "Developer, maintainer"
|
||
|
},
|
||
|
{
|
||
|
"name": "Ian Back",
|
||
|
"role": "Developer (retired)"
|
||
|
}
|
||
|
],
|
||
|
"description": "PHP library generating PDF files from UTF-8 encoded HTML",
|
||
|
"homepage": "https://mpdf.github.io",
|
||
|
"keywords": [
|
||
|
"pdf",
|
||
|
"php",
|
||
|
"utf-8"
|
||
|
],
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://www.paypal.me/mpdf",
|
||
|
"type": "custom"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"name": "mpdf/psr-log-aware-trait",
|
||
|
"version": "v2.0.0",
|
||
|
"version_normalized": "2.0.0.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/mpdf/psr-log-aware-trait.git",
|
||
|
"reference": "7a077416e8f39eb626dee4246e0af99dd9ace275"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://composer.tiki.org/dist/mpdf/psr-log-aware-trait/mpdf-psr-log-aware-trait-7a077416e8f39eb626dee4246e0af99dd9ace275-zip-020bf3.zip",
|
||
|
"reference": "7a077416e8f39eb626dee4246e0af99dd9ace275",
|
||
|
"shasum": "46cdc9d6889d854cb35e914ca6822d04221dd8a0"
|
||
|
},
|
||
|
"require": {
|
||
|
"psr/log": "^1.0 || ^2.0"
|
||
|
},
|
||
|
"time": "2023-05-03T06:18:28+00:00",
|
||
|
"type": "library",
|
||
|
"installation-source": "dist",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Mpdf\\PsrLogAwareTrait\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Mark Dorison",
|
||
|
"email": "mark@chromatichq.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Kristofer Widholm",
|
||
|
"email": "kristofer@chromatichq.com"
|
||
|
}
|
||
|
],
|
||
|
"description": "Trait to allow support of different psr/log versions."
|
||
|
},
|
||
|
{
|
||
|
"name": "myclabs/deep-copy",
|
||
|
"version": "1.11.1",
|
||
|
"version_normalized": "1.11.1.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/myclabs/DeepCopy.git",
|
||
|
"reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://composer.tiki.org/dist/myclabs/deep-copy/myclabs-deep-copy-7284c22080590fb39f2ffa3e9057f10a4ddd0e0c-zip-93b376.zip",
|
||
|
"reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
|
||
|
"shasum": "6149a2ecce433c54e77992550360fdaf7f014cbc"
|
||
|
},
|
||
|
"require": {
|
||
|
"php": "^7.1 || ^8.0"
|
||
|
},
|
||
|
"conflict": {
|
||
|
"doctrine/collections": "<1.6.8",
|
||
|
"doctrine/common": "<2.13.3 || >=3,<3.2.2"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"doctrine/collections": "^1.6.8",
|
||
|
"doctrine/common": "^2.13.3 || ^3.2.2",
|
||
|
"phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
|
||
|
},
|
||
|
"time": "2023-03-08T13:26:56+00:00",
|
||
|
"type": "library",
|
||
|
"installation-source": "dist",
|
||
|
"autoload": {
|
||
|
"files": [
|
||
|
"src/DeepCopy/deep_copy.php"
|
||
|
],
|
||
|
"psr-4": {
|
||
|
"DeepCopy\\": "src/DeepCopy/"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"description": "Create deep copies (clones) of your objects",
|
||
|
"keywords": [
|
||
|
"clone",
|
||
|
"copy",
|
||
|
"duplicate",
|
||
|
"object",
|
||
|
"object graph"
|
||
|
],
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
|
||
|
"type": "tidelift"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"name": "paragonie/random_compat",
|
||
|
"version": "v9.99.100",
|
||
|
"version_normalized": "9.99.100.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/paragonie/random_compat.git",
|
||
|
"reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://composer.tiki.org/dist/paragonie/random_compat/paragonie-random_compat-996434e5492cb4c3edcb9168db6fbb1359ef965a-zip-703e25.zip",
|
||
|
"reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
|
||
|
"shasum": "d7d3957390731155e5a53e19b865fcc0548cf1d7"
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">= 7"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": "4.*|5.*",
|
||
|
"vimeo/psalm": "^1"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
|
||
|
},
|
||
|
"time": "2020-10-15T08:29:30+00:00",
|
||
|
"type": "library",
|
||
|
"installation-source": "dist",
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Paragon Initiative Enterprises",
|
||
|
"email": "security@paragonie.com",
|
||
|
"homepage": "https://paragonie.com"
|
||
|
}
|
||
|
],
|
||
|
"description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
|
||
|
"keywords": [
|
||
|
"csprng",
|
||
|
"polyfill",
|
||
|
"pseudorandom",
|
||
|
"random"
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"name": "psr/http-message",
|
||
|
"version": "1.0.1",
|
||
|
"version_normalized": "1.0.1.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/php-fig/http-message.git",
|
||
|
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://composer.tiki.org/dist/psr/http-message/psr-http-message-f6561bf28d520154e4b0ec72be95418abe6d9363-zip-7ab320.zip",
|
||
|
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
|
||
|
"shasum": "ea8e17ffacac448bf35ee94af368eac6823a38de"
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3.0"
|
||
|
},
|
||
|
"time": "2016-08-06T14:39:51+00:00",
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.0.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"installation-source": "dist",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Psr\\Http\\Message\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "PHP-FIG",
|
||
|
"homepage": "http://www.php-fig.org/"
|
||
|
}
|
||
|
],
|
||
|
"description": "Common interface for HTTP messages",
|
||
|
"homepage": "https://github.com/php-fig/http-message",
|
||
|
"keywords": [
|
||
|
"http",
|
||
|
"http-message",
|
||
|
"psr",
|
||
|
"psr-7",
|
||
|
"request",
|
||
|
"response"
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"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://composer.tiki.org/dist/psr/log/psr-log-d49695b909c3b7628b6289db5479a1c204601f11-zip-eb602c.zip",
|
||
|
"reference": "d49695b909c3b7628b6289db5479a1c204601f11",
|
||
|
"shasum": "b923b1880a9e35058191091caa1ac7b3ca117612"
|
||
|
},
|
||
|
"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"
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"name": "setasign/fpdi",
|
||
|
"version": "v2.3.7",
|
||
|
"version_normalized": "2.3.7.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/Setasign/FPDI.git",
|
||
|
"reference": "bccc892d5fa1f48c43f8ba7db5ed4ba6f30c8c05"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://composer.tiki.org/dist/setasign/fpdi/setasign-fpdi-bccc892d5fa1f48c43f8ba7db5ed4ba6f30c8c05-zip-31db77.zip",
|
||
|
"reference": "bccc892d5fa1f48c43f8ba7db5ed4ba6f30c8c05",
|
||
|
"shasum": "2b8dc3c5d877ee675eaf28b25f03a5595c8502f8"
|
||
|
},
|
||
|
"require": {
|
||
|
"ext-zlib": "*",
|
||
|
"php": "^5.6 || ^7.0 || ^8.0"
|
||
|
},
|
||
|
"conflict": {
|
||
|
"setasign/tfpdf": "<1.31"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": "~5.7",
|
||
|
"setasign/fpdf": "~1.8",
|
||
|
"setasign/tfpdf": "1.31",
|
||
|
"squizlabs/php_codesniffer": "^3.5",
|
||
|
"tecnickcom/tcpdf": "~6.2"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"setasign/fpdf": "FPDI will extend this class but as it is also possible to use TCPDF or tFPDF as an alternative. There's no fixed dependency configured."
|
||
|
},
|
||
|
"time": "2023-02-09T10:38:43+00:00",
|
||
|
"type": "library",
|
||
|
"installation-source": "dist",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"setasign\\Fpdi\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Jan Slabon",
|
||
|
"email": "jan.slabon@setasign.com",
|
||
|
"homepage": "https://www.setasign.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Maximilian Kresse",
|
||
|
"email": "maximilian.kresse@setasign.com",
|
||
|
"homepage": "https://www.setasign.com"
|
||
|
}
|
||
|
],
|
||
|
"description": "FPDI is a collection of PHP classes facilitating developers to read pages from existing PDF documents and use them as templates in FPDF. Because it is also possible to use FPDI with TCPDF, there are no fixed dependencies defined. Please see suggestions for packages which evaluates the dependencies automatically.",
|
||
|
"homepage": "https://www.setasign.com/fpdi",
|
||
|
"keywords": [
|
||
|
"fpdf",
|
||
|
"fpdi",
|
||
|
"pdf"
|
||
|
],
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://tidelift.com/funding/github/packagist/setasign/fpdi",
|
||
|
"type": "tidelift"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|