diff --git a/composer.json b/composer.json index 339e90c..7d56343 100644 --- a/composer.json +++ b/composer.json @@ -37,16 +37,16 @@ "mimmi20/coding-standard": "^5.2.44", "nikic/php-parser": "^4.19.1 || ^5.0.2", "phpstan/extension-installer": "^1.4.3", - "phpstan/phpstan": "^1.12.4", + "phpstan/phpstan": "^1.12.5", "phpstan/phpstan-deprecation-rules": "^1.2.1", "phpstan/phpstan-phpunit": "^1.4.0", "phpunit/phpunit": "^10.5.27", "rector/rector": "^1.2.5", - "rector/type-perfect": "^0.2.0", + "rector/type-perfect": "^1.0.0", "symplify/phpstan-rules": "^13.0.1", "tomasvotruba/cognitive-complexity": "^0.2.3", - "tomasvotruba/type-coverage": "^0.3.1", - "tomasvotruba/unused-public": "^0.4.0" + "tomasvotruba/type-coverage": "^1.0.0", + "tomasvotruba/unused-public": "^1.0.0" }, "suggest": { "laminas/laminas-modulemanager": "Required for Module Integration",