From 4ce8e582a55ef695a64613e6a411600b38ef974d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 09:31:18 +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.62.0...6.63.0) --- updated-dependencies: - dependency-name: ergebnis/php-cs-fixer-config dependency-version: 6.63.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 fb46d8f..4b7f7de 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "phpstan/phpstan": "*", "friendsofphp/php-cs-fixer": "^3.95", "ergebnis/composer-normalize": "^2.52", - "ergebnis/php-cs-fixer-config": "^6.62", + "ergebnis/php-cs-fixer-config": "^6.63", "phpstan/phpstan-phpunit": "2.0.18" }, "config": {