From ade55922a77817972df82f2f00be647ae6ffcbae Mon Sep 17 00:00:00 2001 From: Samuel De Backer Date: Mon, 20 Mar 2023 20:02:41 +0100 Subject: [PATCH] Laravel 10 support --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 21ef7a7..6b7b981 100644 --- a/composer.json +++ b/composer.json @@ -19,9 +19,9 @@ ], "require": { "php": "^8.0.2", - "illuminate/console": "^9.0", - "illuminate/support": "^9.0", - "illuminate/routing": "^9.0", + "illuminate/console": "^9.0|^10.0", + "illuminate/support": "^9.0|^10.0", + "illuminate/routing": "^9.0|^10.0", "intervention/image": "^2.7", "league/flysystem": "^3.0", "symfony/http-foundation": "^6.0",