From 6db270834428f6223c7cbce23fb433c1597a5182 Mon Sep 17 00:00:00 2001 From: Thomas Landauer Date: Tue, 21 May 2024 00:03:05 +0200 Subject: [PATCH] Adding compatibility with dompdf 3.0 I didn't test this. But https://github.com/dompdf/dompdf/releases/tag/v3.0.0 looks like there were no breaking changes. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7c1ab61..ba26a9b 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ ], "require": { "php": "^8.1", - "dompdf/dompdf": "^1.0.0 || ^2.0.0", + "dompdf/dompdf": "^1.0.0 || ^2.0.0 || ^3.0.0", "symfony/config": "^6.4 || ^7.0", "symfony/dependency-injection": "^6.4 || ^7.0", "symfony/event-dispatcher-contracts": "^1.1 || ^2.0 || ^3.0",