From a1b160f1a926dd32c19b83b189e50f187945c43c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 07:01:48 +0000 Subject: [PATCH] Update friendsofphp/php-cs-fixer requirement from ^3.60 to ^3.95 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.60.0...v3.95.1) --- updated-dependencies: - dependency-name: friendsofphp/php-cs-fixer dependency-version: 3.95.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 82ad46a..b57fea8 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "twig/twig": "^3.11" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^3.60", + "friendsofphp/php-cs-fixer": "^3.95", "phpstan/phpstan": "^1 || ^2", "phpunit/phpunit": "^9.6 || ^10 || ^11 || ^12 || ^13", "psr/http-factory": "^1.0",