diff --git a/composer.json b/composer.json index 52e8ab9..5d54280 100644 --- a/composer.json +++ b/composer.json @@ -11,8 +11,8 @@ } ], "require": { - "php": "^7.3|^8.0", - "illuminate/support": "^8.0|^9.0" + "php": "^8.0|^8.1|^8.2", + "illuminate/support": "^8.0|^9.0|^10.0" }, "require-dev": { "laravel/jetstream": "^2.3", @@ -48,4 +48,4 @@ "tests": "vendor/bin/phpunit", "testsVerbose": "@tests -vvv" } -} \ No newline at end of file +}