diff --git a/composer.json b/composer.json index ce7af2a..f73930b 100644 --- a/composer.json +++ b/composer.json @@ -19,12 +19,12 @@ "php": ">=7.3", "ext-curl": "*", "symfony/http-kernel": "^5.0|^6.0", - "illuminate/support": "^8.0|^9.0" + "illuminate/support": "^8.0|^9.0|^10.0" }, "require-dev": { - "illuminate/http": "^9.0", - "illuminate/routing": "^9.0", - "illuminate/view": "^9.0", + "illuminate/http": "^9.0|^10.0", + "illuminate/routing": "^9.0|^10.0", + "illuminate/view": "^9.0|^10.0", "mockery/mockery": "^1.3.1", "phpunit/phpunit": "^9.0", "vlucas/phpdotenv": "^5.0" @@ -42,4 +42,4 @@ } }, "minimum-stability": "dev" -} \ No newline at end of file +}