From 6cb20d3f397d739163d2d743a4600009e52cd453 Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Tue, 24 Jan 2017 19:12:54 +0100 Subject: [PATCH] Allow L5.4 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index cd05e1a..aa655bc 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "require": { "php": ">=5.5.9", - "illuminate/support": "5.1.x|5.2.x|5.3.x", + "illuminate/support": "5.1.x|5.2.x|5.3.x|5.4.x", "dompdf/dompdf": "^0.7" },