From 8aff4fa31d49a39a97d087165b49fc994b65af8e Mon Sep 17 00:00:00 2001 From: David Nestoruk Date: Tue, 28 Jun 2022 14:57:41 +0100 Subject: [PATCH] Allow higher versions of illuminate/contracts --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index c1405e6..672f47b 100644 --- a/composer.json +++ b/composer.json @@ -30,8 +30,7 @@ "require": { "php": "^7.2.0", "bacon/bacon-qr-code": "^2.0", - "illuminate/container": "^5.8|^6.0|^7.0", - "illuminate/contracts": "^5.8|^6.0|^7.0", + "illuminate/contracts": "^5.8|^6.0|^7.0|^8.0|^9.0", "pragmarx/google2fa": "^7.0" }, "require-dev": {