diff --git a/composer.json b/composer.json index 0f1f70f..8665f1b 100644 --- a/composer.json +++ b/composer.json @@ -16,11 +16,11 @@ } ], "require": { - "php": "^7.4|^8.0", - "illuminate/support": "^8.0|^9.0" + "php": "^7.4|^8.0|^8.1", + "illuminate/support": "^8.0|^9.0|^10.0" }, "require-dev": { - "orchestra/testbench": "^6.4", + "orchestra/testbench": "^8.0", "phpunit/phpunit": "^9.4" }, "autoload": { @@ -50,4 +50,4 @@ } } } -} \ No newline at end of file +}