diff --git a/composer.json b/composer.json index fc6a84f..6107ef7 100644 --- a/composer.json +++ b/composer.json @@ -30,10 +30,10 @@ "ext-xml": "*", "ext-xmlwriter": "*", "infection/infection": "^0.27.11 || ^0.28.1", - "mimmi20/coding-standard": "^5.2.40", + "mimmi20/coding-standard": "^5.2.42", "nikic/php-parser": "^4.19.1 || ^5.0.2", "phpstan/extension-installer": "^1.4.2", - "phpstan/phpstan": "^1.11.11", + "phpstan/phpstan": "^1.12.0", "phpstan/phpstan-deprecation-rules": "^1.2.0", "phpstan/phpstan-phpunit": "^1.4.0", "phpunit/phpunit": "^10.5.26", @@ -42,7 +42,7 @@ "symplify/phpstan-rules": "^13.0.1", "tomasvotruba/cognitive-complexity": "^0.2.3", "tomasvotruba/type-coverage": "^0.3.1", - "tomasvotruba/unused-public": "^0.3.10" + "tomasvotruba/unused-public": "^0.3.11" }, "minimum-stability": "stable", "prefer-stable": true,