From 172f0f2590c5c7254cca493990dfda21c5f0a3c7 Mon Sep 17 00:00:00 2001 From: Peter Schade <1241402+peterschade@users.noreply.github.com> Date: Sat, 7 Mar 2020 14:01:49 +0100 Subject: [PATCH] Support Laravel 7 Support Laravel 7 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index a13a0e8..b74b6e9 100644 --- a/composer.json +++ b/composer.json @@ -12,8 +12,8 @@ "minimum-stability": "stable", "require": { "php" : "^7.2", - "illuminate/support": "^5.7|^5.8|^6.0", - "illuminate/database": "^5.7|^5.8|^6.0" + "illuminate/support": "^5.7|^5.8|^6.0|^7", + "illuminate/database": "^5.7|^5.8|^6.0|^7" }, "require-dev": { "phpunit/phpunit": "^7.0|^8.0",