From f0dd7c9c89f5ff4ce424d416024e30eef07e7e88 Mon Sep 17 00:00:00 2001 From: Mikey O'Toole Date: Tue, 1 Jun 2021 09:56:48 +0100 Subject: [PATCH] Bump DOMPDF to `~1.0.0` Having reviewed the changelogs and actual changes here https://github.com/dompdf/dompdf/releases and following a run-test on this I can't find any broken functionality as a result of this upgrade. There are numerous fixes and improvements in this and the next planned version 1.0.3 will further improve SVG handling. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0d08d2fce1..f8e66dad71 100644 --- a/composer.json +++ b/composer.json @@ -44,7 +44,7 @@ "require": { "php": "~7.2", "cache/integration-tests": "~0.17.0", - "dompdf/dompdf" : "~0.8", + "dompdf/dompdf" : "~1.0.0", "firebase/php-jwt": ">=3 <6", "electrolinux/phpquery": "^0.9.6", "symfony/config": "~3.0 || ~4.4", -- 2.25.1