diff --git a/composer.json b/composer.json index 6381c14..b5bf208 100644 --- a/composer.json +++ b/composer.json @@ -18,14 +18,14 @@ "source": "https://github.com/laravel-ready/theme-manager" }, "require": { - "php": "^8.0 || ^8.1", - "illuminate/support": "^8.0 || ^9.0", + "php": "^8.1 || ^8.0", + "illuminate/support": "^10.0 || ^9.0 || ^8.0", "nelexa/zip": "^4.0" }, "require-dev": { - "mockery/mockery": "^1.0", - "orchestra/testbench": "^6.0", - "phpunit/phpunit": "^9.0" + "mockery/mockery": "^1.5.1", + "orchestra/testbench": "^v8.0.8", + "phpstan/phpstan-phpunit": "^1.3.10" }, "autoload": { "psr-4": {