From a5620ae4eda911f6c589480f51340a41ac4a417f Mon Sep 17 00:00:00 2001 From: Caleb Porzio Date: Sat, 15 Feb 2020 12:02:53 -0500 Subject: [PATCH] Support Laravel 7 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index f1f4fb7..814cfab 100644 --- a/composer.json +++ b/composer.json @@ -10,8 +10,8 @@ ], "require": { "php": "^7.1.3", - "illuminate/database": "^5.8 || ^6.0", - "illuminate/support": "^5.8 || ^6.0" + "illuminate/database": "^5.8 || ^6.0 || ^7.0", + "illuminate/support": "^5.8 || ^6.0 || ^7.0" }, "require-dev": { "phpunit/phpunit": "^7.5 || ^8.4 || ^9.0",