From 37b6097b7c6b2b90c7a52a7e613f711a7df24309 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 05:52:27 +0000 Subject: [PATCH] [PHP]: Update friendsofphp/php-cs-fixer requirement in /vendor-bin/phpcs 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.95.17...v3.95.18) --- updated-dependencies: - dependency-name: friendsofphp/php-cs-fixer dependency-version: 3.95.18 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- vendor-bin/phpcs/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor-bin/phpcs/composer.json b/vendor-bin/phpcs/composer.json index a8b26ab..fa3aedc 100644 --- a/vendor-bin/phpcs/composer.json +++ b/vendor-bin/phpcs/composer.json @@ -3,7 +3,7 @@ "php": "~8.2.0" }, "require-dev": { - "friendsofphp/php-cs-fixer": "3.95.17", + "friendsofphp/php-cs-fixer": "3.95.18", "serendipity_hq/phpcs-config": "1.2.5" } }