diff --git a/composer.json b/composer.json index 536610cd..56eebc1a 100644 --- a/composer.json +++ b/composer.json @@ -41,10 +41,10 @@ "friendsofphp/php-cs-fixer": "^3.41.1", "infection/infection": "^0.27.9", "phpbench/phpbench": "^1.2.15", - "phpstan/phpstan": "^1.10.49", + "phpstan/phpstan": "^1.10.50", "phpstan/phpstan-phpunit": "^1.3.15", "phpstan/phpstan-strict-rules": "^1.5.2", - "phpunit/phpunit": "^10.5.2" + "phpunit/phpunit": "^10.5.3" }, "suggest": { "ext-iconv": "To handle non UTF-8 CSV files (if \"php-mbstring\" is not already installed or is too limited)",