diff --git a/composer.json b/composer.json index d8a82bc7f..79142a66c 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.1", "psalm/phar": "^5.26", "squizlabs/php_codesniffer": "^3", "staabm/annotate-pull-request-from-checkstyle": "^1.1.0" diff --git a/composer.lock b/composer.lock index 5fbfb0bcd..c1d247a2b 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": "6e4330c2289a74d4b93d21fd2368d656", + "content-hash": "613b477d7da3fcc4b7eda28ad550b8bd", "packages": [], "packages-dev": [ { @@ -957,16 +957,16 @@ }, { "name": "php-cs-fixer/shim", - "version": "v3.86.0", + "version": "v3.89.1", "source": { "type": "git", "url": "https://github.com/PHP-CS-Fixer/shim.git", - "reference": "b43770ec215a30afff187ac273da6b43575c0ae3" + "reference": "69182624902af6b2adafb30e2a092f0e6dd89fab" }, "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/69182624902af6b2adafb30e2a092f0e6dd89fab", + "reference": "69182624902af6b2adafb30e2a092f0e6dd89fab", "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.1" }, - "time": "2025-08-13T22:37:38+00:00" + "time": "2025-10-24T12:05:38+00:00" }, { "name": "phpdocumentor/reflection-common",