From bf7e396f427cda538a60994e429ec0aa7eeeeb4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 22:29:09 +0000 Subject: [PATCH] Update friendsofphp/php-cs-fixer requirement Updates the requirements on [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) to permit the latest version. Updates `friendsofphp/php-cs-fixer` to 3.88.2 - [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.85.0...v3.88.2) --- updated-dependencies: - dependency-name: friendsofphp/php-cs-fixer dependency-version: 3.88.2 dependency-type: direct:development dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6af78a1..69dc676 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ "symfony/polyfill-php80": "^1.32" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^3.85", + "friendsofphp/php-cs-fixer": "^3.88", "php-parallel-lint/php-parallel-lint": "^1.4", "phpstan/phpstan-phpunit": "^2.0", "phpunit/phpunit": "^9.6"