diff --git a/composer.json b/composer.json index 9741602..e0b3e27 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "require-dev": { "ergebnis/composer-normalize": "^2.45.0", "ergebnis/license": "^2.6.0", - "ergebnis/php-cs-fixer-config": "^6.42.1", + "ergebnis/php-cs-fixer-config": "^6.42.2", "infection/infection": "~0.26.6", "phpstan/extension-installer": "^1.4.3", "phpstan/phpstan": "^1.12.10", diff --git a/composer.lock b/composer.lock index 807e4d3..8f2ef9b 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": "0f51277953ece8f3bbe2d0413ea7745f", + "content-hash": "d5d9092d8dbf3b8979fa408fe364b05a", "packages": [ { "name": "psr/clock", @@ -938,22 +938,22 @@ }, { "name": "ergebnis/php-cs-fixer-config", - "version": "6.42.1", + "version": "6.42.2", "source": { "type": "git", "url": "https://github.com/ergebnis/php-cs-fixer-config.git", - "reference": "9b7ec9359ddc7b702d61625a30cdb3a028f43aa6" + "reference": "28e9fc9dc2dd2423a7753ab96604ba5fb5ae825d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ergebnis/php-cs-fixer-config/zipball/9b7ec9359ddc7b702d61625a30cdb3a028f43aa6", - "reference": "9b7ec9359ddc7b702d61625a30cdb3a028f43aa6", + "url": "https://api.github.com/repos/ergebnis/php-cs-fixer-config/zipball/28e9fc9dc2dd2423a7753ab96604ba5fb5ae825d", + "reference": "28e9fc9dc2dd2423a7753ab96604ba5fb5ae825d", "shasum": "" }, "require": { "erickskrauch/php-cs-fixer-custom-fixers": "~1.3.0", "ext-filter": "*", - "friendsofphp/php-cs-fixer": "~3.68.1", + "friendsofphp/php-cs-fixer": "~3.68.3", "kubawerlos/php-cs-fixer-custom-fixers": "~3.22.0", "php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0" }, @@ -966,12 +966,12 @@ "ergebnis/rector-rules": "^1.3.0", "fakerphp/faker": "^1.24.1", "phpstan/extension-installer": "^1.4.3", - "phpstan/phpstan": "^2.1.1", + "phpstan/phpstan": "^2.1.2", "phpstan/phpstan-deprecation-rules": "^2.0.1", - "phpstan/phpstan-phpunit": "^2.0.3", - "phpstan/phpstan-strict-rules": "^2.0.1", + "phpstan/phpstan-phpunit": "^2.0.4", + "phpstan/phpstan-strict-rules": "^2.0.3", "phpunit/phpunit": "^9.6.22", - "rector/rector": "^2.0.6", + "rector/rector": "^2.0.7", "symfony/filesystem": "^5.0.0 || ^6.0.0", "symfony/process": "^5.0.0 || ^6.0.0" }, @@ -1005,7 +1005,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-01-18T09:52:30+00:00" + "time": "2025-01-27T22:24:37+00:00" }, { "name": "erickskrauch/php-cs-fixer-custom-fixers", @@ -1184,16 +1184,16 @@ }, { "name": "friendsofphp/php-cs-fixer", - "version": "v3.68.1", + "version": "v3.68.5", "source": { "type": "git", "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git", - "reference": "b9db2b2ea3cdba7201067acee46f984ef2397cff" + "reference": "7bedb718b633355272428c60736dc97fb96daf27" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/b9db2b2ea3cdba7201067acee46f984ef2397cff", - "reference": "b9db2b2ea3cdba7201067acee46f984ef2397cff", + "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/7bedb718b633355272428c60736dc97fb96daf27", + "reference": "7bedb718b633355272428c60736dc97fb96daf27", "shasum": "" }, "require": { @@ -1275,7 +1275,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.68.1" + "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.68.5" }, "funding": [ { @@ -1283,7 +1283,7 @@ "type": "github" } ], - "time": "2025-01-17T09:20:36+00:00" + "time": "2025-01-30T17:00:50+00:00" }, { "name": "infection/abstract-testframework-adapter",