From 162b20c242ae18f0eb75a4daa631c335751a90a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 10:23:22 +0000 Subject: [PATCH] Chore(deps-dev): Update php-cs-fixer/shim requirement Updates the requirements on [php-cs-fixer/shim](https://github.com/PHP-CS-Fixer/shim) to permit the latest version. - [Commits](https://github.com/PHP-CS-Fixer/shim/compare/v3.34.0...v3.37.1) --- updated-dependencies: - dependency-name: php-cs-fixer/shim 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 bb6a7ee18..7fde08212 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "nextcloud/coding-standard": "^1.0", "squizlabs/php_codesniffer": "^3", "phan/phan": "^5", - "php-cs-fixer/shim": "3.34.0", + "php-cs-fixer/shim": "3.37.1", "guzzlehttp/guzzle": "^7", "staabm/annotate-pull-request-from-checkstyle": "^1.1.0" },