From 29e76a55b6081741c8f7b394bf68013acee431a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 10:19:49 +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/main/CHANGELOG.md) - [Commits](https://github.com/ergebnis/php-cs-fixer-config/compare/6.58.0...6.61.1) --- updated-dependencies: - dependency-name: ergebnis/php-cs-fixer-config dependency-version: 6.61.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 7967b83..83b56ff 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "phpstan/phpstan": "*", "friendsofphp/php-cs-fixer": "^3.92", "ergebnis/composer-normalize": "^2.48", - "ergebnis/php-cs-fixer-config": "^6.58", + "ergebnis/php-cs-fixer-config": "^6.61", "phpstan/phpstan-phpunit": "2.0.12" }, "config": {