From 765ef8b2975bc1caee923c43967e61c403fa9be2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Jul 2025 04:49:05 +0000 Subject: [PATCH] build(deps): update friendsofphp/php-cs-fixer requirement in /tools 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.82.0...v3.84.0) --- updated-dependencies: - dependency-name: friendsofphp/php-cs-fixer dependency-version: 3.84.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/composer.json b/tools/composer.json index b36cfa2..8ef7f17 100644 --- a/tools/composer.json +++ b/tools/composer.json @@ -1,6 +1,6 @@ { "require": { - "friendsofphp/php-cs-fixer": "^3.82", + "friendsofphp/php-cs-fixer": "^3.84", "phpstan/extension-installer": "^1.4", "phpstan/phpstan": "^2.1", "phpstan/phpstan-phpunit": "^2.0",