Bump DOMPDF to `~1.0.0`
authorMikey O'Toole <mikey@mjco.uk>
Tue, 1 Jun 2021 08:56:48 +0000 (09:56 +0100)
committerGitHub <noreply@github.com>
Tue, 1 Jun 2021 08:56:48 +0000 (09:56 +0100)
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

index 0d08d2fce1db23b2767ef128c96980427762e666..f8e66dad71119f4f7776bb3efc2bb74ed2017fd0 100644 (file)
@@ -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",