From 857d2380c0847fc5a9919b88a5f02cc45b403196 Mon Sep 17 00:00:00 2001 From: Sander Date: Tue, 14 Mar 2023 11:33:44 +0100 Subject: [PATCH] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ee333af..4252e4b 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ } ], "require": { - "illuminate/log": "^5.0|^6.0|^7.0|^8.0|^9.0" + "illuminate/log": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0" }, "require-dev": { "phpunit/phpunit": "4.8.*"