From 809d03128907f578afc02f3e1918da0d3b753ca6 Mon Sep 17 00:00:00 2001 From: Krishan Koenig Date: Wed, 2 Oct 2019 13:31:34 +0200 Subject: [PATCH] add laravel 6.1 support - closes #20 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9df7e3a..3121bd3 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ } ], "require": { - "illuminate/support": "~5.7.0|~5.8.0|~6.0.0", + "illuminate/support": "~5.7.0|~5.8.0|^6.0", "doctrine/dbal": "^2.8", "fzaninotto/faker": "~1.4" },