diff --git a/composer.json b/composer.json index 72f3d1566..af652af22 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.86.0", + "php-cs-fixer/shim": "3.89.2", "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 ef8c16bd9..c809a40fa 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": "5b04286b78cb0eaf682fe1f4c71fe5f1", + "content-hash": "c7e5d5d6fcec57c185f56bea37b4f1d4", "packages": [], "packages-dev": [ { @@ -957,16 +957,16 @@ }, { "name": "php-cs-fixer/shim", - "version": "v3.86.0", + "version": "v3.89.2", "source": { "type": "git", "url": "https://github.com/PHP-CS-Fixer/shim.git", - "reference": "b43770ec215a30afff187ac273da6b43575c0ae3" + "reference": "8f1bf4fd7d8270020cd3c58756fcf3615ed14b68" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHP-CS-Fixer/shim/zipball/b43770ec215a30afff187ac273da6b43575c0ae3", - "reference": "b43770ec215a30afff187ac273da6b43575c0ae3", + "url": "https://api.github.com/repos/PHP-CS-Fixer/shim/zipball/8f1bf4fd7d8270020cd3c58756fcf3615ed14b68", + "reference": "8f1bf4fd7d8270020cd3c58756fcf3615ed14b68", "shasum": "" }, "require": { @@ -1003,9 +1003,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.86.0" + "source": "https://github.com/PHP-CS-Fixer/shim/tree/v3.89.2" }, - "time": "2025-08-13T22:37:38+00:00" + "time": "2025-11-06T21:13:10+00:00" }, { "name": "phpdocumentor/reflection-common",