From a77c4978eaf1d497dd7848ae1a8ada26558bbaad Mon Sep 17 00:00:00 2001 From: Jeffrey Hyer Date: Thu, 5 Sep 2019 11:13:30 -0600 Subject: [PATCH] Add support for Laravel 6.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ea820f5..73c610f 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "version": "1.0.6", "require": { "php": ">=7.0.0", - "illuminate/support": "~5.0", + "illuminate/support": "5.*|^6.0", "jeffreyhyer/bamboohr": "~1.0" }, "license": "MIT",