From a82506c89f4b9739e633f015cffb5f06d5722f1b Mon Sep 17 00:00:00 2001 From: Rasmus Nielsen Date: Wed, 7 Jul 2021 13:45:51 +0200 Subject: [PATCH] Allow laravel 8 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 15e2f97..9741a3e 100644 --- a/composer.json +++ b/composer.json @@ -13,11 +13,11 @@ ], "require": { "php": ">=7.3.0|8.*", - "illuminate/database": "7.*", - "illuminate/support": "7.*" + "illuminate/database": "7.*|8.*", + "illuminate/support": "7.*|8.*" }, "require-dev": { - "laravel/laravel": "7.*", + "laravel/laravel": "7.*|8.*", "makeabledk/laravel-factory-enhanced": "^2.3.0", "fzaninotto/faker": "^1.4", "mockery/mockery": "^1.4.2",