From a81644ce89ef99633b3476061a45b7ca728c5f80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 22:00:59 +0000 Subject: [PATCH] Update php-cs-fixer/shim requirement from ^3.67 to ^3.75 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.67.0...v3.75.0) --- updated-dependencies: - dependency-name: php-cs-fixer/shim dependency-version: 3.75.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 c78d619..920d92b 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "php": "~8.2.0 || ~8.3.0" }, "require-dev": { - "php-cs-fixer/shim": "^3.67", + "php-cs-fixer/shim": "^3.75", "phpunit/phpunit": "^11.5.5", "psalm/phar": "^5.26" },