From cae39f6019101dc9c87b55915d2eb1af13cb9fa1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 09:56:02 +0000 Subject: [PATCH] [TASK] 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. - [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.56.1...v3.57.1) --- updated-dependencies: - dependency-name: friendsofphp/php-cs-fixer 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 dca9a8c0..0ffaef5e 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "ext-json": "*", "ergebnis/composer-normalize": "^2.42.0", "ezyang/htmlpurifier": "^4.17.0", - "friendsofphp/php-cs-fixer": "^3.56.1", + "friendsofphp/php-cs-fixer": "^3.57.1", "friendsoftypo3/phpstan-typo3": "^0.9.0", "helmich/typo3-typoscript-lint": "^3.2.1", "phpstan/phpstan": "^1.11.0",