From 35bf84386c6040b8c77eaf1e8a0274d0a1ab442a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 20:56:50 +0000 Subject: [PATCH] composer: update ergebnis/php-cs-fixer-config requirement Updates the requirements on [ergebnis/php-cs-fixer-config](https://github.com/ergebnis/php-cs-fixer-config) to permit the latest version. - [Release notes](https://github.com/ergebnis/php-cs-fixer-config/releases) - [Changelog](https://github.com/ergebnis/php-cs-fixer-config/blob/6.56.0/CHANGELOG.md) - [Commits](https://github.com/ergebnis/php-cs-fixer-config/compare/6.55.0...6.56.0) --- updated-dependencies: - dependency-name: ergebnis/php-cs-fixer-config dependency-version: 6.56.0 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 225b2f9..beeae53 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ "phpstan/phpstan": "*", "friendsofphp/php-cs-fixer": "^3.88", "ergebnis/composer-normalize": "^2.47", - "ergebnis/php-cs-fixer-config": "^6.55", + "ergebnis/php-cs-fixer-config": "^6.56", "phpstan/phpstan-phpunit": "^2.0" }, "autoload": {