From e280a62b35cd3d3e1794197431aba4b6cea75b1d Mon Sep 17 00:00:00 2001 From: Mark van Duijker Date: Wed, 4 Sep 2019 07:58:28 +0200 Subject: [PATCH] :arrow_up: Improve laravel 6 support It is semver now --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 21a7db5..3966a12 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ ], "require": { "php": "^7.1", - "illuminate/database": "~5.7.0|~5.8.0|~6.0.0" + "illuminate/database": "~5.7.0|~5.8.0|~6.0" }, "require-dev": { "larapack/dd": "^1.0",