From c318dc9ce333adb50c19485b92a287b4ca93b9c9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 16:00:09 +0000 Subject: [PATCH] chore(deps): update dependency php-cs-fixer/shim to ^3.95.17 --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 1a076b46..d4696c81 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "lendable/phpunit-extensions": "^0.5", "liuggio/fastest": "^1.13", "mikey179/vfsstream": "^1.6.12", - "php-cs-fixer/shim": "^3.95.15", + "php-cs-fixer/shim": "^3.95.17", "php-parallel-lint/php-parallel-lint": "^1.4", "phpstan/phpstan": "^2.2.5", "phpstan/phpstan-deprecation-rules": "^2.0.4", diff --git a/composer.lock b/composer.lock index c2844358..fc939b37 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "4311d3f2e844d6d73773a8a18c545396", + "content-hash": "d7306ec40fdd81b3c3a15d4bbe9d33ca", "packages": [ { "name": "psr/clock", @@ -1542,16 +1542,16 @@ }, { "name": "php-cs-fixer/shim", - "version": "v3.95.15", + "version": "v3.95.17", "source": { "type": "git", "url": "https://github.com/PHP-CS-Fixer/shim.git", - "reference": "64a33558b1b581470c8c8489048efaf9ceeb8415" + "reference": "fe9462e0b3e59b33ee076f6eda626b474b8cf363" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHP-CS-Fixer/shim/zipball/64a33558b1b581470c8c8489048efaf9ceeb8415", - "reference": "64a33558b1b581470c8c8489048efaf9ceeb8415", + "url": "https://api.github.com/repos/PHP-CS-Fixer/shim/zipball/fe9462e0b3e59b33ee076f6eda626b474b8cf363", + "reference": "fe9462e0b3e59b33ee076f6eda626b474b8cf363", "shasum": "" }, "require": { @@ -1588,9 +1588,9 @@ "description": "A tool to automatically fix PHP code style", "support": { "issues": "https://github.com/PHP-CS-Fixer/shim/issues", - "source": "https://github.com/PHP-CS-Fixer/shim/tree/v3.95.15" + "source": "https://github.com/PHP-CS-Fixer/shim/tree/v3.95.17" }, - "time": "2026-07-15T09:52:14+00:00" + "time": "2026-07-24T13:55:04+00:00" }, { "name": "php-parallel-lint/php-parallel-lint",