From 787ba5d7a59db54ab978382e7e5b825217556688 Mon Sep 17 00:00:00 2001
From: vagrant <vagrant@homestead>
Date: Sun, 23 Sep 2018 18:25:17 +0000
Subject: [PATCH] illuminate support > 5.5

---
 composer.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/composer.json b/composer.json
index bd5679f..27070f4 100644
--- a/composer.json
+++ b/composer.json
@@ -18,7 +18,7 @@
       }
     ],
     "require": {
-      "illuminate/support": ">=5.6.0",
+      "illuminate/support": ">=5.5",
       "setasign/fpdi-fpdf": "^2.0"
     },
     "autoload": {