From c606e19134a20d007384379fedd5981a98dcb004 Mon Sep 17 00:00:00 2001 From: aemaddin Date: Wed, 16 Jun 2021 16:18:47 +0200 Subject: [PATCH] - Support php 8.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 487070f..2ca5ba4 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "php": "^7.4|^8.0", "ext-json": "*", "ext-intl": "*", - "dompdf/dompdf": "^0.8.0", + "dompdf/dompdf": "^0.8.0|^1.0", "illuminate/contracts": "^7.0|^8.0", "illuminate/database": "7.0|^8.0", "illuminate/http": "7.0|^8.0",