From 937655129e062294a87ba4ddab5a62e56cba3816 Mon Sep 17 00:00:00 2001 From: brightjune Date: Fri, 18 Oct 2019 09:20:56 +0800 Subject: [PATCH] Update composer.json --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index f25a89e7..0a32eb3b 100644 --- a/composer.json +++ b/composer.json @@ -13,9 +13,9 @@ ], "require": { "php": "^7.1.3", - "illuminate/database": "~5.7.0|~5.8.0|~6.0.0", - "illuminate/events": "~5.7.0|~5.8.0|~6.0.0", - "illuminate/support": "~5.7.0|~5.8.0|~6.0.0" + "illuminate/database": "~5.7.0|~5.8.0|^6.0", + "illuminate/events": "~5.7.0|~5.8.0|^6.0", + "illuminate/support": "~5.7.0|~5.8.0|^6.0" }, "require-dev": { "mockery/mockery": "^1.0",