From 23bed52e5418650a068ae4a83d3639ba99ed0a58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 04:05:42 +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.87.0...v3.88.0) --- updated-dependencies: - dependency-name: friendsofphp/php-cs-fixer dependency-version: 3.88.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 bd06bb2..c72d2fa 100644 --- a/tools/composer.json +++ b/tools/composer.json @@ -1,6 +1,6 @@ { "require": { - "friendsofphp/php-cs-fixer": "^3.87", + "friendsofphp/php-cs-fixer": "^3.88", "phpstan/extension-installer": "^1.4", "phpstan/phpstan": "^2.1", "phpstan/phpstan-phpunit": "^2.0",