From 6e82ae5a39f9f45807c01fe413912de9852de173 Mon Sep 17 00:00:00 2001 From: Deniz Polat Date: Wed, 15 Feb 2023 08:02:26 +0100 Subject: [PATCH] Add Laravel 10 support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 08664cb..6099864 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ ], "minimum-stability": "stable", "require": { - "illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0" + "illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0" }, "extra": { "laravel": {