From 01bd05700815e465f6c436dd1d8c642ac7e33dc5 Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Thu, 20 Aug 2026 17:42:34 +0100 Subject: [PATCH] bump php-cs-fixer and code sniffer deps --- build/target-repository/composer.json | 4 ++-- composer.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build/target-repository/composer.json b/build/target-repository/composer.json index 4746724832..70133e5961 100644 --- a/build/target-repository/composer.json +++ b/build/target-repository/composer.json @@ -16,8 +16,8 @@ }, "conflict": { "symplify/coding-standard": "<13.0", - "phpcsstandards/php_codesniffer": "<4.0.1", - "friendsofphp/php-cs-fixer": "<3.95.1" + "phpcsstandards/php_codesniffer": "<4.0.4", + "friendsofphp/php-cs-fixer": "<3.95.20" }, "suggest": { "ext-dom": "Needed to support checkstyle output format in class CheckstyleOutputFormatter" diff --git a/composer.json b/composer.json index f1ed39cf18..ed353faf53 100644 --- a/composer.json +++ b/composer.json @@ -18,13 +18,13 @@ "composer/xdebug-handler": "^3.0.5", "entropy/entropy": "^0.4.6", "fidry/cpu-core-counter": "^1.3", - "friendsofphp/php-cs-fixer": "^3.95.10", + "friendsofphp/php-cs-fixer": "^3.95.20", "nette/utils": "^4.1", "react/child-process": "^0.6.7", "react/event-loop": "^1.6", "react/socket": "^1.17", "sebastian/diff": "^9.0", - "squizlabs/php_codesniffer": "^4.0.1", + "squizlabs/php_codesniffer": "^4.0.4", "symfony/finder": "^7.4", "webmozart/assert": "^2.4" }, @@ -33,7 +33,7 @@ "phpstan/phpstan": "^2.2", "phpstan/phpstan-phpunit": "^2.0.16", "phpstan/phpstan-webmozart-assert": "^2.0", - "phpunit/phpunit": "^13.2", + "phpunit/phpunit": "^13.3", "rector/jack": "^1.0", "rector/rector": "^2.6", "symplify/phpstan-rules": "^14.12",