From e26ec4246c146be59318a26b5823ee2ca6a86bf9 Mon Sep 17 00:00:00 2001 From: rarog Date: Mon, 5 Jul 2021 20:05:32 +0200 Subject: [PATCH] Updating dependencies. --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 625d3ab..9d68625 100644 --- a/composer.json +++ b/composer.json @@ -9,9 +9,9 @@ ], "require" : { "php" : "^7.1", - "dompdf/dompdf" : "^0.8.4", + "dompdf/dompdf" : "^1.0", "laminas/laminas-servicemanager" : "^3.0", - "laminas/laminas-modulemanager" : "^2.8" + "laminas/laminas-modulemanager" : "^2.10" }, "require-dev" : { "phpunit/phpunit" : "^7.0 || ^8.0 || ^9.0", @@ -34,4 +34,4 @@ } ], "license" : "BSD 3-Clause License" -} \ No newline at end of file +}