From f9edf6c6a0fc1065c5438caccf979d2e6ecee101 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 04:16:50 +0000 Subject: [PATCH] Update php-cs-fixer/shim requirement from ~3.94.0 to ~3.94.0 || ~3.95.0 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.94.0...v3.95.1) --- updated-dependencies: - dependency-name: php-cs-fixer/shim dependency-version: 3.95.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 1e19146..ae2dddb 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "require-dev": { "phpunit/phpunit": "~12.3", "vimeo/psalm": "~6.16.0", - "php-cs-fixer/shim": "~3.94.0", + "php-cs-fixer/shim": "~3.94.0 || ~3.95.0", "symfony/cache": "^7.0 || ^6.4" } }