From 8b89a90c6a34112a2039f13aa7da48d69fb3ca15 Mon Sep 17 00:00:00 2001 From: Lloric Mayuga Garcia Date: Wed, 2 Sep 2020 07:25:41 +0800 Subject: [PATCH] Add support for laravel 8 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e88c74f..36e6ecb 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "require": { "php": "^7.1", "divineomega/password_exposed": "^3.0.1", - "illuminate/contracts": "^5.1||^6.0||^7.0" + "illuminate/contracts": "^5.1||^6.0||^7.0||^8.0" }, "license": "LGPL-3.0-only", "authors": [