diff --git a/composer.json b/composer.json index dcdd3f6..a6c482a 100644 --- a/composer.json +++ b/composer.json @@ -21,13 +21,13 @@ "require": { "php": "^8.1", "ext-tokenizer": "*", - "friendsofphp/php-cs-fixer": "^3.50", - "nexusphp/cs-config": "^3.19.0" + "friendsofphp/php-cs-fixer": "^3.61.1", + "nexusphp/cs-config": "^3.24" }, "require-dev": { - "nexusphp/tachycardia": "^2.1", - "phpstan/phpstan": "^1.0", - "phpunit/phpunit": "^10.5" + "nexusphp/tachycardia": "^2.3", + "phpstan/phpstan": "^1.11", + "phpunit/phpunit": "^10.5 || ^11.2" }, "minimum-stability": "dev", "prefer-stable": true,