diff --git a/composer.json b/composer.json index 7df3ef6..868ab8f 100644 --- a/composer.json +++ b/composer.json @@ -29,15 +29,16 @@ "docs": "https://github.com/cybercog/laravel-clickhouse" }, "require": { - "php": "^7.4|^8.0", - "illuminate/console": "^8.75|^9.0", - "illuminate/contracts": "^8.75|^9.0", - "illuminate/filesystem": "^8.75|^9.0", - "illuminate/support": "^8.75|^9.0", + "php": "^8.0", + "illuminate/console": "^9.0|^10.1.3", + "illuminate/contracts": "^9.0|^10.1.3", + "illuminate/filesystem": "^9.0|^10.1.3", + "illuminate/support": "^9.0|^10.1.3", "smi2/phpclickhouse": "^1.4" }, "require-dev": { - "orchestra/testbench": "^6.0|^7.0" + "orchestra/testbench": "^7.0|^8.0", + "phpunit/phpunit": "^9.6" }, "autoload": { "psr-4": {