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",