From 03b6c49160e3c4026612b14f2c13e80193480480 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 04:25:47 +0000 Subject: [PATCH] Update php-cs-fixer/shim requirement from ~3.88.0 to ~3.88.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.88.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 a063d2d..bfb148b 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,7 @@ "php-standard-library/psalm-plugin": "^2.4", "phpunit/phpunit": "~12.4", "php-http/mock-client": "^1.6", - "php-cs-fixer/shim": "~3.88.0" + "php-cs-fixer/shim": "~3.88.0 || ~3.95.0" }, "config": { "allow-plugins": {