From 69efff8037c08933af6f4c806d44eb05c58ec9fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 20:22:50 +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.95.23 - [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.95.22...v3.95.23) --- updated-dependencies: - dependency-name: friendsofphp/php-cs-fixer dependency-version: 3.95.23 dependency-type: direct:development dependency-group: composer-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 cf11b78..aa859f7 100644 --- a/composer.json +++ b/composer.json @@ -47,7 +47,7 @@ "codeception/module-asserts": "^3.1", "codeception/module-cli": "^2.0.1", "codeception/module-phpbrowser": "^3.0.2", - "friendsofphp/php-cs-fixer": "^3.95.22", + "friendsofphp/php-cs-fixer": "^3.95.23", "rector/rector": "^2.6.3", "shipmonk/composer-dependency-analyser": "^1.8.4", "vimeo/psalm": "^5.26.1 || ^6.16.1",