512 lines
18 KiB
Plaintext
512 lines
18 KiB
Plaintext
|
|
{
|
||
|
|
"_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": "2c3315885e21000c868e47388fcb0f12",
|
||
|
|
"packages": [
|
||
|
|
{
|
||
|
|
"name": "mpdf/mpdf",
|
||
|
|
"version": "v7.1.9",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/mpdf/mpdf.git",
|
||
|
|
"reference": "a0fc1215d2306aa3b4ba6e97bd6ebe4bab6a88fb"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/mpdf/mpdf/zipball/a0fc1215d2306aa3b4ba6e97bd6ebe4bab6a88fb",
|
||
|
|
"reference": "a0fc1215d2306aa3b4ba6e97bd6ebe4bab6a88fb",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"ext-gd": "*",
|
||
|
|
"ext-mbstring": "*",
|
||
|
|
"myclabs/deep-copy": "^1.7",
|
||
|
|
"paragonie/random_compat": "^1.4|^2.0|9.99.99",
|
||
|
|
"php": "^5.6 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0",
|
||
|
|
"psr/log": "^1.0",
|
||
|
|
"setasign/fpdi": "1.6.*"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"mockery/mockery": "^0.9.5",
|
||
|
|
"phpunit/phpunit": "^5.0",
|
||
|
|
"squizlabs/php_codesniffer": "^2.7.0",
|
||
|
|
"tracy/tracy": "^2.4"
|
||
|
|
},
|
||
|
|
"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"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"extra": {
|
||
|
|
"branch-alias": {
|
||
|
|
"dev-development": "7.x-dev"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"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"
|
||
|
|
],
|
||
|
|
"support": {
|
||
|
|
"docs": "http://mpdf.github.io",
|
||
|
|
"issues": "https://github.com/mpdf/mpdf/issues",
|
||
|
|
"source": "https://github.com/mpdf/mpdf"
|
||
|
|
},
|
||
|
|
"time": "2019-02-06T13:32:19+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "myclabs/deep-copy",
|
||
|
|
"version": "1.7.0",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/myclabs/DeepCopy.git",
|
||
|
|
"reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
|
||
|
|
"reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": "^5.6 || ^7.0"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"doctrine/collections": "^1.0",
|
||
|
|
"doctrine/common": "^2.6",
|
||
|
|
"phpunit/phpunit": "^4.1"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"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"
|
||
|
|
],
|
||
|
|
"support": {
|
||
|
|
"issues": "https://github.com/myclabs/DeepCopy/issues",
|
||
|
|
"source": "https://github.com/myclabs/DeepCopy/tree/1.x"
|
||
|
|
},
|
||
|
|
"time": "2017-10-19T19:58:43+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "paragonie/random_compat",
|
||
|
|
"version": "v2.0.21",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/paragonie/random_compat.git",
|
||
|
|
"reference": "96c132c7f2f7bc3230723b66e89f8f150b29d5ae"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/96c132c7f2f7bc3230723b66e89f8f150b29d5ae",
|
||
|
|
"reference": "96c132c7f2f7bc3230723b66e89f8f150b29d5ae",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=5.2.0"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"phpunit/phpunit": "*"
|
||
|
|
},
|
||
|
|
"suggest": {
|
||
|
|
"ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"autoload": {
|
||
|
|
"files": [
|
||
|
|
"lib/random.php"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"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": "2022-02-16T17:07:03+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "psr/http-message",
|
||
|
|
"version": "1.0.1",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/php-fig/http-message.git",
|
||
|
|
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
|
||
|
|
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=5.3.0"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"extra": {
|
||
|
|
"branch-alias": {
|
||
|
|
"dev-master": "1.0.x-dev"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"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"
|
||
|
|
],
|
||
|
|
"support": {
|
||
|
|
"source": "https://github.com/php-fig/http-message/tree/master"
|
||
|
|
},
|
||
|
|
"time": "2016-08-06T14:39:51+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": "setasign/fpdi",
|
||
|
|
"version": "1.6.2",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/Setasign/FPDI.git",
|
||
|
|
"reference": "a6ad58897a6d97cc2d2cd2adaeda343b25a368ea"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/Setasign/FPDI/zipball/a6ad58897a6d97cc2d2cd2adaeda343b25a368ea",
|
||
|
|
"reference": "a6ad58897a6d97cc2d2cd2adaeda343b25a368ea",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"suggest": {
|
||
|
|
"setasign/fpdf": "FPDI will extend this class but as it is also possible to use \"tecnickcom/tcpdf\" as an alternative there's no fixed dependency configured.",
|
||
|
|
"setasign/fpdi-fpdf": "Use this package to automatically evaluate dependencies to FPDF.",
|
||
|
|
"setasign/fpdi-tcpdf": "Use this package to automatically evaluate dependencies to TCPDF."
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"autoload": {
|
||
|
|
"classmap": [
|
||
|
|
"filters/",
|
||
|
|
"fpdi.php",
|
||
|
|
"fpdf_tpl.php",
|
||
|
|
"fpdi_pdf_parser.php",
|
||
|
|
"pdf_context.php"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"MIT"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Jan Slabon",
|
||
|
|
"email": "jan.slabon@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"
|
||
|
|
],
|
||
|
|
"support": {
|
||
|
|
"issues": "https://github.com/Setasign/FPDI/issues",
|
||
|
|
"source": "https://github.com/Setasign/FPDI/tree/master"
|
||
|
|
},
|
||
|
|
"time": "2017-05-11T14:25:49+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "slim/csrf",
|
||
|
|
"version": "0.8.3",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/slimphp/Slim-Csrf.git",
|
||
|
|
"reference": "5f2bcf5d89adf86dc0455a32bea84d912ab466a7"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/slimphp/Slim-Csrf/zipball/5f2bcf5d89adf86dc0455a32bea84d912ab466a7",
|
||
|
|
"reference": "5f2bcf5d89adf86dc0455a32bea84d912ab466a7",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"paragonie/random_compat": "^1.1|^2.0|^9.99",
|
||
|
|
"php": ">=5.5.0",
|
||
|
|
"psr/http-message": "^1.0"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"phpunit/phpunit": "^4.0",
|
||
|
|
"slim/slim": "~3.0"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"Slim\\Csrf\\": "src"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"MIT"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Josh Lockhart",
|
||
|
|
"email": "hello@joshlockhart.com",
|
||
|
|
"homepage": "http://joshlockhart.com"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "Slim Framework 3 CSRF protection middleware",
|
||
|
|
"homepage": "http://slimframework.com",
|
||
|
|
"keywords": [
|
||
|
|
"csrf",
|
||
|
|
"framework",
|
||
|
|
"middleware",
|
||
|
|
"slim"
|
||
|
|
],
|
||
|
|
"support": {
|
||
|
|
"issues": "https://github.com/slimphp/Slim-Csrf/issues",
|
||
|
|
"source": "https://github.com/slimphp/Slim-Csrf/tree/master"
|
||
|
|
},
|
||
|
|
"time": "2018-08-22T16:12:18+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "slim/slim",
|
||
|
|
"version": "2.6.3",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/slimphp/Slim.git",
|
||
|
|
"reference": "9224ed81ac1c412881e8d762755e3d76ebf580c0"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/slimphp/Slim/zipball/9224ed81ac1c412881e8d762755e3d76ebf580c0",
|
||
|
|
"reference": "9224ed81ac1c412881e8d762755e3d76ebf580c0",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=5.3.0"
|
||
|
|
},
|
||
|
|
"suggest": {
|
||
|
|
"ext-mcrypt": "Required for HTTP cookie encryption",
|
||
|
|
"phpseclib/mcrypt_compat": "Polyfil for mcrypt extension"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"autoload": {
|
||
|
|
"psr-0": {
|
||
|
|
"Slim": "."
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"MIT"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Josh Lockhart",
|
||
|
|
"email": "info@joshlockhart.com",
|
||
|
|
"homepage": "http://www.joshlockhart.com/"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "Slim Framework, a PHP micro framework",
|
||
|
|
"homepage": "http://github.com/codeguy/Slim",
|
||
|
|
"keywords": [
|
||
|
|
"microframework",
|
||
|
|
"rest",
|
||
|
|
"router"
|
||
|
|
],
|
||
|
|
"support": {
|
||
|
|
"issues": "https://github.com/slimphp/Slim/issues",
|
||
|
|
"source": "https://github.com/slimphp/Slim/tree/2.x"
|
||
|
|
},
|
||
|
|
"time": "2017-01-07T12:21:41+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "symfony/yaml",
|
||
|
|
"version": "v2.6.13",
|
||
|
|
"target-dir": "Symfony/Component/Yaml",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/symfony/yaml.git",
|
||
|
|
"reference": "c044d1744b8e91aaaa0d9bac683ab87ec7cbf359"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/symfony/yaml/zipball/c044d1744b8e91aaaa0d9bac683ab87ec7cbf359",
|
||
|
|
"reference": "c044d1744b8e91aaaa0d9bac683ab87ec7cbf359",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=5.3.3"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"symfony/phpunit-bridge": "~2.7"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"extra": {
|
||
|
|
"branch-alias": {
|
||
|
|
"dev-master": "2.6-dev"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"autoload": {
|
||
|
|
"psr-0": {
|
||
|
|
"Symfony\\Component\\Yaml\\": ""
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"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": "Symfony Yaml Component",
|
||
|
|
"homepage": "https://symfony.com",
|
||
|
|
"support": {
|
||
|
|
"source": "https://github.com/symfony/yaml/tree/v2.6.11"
|
||
|
|
},
|
||
|
|
"time": "2015-07-26T08:59:42+00:00"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"packages-dev": [],
|
||
|
|
"aliases": [],
|
||
|
|
"minimum-stability": "stable",
|
||
|
|
"stability-flags": [],
|
||
|
|
"prefer-stable": false,
|
||
|
|
"prefer-lowest": false,
|
||
|
|
"platform": {
|
||
|
|
"php": "5.6.*"
|
||
|
|
},
|
||
|
|
"platform-dev": [],
|
||
|
|
"plugin-api-version": "2.0.0"
|
||
|
|
}
|