From 11e8b6124a6ae1e19ab85fdff8870bf3394892aa Mon Sep 17 00:00:00 2001 From: Edwin Heij Date: Wed, 22 Mar 2023 21:38:17 +0100 Subject: [PATCH] Laravel 10 support --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 4b4874c..2f0e497 100644 --- a/composer.json +++ b/composer.json @@ -19,8 +19,8 @@ "ibis" ], "require": { - "illuminate/filesystem": "^7.0|^8.0|^9.0", - "illuminate/support": "^7.0|^8.0|^9.0", + "illuminate/filesystem": "^7.0|^8.0|^9.0|^10.0", + "illuminate/support": "^7.0|^8.0|^9.0|^10.0", "mpdf/mpdf": "^8.1", "spatie/commonmark-highlighter": "^2.1|^3.0", "symfony/console": "^4.2|^5.0|^6.0"