From 7f2f75ca6be1c46a5adc28e75e0ea08f8a41827e Mon Sep 17 00:00:00 2001 From: Daniel Stainback Date: Wed, 22 Mar 2023 13:58:37 -0400 Subject: [PATCH] Laravel 10 Support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a1f6ca8..5e88468 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ ], "require": { "php": "^7.4|^8.0", - "illuminate/support": "^7.0|^8.0|^9.0", + "illuminate/support": "^7.0|^8.0|^9.0|^10.0", "hashids/hashids": "~4.0" }, "require-dev": {