From 31832f7ffa28bc379563f5c9b7c11dcae85cdd09 Mon Sep 17 00:00:00 2001 From: antonkomarev Date: Fri, 6 Sep 2019 14:06:39 +0300 Subject: [PATCH] Use caret in L6 version name --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 580401e..764aab6 100644 --- a/composer.json +++ b/composer.json @@ -13,9 +13,9 @@ "require": { "php": ">=7.1.3", - "illuminate/support": "~5.7.0|~5.8.0|~6.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", + "illuminate/database": "~5.7.0|~5.8.0|^6.0", + "illuminate/events": "~5.7.0|~5.8.0|^6.0" }, "autoload": {