From 9d421ee97176c734d01fbce36393f1005a247c7c Mon Sep 17 00:00:00 2001 From: Irakli Tchitadze Date: Tue, 1 Oct 2019 13:38:15 -0400 Subject: [PATCH] Laravel 6.0 Support --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 523fec0..65d0bf1 100644 --- a/composer.json +++ b/composer.json @@ -4,10 +4,10 @@ "type": "library", "require": { "php": ">=7.1.3", - "illuminate/support": "^5.6", - "illuminate/container": "^5.6", - "illuminate/database": "^5.6", - "illuminate/events": "^5.6" + "illuminate/support": "^5.6|~6.0", + "illuminate/container": "^5.6|~6.0", + "illuminate/database": "^5.6|~6.0", + "illuminate/events": "^5.6|~6.0" }, "require-dev": { "phpunit/phpunit": "~7.0",