aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.lock
diff options
context:
space:
mode:
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock136
1 files changed, 63 insertions, 73 deletions
diff --git a/composer.lock b/composer.lock
index 78567da6..551807c5 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", 4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5 "This file is @generated automatically" 5 "This file is @generated automatically"
6 ], 6 ],
7 "content-hash": "60ce056a3ba44dfa4e039261a2326ae9", 7 "content-hash": "934e7fcdcc82a110216efe0a9364ba2c",
8 "packages": [ 8 "packages": [
9 { 9 {
10 "name": "bdunogier/guzzle-site-authenticator", 10 "name": "bdunogier/guzzle-site-authenticator",
@@ -9165,6 +9165,68 @@
9165 "time": "2020-03-30T06:25:29+00:00" 9165 "time": "2020-03-30T06:25:29+00:00"
9166 }, 9166 },
9167 { 9167 {
9168 "name": "tecnickcom/tcpdf",
9169 "version": "6.3.5",
9170 "source": {
9171 "type": "git",
9172 "url": "https://github.com/tecnickcom/TCPDF.git",
9173 "reference": "19a535eaa7fb1c1cac499109deeb1a7a201b4549"
9174 },
9175 "dist": {
9176 "type": "zip",
9177 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/19a535eaa7fb1c1cac499109deeb1a7a201b4549",
9178 "reference": "19a535eaa7fb1c1cac499109deeb1a7a201b4549",
9179 "shasum": ""
9180 },
9181 "require": {
9182 "php": ">=5.3.0"
9183 },
9184 "type": "library",
9185 "autoload": {
9186 "classmap": [
9187 "config",
9188 "include",
9189 "tcpdf.php",
9190 "tcpdf_parser.php",
9191 "tcpdf_import.php",
9192 "tcpdf_barcodes_1d.php",
9193 "tcpdf_barcodes_2d.php",
9194 "include/tcpdf_colors.php",
9195 "include/tcpdf_filters.php",
9196 "include/tcpdf_font_data.php",
9197 "include/tcpdf_fonts.php",
9198 "include/tcpdf_images.php",
9199 "include/tcpdf_static.php",
9200 "include/barcodes/datamatrix.php",
9201 "include/barcodes/pdf417.php",
9202 "include/barcodes/qrcode.php"
9203 ]
9204 },
9205 "notification-url": "https://packagist.org/downloads/",
9206 "license": [
9207 "LGPL-3.0-only"
9208 ],
9209 "authors": [
9210 {
9211 "name": "Nicola Asuni",
9212 "email": "info@tecnick.com",
9213 "role": "lead"
9214 }
9215 ],
9216 "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
9217 "homepage": "http://www.tcpdf.org/",
9218 "keywords": [
9219 "PDFD32000-2008",
9220 "TCPDF",
9221 "barcodes",
9222 "datamatrix",
9223 "pdf",
9224 "pdf417",
9225 "qrcode"
9226 ],
9227 "time": "2020-02-14T14:20:12+00:00"
9228 },
9229 {
9168 "name": "true/punycode", 9230 "name": "true/punycode",
9169 "version": "v2.1.1", 9231 "version": "v2.1.1",
9170 "source": { 9232 "source": {
@@ -9441,78 +9503,6 @@
9441 "time": "2020-03-22T16:24:31+00:00" 9503 "time": "2020-03-22T16:24:31+00:00"
9442 }, 9504 },
9443 { 9505 {
9444 "name": "wallabag/tcpdf",
9445 "version": "6.2.26",
9446 "source": {
9447 "type": "git",
9448 "url": "https://github.com/wallabag/TCPDF.git",
9449 "reference": "bf590f0604bcef1ae6fa3145649cf997f3564477"
9450 },
9451 "dist": {
9452 "type": "zip",
9453 "url": "https://api.github.com/repos/wallabag/TCPDF/zipball/bf590f0604bcef1ae6fa3145649cf997f3564477",
9454 "reference": "bf590f0604bcef1ae6fa3145649cf997f3564477",
9455 "shasum": ""
9456 },
9457 "require": {
9458 "php": ">=5.3.0"
9459 },
9460 "replace": {
9461 "tecnickcom/tcpdf": "6.2.*"
9462 },
9463 "type": "library",
9464 "autoload": {
9465 "classmap": [
9466 "fonts",
9467 "config",
9468 "include",
9469 "tcpdf.php",
9470 "tcpdf_parser.php",
9471 "tcpdf_import.php",
9472 "tcpdf_barcodes_1d.php",
9473 "tcpdf_barcodes_2d.php",
9474 "include/tcpdf_colors.php",
9475 "include/tcpdf_filters.php",
9476 "include/tcpdf_font_data.php",
9477 "include/tcpdf_fonts.php",
9478 "include/tcpdf_images.php",
9479 "include/tcpdf_static.php",
9480 "include/barcodes/datamatrix.php",
9481 "include/barcodes/pdf417.php",
9482 "include/barcodes/qrcode.php"
9483 ]
9484 },
9485 "notification-url": "https://packagist.org/downloads/",
9486 "license": [
9487 "LGPL-3.0"
9488 ],
9489 "authors": [
9490 {
9491 "name": "Nicola Asuni",
9492 "email": "info@tecnick.com",
9493 "homepage": "http://nicolaasuni.tecnick.com",
9494 "role": "Main developer"
9495 },
9496 {
9497 "name": "wallabag/core",
9498 "homepage": "https://www.wallabag.org",
9499 "role": "Developers"
9500 }
9501 ],
9502 "description": "Keeping a working 6.2.x TCPDF version.",
9503 "homepage": "https://www.wallabag.org/",
9504 "keywords": [
9505 "PDFD32000-2008",
9506 "TCPDF",
9507 "barcodes",
9508 "datamatrix",
9509 "pdf",
9510 "pdf417",
9511 "qrcode"
9512 ],
9513 "time": "2018-10-25T06:56:14+00:00"
9514 },
9515 {
9516 "name": "white-october/pagerfanta-bundle", 9506 "name": "white-october/pagerfanta-bundle",
9517 "version": "v1.3.2", 9507 "version": "v1.3.2",
9518 "source": { 9508 "source": {