diff --git a/composer.json b/composer.json index 46eb4de..99c1141 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ "illuminate/support": "^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0" }, "require-dev": { - "brainmaestro/composer-git-hooks": "^2.8", + "brainmaestro/composer-git-hooks": "^2.8 || ^3.0", "ergebnis/composer-normalize": "^2.20", "friendsofphp/php-cs-fixer": "^3.4", "guanguans/ai-commit": "dev-main", @@ -51,10 +51,10 @@ "pestphp/pest": "^1.23 || ^2.0", "pestphp/pest-plugin-faker": "^1.0 || ^2.0", "pestphp/pest-plugin-laravel": "^1.2 || ^2.0", - "phpstan/extension-installer": "^1.3", - "phpstan/phpstan": "^1.10", - "phpstan/phpstan-deprecation-rules": "^1.1", - "rector/rector": "^1.0", + "phpstan/extension-installer": "^1.4", + "phpstan/phpstan": "^1.11", + "phpstan/phpstan-deprecation-rules": "^1.2", + "rector/rector": "^1.2", "vimeo/psalm": "^4.30 || ^5.0" }, "minimum-stability": "dev",