From 9416aa60a3a735dabdde9fa9f1f04ae08b556714 Mon Sep 17 00:00:00 2001 From: Pavel Date: Thu, 16 Apr 2020 22:49:14 +0300 Subject: [PATCH] Support Laravel 7 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 2c62dd3..9d48af2 100644 --- a/composer.json +++ b/composer.json @@ -12,8 +12,8 @@ "minimum-stability": "dev", "require": { "php" : "^7.2", - "illuminate/database": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0", - "illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0" + "illuminate/database": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0"|^7.0", + "illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0"" }, "require-dev": { "phpunit/phpunit": "^6.3|^7.0|^8.0",