From 2e7fac89e743bbbd34f0c9e59f42e6d4f42163d8 Mon Sep 17 00:00:00 2001 From: Majid Ghaemifar Date: Mon, 23 Dec 2019 16:45:28 +0330 Subject: [PATCH] add laravel 6 support --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 794d81d..9e02ed0 100644 --- a/composer.json +++ b/composer.json @@ -18,8 +18,8 @@ ], "require": { "php": ">=7.1.3", - "illuminate/database": "~5.6.0|~5.7.0|~5.8.0", - "illuminate/support": "~5.6.0|~5.7.0|~5.8.0", + "illuminate/database": "^5.6.0|^5.7.0|^5.8.0|^6.0.0", + "illuminate/support": "^5.6.0|^5.7.0|^5.8.0|^6.0.0", "nesbot/carbon": "^1.21 || ^2.0", "morilog/jalali": "3.*" },