From 8e07cb0bf81e86c3358b1a9e284af9fa6ddb9ceb Mon Sep 17 00:00:00 2001 From: Owen Conti Date: Tue, 8 Oct 2019 02:49:14 -0600 Subject: [PATCH] Support Laravel 6+ (#10) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b8593c2..3d67aaa 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ ], "require": { "php" : "^7.1.3", - "illuminate/support": "~5.6.0|~5.7.0|~5.8.0", + "illuminate/support": "^5.6|^6.0", "aws/aws-sdk-php": "^3.52" }, "require-dev": {