From 864f75e967c908df1bfe4157f8fb20a46773d1b7 Mon Sep 17 00:00:00 2001 From: Miracle Chibuzo Date: Mon, 26 Jun 2023 14:00:57 +0100 Subject: [PATCH] Update composer.json added support for laravel ^10 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 001075c..ffb4b17 100755 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "minimum-stability": "stable", "require": { "php": "^7.2|^8.0|^8.3", - "illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0" + "illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0" }, "require-dev": { "phpunit/phpunit" : "^8.3",