diff --git a/composer.json b/composer.json index 3042ed8..f9815ff 100644 --- a/composer.json +++ b/composer.json @@ -4,14 +4,14 @@ "type": "library", "require": { "php": "^8.0", - "illuminate/support": "^8.0|^9.0", - "illuminate/database": "^8.0|^9.0" + "illuminate/support": "^8.0|^9.0|^10.0", + "illuminate/database": "^8.0|^9.0|^10.0" }, "require-dev": { - "laravel/framework": "^8.0|^9.0", + "laravel/framework": "^8.0|^9.0|^10.0", "mockery/mockery": "^1.3", - "orchestra/testbench": "^v6.0", - "phpunit/phpunit": "^8.0|^9.0" + "orchestra/testbench": "^v6.0|^7.0|^8.0", + "phpunit/phpunit": "^8.0|^9.0|^10.0" }, "license": "MIT", "authors": [