From eed28df02eb3357232adb8f42286856e8096f1ef Mon Sep 17 00:00:00 2001 From: Chris Southam Date: Wed, 15 Feb 2023 18:24:38 +0000 Subject: [PATCH] [Feature] add support for laravel v10 (#7) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 35c22c3..b364c3d 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "minimum-stability": "stable", "require": { "php": "^8.1", - "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": {