From 879157efd747a1d952d684c115222b1677be43c2 Mon Sep 17 00:00:00 2001 From: erikn69 Date: Thu, 7 Apr 2022 09:28:30 -0500 Subject: [PATCH] Laravel 10.x support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 733e345..842902d 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "require": { "php": "^7.2.5|^8.0", - "illuminate/support": "^6.0|^7.0|^8.0|^9.0" + "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0" }, "autoload": { "psr-4": {