From e9eda27f8a79f52fdbd0d75c2c548795e3b18dbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 03:53:05 +0000 Subject: [PATCH] Update friendsofphp/php-cs-fixer requirement from ^3.93.1 to ^3.94.0 Updates the requirements on [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) to permit the latest version. - [Release notes](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases) - [Changelog](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/CHANGELOG.md) - [Commits](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.93.1...v3.94.0) --- updated-dependencies: - dependency-name: friendsofphp/php-cs-fixer dependency-version: 3.94.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 988d596..51c3d0b 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ }, "require-dev": { "dg/bypass-finals": "^1.9", - "friendsofphp/php-cs-fixer": "^3.93.1", + "friendsofphp/php-cs-fixer": "^3.94.0", "phpstan/phpstan": "^2.1.38", "phpunit/phpunit": "^10.5.26|^11.5.50|^12.0|^13.0", "rector/rector": "^2.3.6",