From 93754168368ae4bfd047d35946c701c0f0a53b3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 13:12:42 +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.85.1 - [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.76.0...v3.85.1) --- updated-dependencies: - dependency-name: friendsofphp/php-cs-fixer dependency-version: 3.85.1 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 31400f9..112e780 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ "symfony/polyfill-php80": "^1.32" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^3.76", + "friendsofphp/php-cs-fixer": "^3.85", "php-parallel-lint/php-parallel-lint": "^1.4", "phpstan/phpstan-phpunit": "^2.0", "phpunit/phpunit": "^9.6"