From 30745e5e73dae36370ee8273ee56057a746b4c78 Mon Sep 17 00:00:00 2001 From: Alex Bouma Date: Wed, 4 Sep 2019 10:08:08 +0200 Subject: [PATCH] Allow for installation next to Laravel 6 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b618cbd..c62d340 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "require": { "guzzlehttp/guzzle": "~6.0|~5.0|~4.0", - "illuminate/support": "~4.0|~5.0", + "illuminate/support": "~4.0|~5.0|~6.0", "laravel/helpers": "^1.0" }, "require-dev": {