From 2419c0c4e03ea82553f989b2b141756d5a92c99c Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Sun, 19 Feb 2017 07:39:16 +0100 Subject: [PATCH] Allow 0.8.x --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index aa655bc..e6856ab 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "require": { "php": ">=5.5.9", "illuminate/support": "5.1.x|5.2.x|5.3.x|5.4.x", - "dompdf/dompdf": "^0.7" + "dompdf/dompdf": "^0.7|^0.8" }, "autoload": {