X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=composer.lock;h=551807c503852e7a8438f0c1d8e58a1efc3c10e2;hb=b02d5e036381eca06c2dbface5b97e1b0343b15f;hp=be467d24df175e100110072def86005187c42058;hpb=692501f23e1b19e6678255e2449adcffe476be3b;p=github%2Fwallabag%2Fwallabag.git diff --git a/composer.lock b/composer.lock index be467d24..551807c5 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "60ce056a3ba44dfa4e039261a2326ae9", + "content-hash": "934e7fcdcc82a110216efe0a9364ba2c", "packages": [ { "name": "bdunogier/guzzle-site-authenticator", @@ -350,16 +350,16 @@ }, { "name": "doctrine/annotations", - "version": "1.10.1", + "version": "1.10.2", "source": { "type": "git", "url": "https://github.com/doctrine/annotations.git", - "reference": "5eb79f3dbdffed6544e1fc287572c0f462bd29bb" + "reference": "b9d758e831c70751155c698c2f7df4665314a1cb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/annotations/zipball/5eb79f3dbdffed6544e1fc287572c0f462bd29bb", - "reference": "5eb79f3dbdffed6544e1fc287572c0f462bd29bb", + "url": "https://api.github.com/repos/doctrine/annotations/zipball/b9d758e831c70751155c698c2f7df4665314a1cb", + "reference": "b9d758e831c70751155c698c2f7df4665314a1cb", "shasum": "" }, "require": { @@ -415,7 +415,7 @@ "docblock", "parser" ], - "time": "2020-04-02T12:33:25+00:00" + "time": "2020-04-20T09:18:32+00:00" }, { "name": "doctrine/cache", @@ -736,16 +736,16 @@ }, { "name": "doctrine/doctrine-bundle", - "version": "1.12.7", + "version": "1.12.8", "source": { "type": "git", "url": "https://github.com/doctrine/DoctrineBundle.git", - "reference": "18fb7d271676dcb8e882adb0157ac1445c8fe89c" + "reference": "65bb2ebc96bcb9207ee56bb17f6c0251ec358380" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/18fb7d271676dcb8e882adb0157ac1445c8fe89c", - "reference": "18fb7d271676dcb8e882adb0157ac1445c8fe89c", + "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/65bb2ebc96bcb9207ee56bb17f6c0251ec358380", + "reference": "65bb2ebc96bcb9207ee56bb17f6c0251ec358380", "shasum": "" }, "require": { @@ -826,7 +826,7 @@ "orm", "persistence" ], - "time": "2020-01-10T12:25:22+00:00" + "time": "2020-04-23T10:38:48+00:00" }, { "name": "doctrine/doctrine-cache-bundle", @@ -1976,16 +1976,16 @@ }, { "name": "friendsofsymfony/rest-bundle", - "version": "2.7.3", + "version": "2.7.4", "source": { "type": "git", "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git", - "reference": "21a27cebe54f02f6499d78db8978162ce7183112" + "reference": "3d8501dbdfa48811ef942f5f93c358c80d5ad8eb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/21a27cebe54f02f6499d78db8978162ce7183112", - "reference": "21a27cebe54f02f6499d78db8978162ce7183112", + "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/3d8501dbdfa48811ef942f5f93c358c80d5ad8eb", + "reference": "3d8501dbdfa48811ef942f5f93c358c80d5ad8eb", "shasum": "" }, "require": { @@ -2076,7 +2076,7 @@ "keywords": [ "rest" ], - "time": "2020-03-28T08:23:35+00:00" + "time": "2020-04-23T17:34:09+00:00" }, { "name": "friendsofsymfony/user-bundle", @@ -9164,6 +9164,68 @@ ], "time": "2020-03-30T06:25:29+00:00" }, + { + "name": "tecnickcom/tcpdf", + "version": "6.3.5", + "source": { + "type": "git", + "url": "https://github.com/tecnickcom/TCPDF.git", + "reference": "19a535eaa7fb1c1cac499109deeb1a7a201b4549" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/19a535eaa7fb1c1cac499109deeb1a7a201b4549", + "reference": "19a535eaa7fb1c1cac499109deeb1a7a201b4549", + "shasum": "" + }, + "require": { + "php": ">=5.3.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-only" + ], + "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" + ], + "time": "2020-02-14T14:20:12+00:00" + }, { "name": "true/punycode", "version": "v2.1.1", @@ -9440,78 +9502,6 @@ ], "time": "2020-03-22T16:24:31+00:00" }, - { - "name": "wallabag/tcpdf", - "version": "6.2.26", - "source": { - "type": "git", - "url": "https://github.com/wallabag/TCPDF.git", - "reference": "bf590f0604bcef1ae6fa3145649cf997f3564477" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/wallabag/TCPDF/zipball/bf590f0604bcef1ae6fa3145649cf997f3564477", - "reference": "bf590f0604bcef1ae6fa3145649cf997f3564477", - "shasum": "" - }, - "require": { - "php": ">=5.3.0" - }, - "replace": { - "tecnickcom/tcpdf": "6.2.*" - }, - "type": "library", - "autoload": { - "classmap": [ - "fonts", - "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" - ], - "authors": [ - { - "name": "Nicola Asuni", - "email": "info@tecnick.com", - "homepage": "http://nicolaasuni.tecnick.com", - "role": "Main developer" - }, - { - "name": "wallabag/core", - "homepage": "https://www.wallabag.org", - "role": "Developers" - } - ], - "description": "Keeping a working 6.2.x TCPDF version.", - "homepage": "https://www.wallabag.org/", - "keywords": [ - "PDFD32000-2008", - "TCPDF", - "barcodes", - "datamatrix", - "pdf", - "pdf417", - "qrcode" - ], - "time": "2018-10-25T06:56:14+00:00" - }, { "name": "white-october/pagerfanta-bundle", "version": "v1.3.2",