diff --git a/composer.json b/composer.json index 7497023..d8598e5 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ }, "require-dev": { "ergebnis/composer-normalize": "^2.48.2", - "ergebnis/php-cs-fixer-config": "^6.57.0", + "ergebnis/php-cs-fixer-config": "^6.57.1", "phpstan/phpstan": "^2.1.32", "phpstan/phpstan-deprecation-rules": "^2.0.3", "phpstan/phpstan-strict-rules": "^2.0.7" diff --git a/composer.lock b/composer.lock index ad476da..454a6c3 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": "262f771559c31728d04f2d92024c8173", + "content-hash": "43d17d57a5290e93013087eb10c51397", "packages": [], "packages-dev": [ { @@ -759,22 +759,22 @@ }, { "name": "ergebnis/php-cs-fixer-config", - "version": "6.57.0", + "version": "6.57.1", "source": { "type": "git", "url": "https://github.com/ergebnis/php-cs-fixer-config.git", - "reference": "329ed82276447ec72506b3c6fe84eca280e30e8c" + "reference": "9c99aed5c91ea154ee863cf0c672fcd6eee37236" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ergebnis/php-cs-fixer-config/zipball/329ed82276447ec72506b3c6fe84eca280e30e8c", - "reference": "329ed82276447ec72506b3c6fe84eca280e30e8c", + "url": "https://api.github.com/repos/ergebnis/php-cs-fixer-config/zipball/9c99aed5c91ea154ee863cf0c672fcd6eee37236", + "reference": "9c99aed5c91ea154ee863cf0c672fcd6eee37236", "shasum": "" }, "require": { "erickskrauch/php-cs-fixer-custom-fixers": "~1.3.1", "ext-filter": "*", - "friendsofphp/php-cs-fixer": "~3.91.0", + "friendsofphp/php-cs-fixer": "~3.91.2", "kubawerlos/php-cs-fixer-custom-fixers": "~3.35.1", "php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0" }, @@ -792,7 +792,7 @@ "phpstan/phpstan-phpunit": "^2.0.8", "phpstan/phpstan-strict-rules": "^2.0.7", "phpunit/phpunit": "^9.6.22", - "rector/rector": "^2.2.9", + "rector/rector": "^2.2.10", "symfony/filesystem": "^5.0.0 || ^6.0.0", "symfony/process": "^5.0.0 || ^6.0.0" }, @@ -826,7 +826,7 @@ "security": "https://github.com/ergebnis/php-cs-fixer-config/blob/main/.github/SECURITY.md", "source": "https://github.com/ergebnis/php-cs-fixer-config" }, - "time": "2025-11-30T19:27:52+00:00" + "time": "2025-12-08T08:43:58+00:00" }, { "name": "erickskrauch/php-cs-fixer-custom-fixers", @@ -1005,16 +1005,16 @@ }, { "name": "friendsofphp/php-cs-fixer", - "version": "v3.91.0", + "version": "v3.91.3", "source": { "type": "git", "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git", - "reference": "c4a25f20390337789c26b693ae46faa125040352" + "reference": "9f10aa6390cea91da175ea608880e942d7c0226e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/c4a25f20390337789c26b693ae46faa125040352", - "reference": "c4a25f20390337789c26b693ae46faa125040352", + "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/9f10aa6390cea91da175ea608880e942d7c0226e", + "reference": "9f10aa6390cea91da175ea608880e942d7c0226e", "shasum": "" }, "require": { @@ -1070,7 +1070,7 @@ "PhpCsFixer\\": "src/" }, "exclude-from-classmap": [ - "src/Fixer/Internal/*" + "src/**/Internal/" ] }, "notification-url": "https://packagist.org/downloads/", @@ -1096,7 +1096,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.0" + "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.91.3" }, "funding": [ { @@ -1104,7 +1104,7 @@ "type": "github" } ], - "time": "2025-11-28T22:07:42+00:00" + "time": "2025-12-05T19:45:37+00:00" }, { "name": "justinrainbow/json-schema",