From 16ae9ad544bb725e1d3444ab0d76afb725ad0ad4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 10:52:39 +0000 Subject: [PATCH] Chore(deps-dev): Bump php-cs-fixer/shim from 3.93.0 to 3.93.1 Bumps [php-cs-fixer/shim](https://github.com/PHP-CS-Fixer/shim) from 3.93.0 to 3.93.1. - [Commits](https://github.com/PHP-CS-Fixer/shim/compare/v3.93.0...v3.93.1) --- updated-dependencies: - dependency-name: php-cs-fixer/shim dependency-version: 3.93.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 8fdf06f51..1a71ecb8f 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "nextcloud/coding-standard": "^1.0", "nextcloud/ocp": "dev-stable28", "phan/phan": "^5", - "php-cs-fixer/shim": "3.93.0", + "php-cs-fixer/shim": "3.93.1", "psalm/phar": "^5.26", "squizlabs/php_codesniffer": "^4", "staabm/annotate-pull-request-from-checkstyle": "^1.1.0" diff --git a/composer.lock b/composer.lock index 28fc10e5f..cf6cb31c5 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": "72abb43fb92b07a26f34e89d04ed25e6", + "content-hash": "b79adce75c3b5e6e3805474731047208", "packages": [], "packages-dev": [ { @@ -966,16 +966,16 @@ }, { "name": "php-cs-fixer/shim", - "version": "v3.93.0", + "version": "v3.93.1", "source": { "type": "git", "url": "https://github.com/PHP-CS-Fixer/shim.git", - "reference": "a5666a80c1a02c6b9a63660d023e55ffddbe742e" + "reference": "3a9db22e8f01762fddd3a85b998053294c5a3629" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHP-CS-Fixer/shim/zipball/a5666a80c1a02c6b9a63660d023e55ffddbe742e", - "reference": "a5666a80c1a02c6b9a63660d023e55ffddbe742e", + "url": "https://api.github.com/repos/PHP-CS-Fixer/shim/zipball/3a9db22e8f01762fddd3a85b998053294c5a3629", + "reference": "3a9db22e8f01762fddd3a85b998053294c5a3629", "shasum": "" }, "require": { @@ -1012,9 +1012,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.93.0" + "source": "https://github.com/PHP-CS-Fixer/shim/tree/v3.93.1" }, - "time": "2026-01-23T17:33:44+00:00" + "time": "2026-01-28T23:51:14+00:00" }, { "name": "phpdocumentor/reflection-common",