From 9745bb66c0fa2300c822cc659d45a042cbb7e28b Mon Sep 17 00:00:00 2001 From: demeritcowboy Date: Fri, 30 Sep 2022 20:36:02 -0400 Subject: [PATCH] bump dompdf to 2.0.1 --- composer.json | 2 +- composer.lock | 30 +++++++++++------------------- 2 files changed, 12 insertions(+), 20 deletions(-) diff --git a/composer.json b/composer.json index 3713835ff3..c2eeb630d7 100644 --- a/composer.json +++ b/composer.json @@ -53,7 +53,7 @@ "php": "~7.2.5 || ~7.3 || ~8", "composer-runtime-api": "~2.0", "cache/integration-tests": "~0.17.0", - "dompdf/dompdf" : "~2", + "dompdf/dompdf" : "~2.0.1", "firebase/php-jwt": ">=3 <6", "rubobaquero/phpquery": "^0.9.15", "symfony/config": "~4.4", diff --git a/composer.lock b/composer.lock index d5dc4ed459..d0048cbd64 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": "b95f6dae53ed863eb029cc464ca1de97", + "content-hash": "3111ffc7dadaf54de6e97cc171d95c39", "packages": [ { "name": "adrienrn/php-mimetyper", @@ -612,24 +612,24 @@ }, { "name": "dompdf/dompdf", - "version": "v2.0.0", + "version": "v2.0.1", "source": { "type": "git", "url": "https://github.com/dompdf/dompdf.git", - "reference": "79573d8b8a141ec8a17312515de8740eed014fa9" + "reference": "c5310df0e22c758c85ea5288175fc6cd777bc085" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/dompdf/dompdf/zipball/79573d8b8a141ec8a17312515de8740eed014fa9", - "reference": "79573d8b8a141ec8a17312515de8740eed014fa9", + "url": "https://api.github.com/repos/dompdf/dompdf/zipball/c5310df0e22c758c85ea5288175fc6cd777bc085", + "reference": "c5310df0e22c758c85ea5288175fc6cd777bc085", "shasum": "" }, "require": { "ext-dom": "*", "ext-mbstring": "*", "masterminds/html5": "^2.0", - "phenx/php-font-lib": "^0.5.4", - "phenx/php-svg-lib": "^0.3.3 || ^0.4.0", + "phenx/php-font-lib": ">=0.5.4 <1.0.0", + "phenx/php-svg-lib": ">=0.3.3 <1.0.0", "php": "^7.1 || ^8.0" }, "require-dev": { @@ -660,25 +660,17 @@ ], "authors": [ { - "name": "Fabien Ménager", - "email": "fabien.menager@gmail.com" - }, - { - "name": "Brian Sweeney", - "email": "eclecticgeek@gmail.com" - }, - { - "name": "Gabriel Bull", - "email": "me@gabrielbull.com" + "name": "The Dompdf Community", + "homepage": "https://github.com/dompdf/dompdf/blob/master/AUTHORS.md" } ], "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter", "homepage": "https://github.com/dompdf/dompdf", "support": { "issues": "https://github.com/dompdf/dompdf/issues", - "source": "https://github.com/dompdf/dompdf/tree/v2.0.0" + "source": "https://github.com/dompdf/dompdf/tree/v2.0.1" }, - "time": "2022-06-21T21:14:57+00:00" + "time": "2022-09-22T13:43:41+00:00" }, { "name": "ezyang/htmlpurifier", -- 2.25.1