From acf3c8a0cb3a6951b4b357d6d57175be1b2a57d6 Mon Sep 17 00:00:00 2001 From: rennokki Date: Wed, 26 Feb 2020 18:56:23 +0200 Subject: [PATCH] Bump Laravel 7 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index be6e2fc..c3619f3 100644 --- a/composer.json +++ b/composer.json @@ -13,8 +13,8 @@ ], "require": { "php": ">=7.2", - "illuminate/database": "^6.0", - "illuminate/support": "^6.0" + "illuminate/database": "^6.0|^7.0", + "illuminate/support": "^6.0|^7.0" }, "autoload": { "psr-4": {