diff --git a/composer.json b/composer.json index bbe1d5b..0911033 100644 --- a/composer.json +++ b/composer.json @@ -31,23 +31,23 @@ "ext-xml": "*", "ext-xmlwriter": "*", "ergebnis/composer-normalize": "^2.52.0", - "infection/infection": "^0.33.2", + "infection/infection": "^0.34.0", "jbelien/phpstan-sarif-formatter": "^1.2.0", - "mimmi20/coding-standard": "^8.0.5", - "nikic/php-parser": "^5.7.0", + "mimmi20/coding-standard": "^8.0.12", + "nikic/php-parser": "^5.8.0", "phpstan/extension-installer": "^1.4.3", - "phpstan/phpstan": "^2.2.2", + "phpstan/phpstan": "^2.2.5", "phpstan/phpstan-deprecation-rules": "^2.0.4", - "phpstan/phpstan-phpunit": "^2.0.16", - "phpunit/phpunit": "^13.1.10", - "rector/rector": "^2.4.5", + "phpstan/phpstan-phpunit": "^2.0.18", + "phpunit/phpunit": "^13.2.4", + "rector/rector": "^2.5.7", "rector/type-perfect": "^2.1.4", "shipmonk/composer-dependency-analyser": "^1.8.4", "symfony/process": "^8.1.0", "symplify/phpstan-rules": "^14.12.0", "tomasvotruba/cognitive-complexity": "^1.2.0", "tomasvotruba/type-coverage": "^2.2.2", - "tomasvotruba/unused-public": "^2.2.0" + "tomasvotruba/unused-public": "^2.2.1" }, "minimum-stability": "stable", "prefer-stable": true,