From 9f384b961f7bc19dd8895fe1ca8f85ca1896a329 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 01:12:03 +0000 Subject: [PATCH] chore(deps): update dependency friendsofphp/php-cs-fixer to v3.91.2 | datasource | package | from | to | | ---------- | ------------------------- | ------ | ------ | | packagist | friendsofphp/php-cs-fixer | 3.91.1 | 3.91.2 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.json | 2 +- composer.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index afeecd9..2f4cef9 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "codeception/codeception": "^5.3.2", "codeception/module-asserts": "^3.2.1", "codeception/module-phpbrowser": "^3.0.2", - "friendsofphp/php-cs-fixer": "3.91.1", + "friendsofphp/php-cs-fixer": "3.91.2", "jane-php/open-api-3": "^7.9.0", "roave/security-advisories": "dev-latest", "symfony/var-dumper": "7.4.0" diff --git a/composer.lock b/composer.lock index 0bf69f9..d171f9e 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": "599cec1e0d4a007bdd13efe65d505c57", + "content-hash": "85451268f0272a119c418ea2a838ba48", "packages": [ { "name": "clue/stream-filter", @@ -4188,16 +4188,16 @@ }, { "name": "friendsofphp/php-cs-fixer", - "version": "v3.91.1", + "version": "v3.91.2", "source": { "type": "git", "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git", - "reference": "b075d845594a90763c480589174f7f90b3aec15f" + "reference": "f171dc216bc8a4192d5a0876a899cce6f9e379d6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/b075d845594a90763c480589174f7f90b3aec15f", - "reference": "b075d845594a90763c480589174f7f90b3aec15f", + "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/f171dc216bc8a4192d5a0876a899cce6f9e379d6", + "reference": "f171dc216bc8a4192d5a0876a899cce6f9e379d6", "shasum": "" }, "require": { @@ -4253,7 +4253,7 @@ "PhpCsFixer\\": "src/" }, "exclude-from-classmap": [ - "src/Fixer/Internal/*" + "src/**/Internal/" ] }, "notification-url": "https://packagist.org/downloads/", @@ -4279,7 +4279,7 @@ ], "support": { "issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues", - "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.91.1" + "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.91.2" }, "funding": [ { @@ -4287,7 +4287,7 @@ "type": "github" } ], - "time": "2025-12-01T11:09:57+00:00" + "time": "2025-12-01T20:56:13+00:00" }, { "name": "guzzlehttp/guzzle",