From 9c71ff0519edc7148d797854850867f71247a087 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 08:46:04 +0100 Subject: [PATCH] Update friendsofphp/php-cs-fixer requirement from ^3.12.0 to ^3.13.0 (#670) Updates the requirements on friendsofphp/php-cs-fixer to permit the latest version. --- updated-dependencies: - dependency-name: friendsofphp/php-cs-fixer dependency-type: direct:development ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 59cb6c4..2bbd539 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ "require-dev": { "doctrine/dbal": "^2.13.8 || ^3.3.7", "ergebnis/composer-normalize": "^2.28.3", - "friendsofphp/php-cs-fixer": "^3.12.0", + "friendsofphp/php-cs-fixer": "^3.13.0", "helmich/typo3-typoscript-lint": "^3.0.0", "jangregor/phpstan-prophecy": "^1.0.0", "php-coveralls/php-coveralls": "^2.5.3",