diff --git a/composer.json b/composer.json index 79eda87..4310591 100644 --- a/composer.json +++ b/composer.json @@ -16,12 +16,12 @@ } ], "require": { - "php": "^8.0|^8.1", - "illuminate/support": "^9.0" + "php": "^8.1", + "illuminate/support": "^10.0" }, "require-dev": { - "orchestra/testbench": "^6.0", - "phpunit/phpunit": "^9.0" + "orchestra/testbench": "^8.0", + "phpunit/phpunit": "^9.5.10" }, "autoload": { "psr-4": {