diff --git a/composer.json b/composer.json index 214ca81..9125034 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "require-dev": { "ergebnis/composer-normalize": "^2.39.0", "ergebnis/license": "^2.2.0", - "ergebnis/php-cs-fixer-config": "~6.6.0", + "ergebnis/php-cs-fixer-config": "~6.7.0", "ergebnis/phpunit-slow-test-detector": "^2.3.0", "infection/infection": "~0.27.4", "phpunit/phpunit": "^10.4.1", diff --git a/composer.lock b/composer.lock index b6a13c5..3b7d58c 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": "4aa7caeb5e0b55cbb16fc03333806a45", + "content-hash": "1338b54b269f76a20aea6553f659a9dc", "packages": [ { "name": "fakerphp/faker", @@ -1300,34 +1300,35 @@ }, { "name": "ergebnis/php-cs-fixer-config", - "version": "6.6.0", + "version": "6.7.0", "source": { "type": "git", "url": "https://github.com/ergebnis/php-cs-fixer-config.git", - "reference": "7ff9c068452d7d7d30d2cea4d2c0535202285199" + "reference": "f31be0413ac899677743301c25ec47f46101ba8a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ergebnis/php-cs-fixer-config/zipball/7ff9c068452d7d7d30d2cea4d2c0535202285199", - "reference": "7ff9c068452d7d7d30d2cea4d2c0535202285199", + "url": "https://api.github.com/repos/ergebnis/php-cs-fixer-config/zipball/f31be0413ac899677743301c25ec47f46101ba8a", + "reference": "f31be0413ac899677743301c25ec47f46101ba8a", "shasum": "" }, "require": { "erickskrauch/php-cs-fixer-custom-fixers": "~1.2.0", "ext-filter": "*", - "friendsofphp/php-cs-fixer": "~3.33.0", + "friendsofphp/php-cs-fixer": "~3.34.1", "kubawerlos/php-cs-fixer-custom-fixers": "~3.16.2", - "php": "~8.1.0 || ~8.2.0" + "php": "~8.1.0 || ~8.2.0 || ~8.3.0" }, "require-dev": { - "ergebnis/composer-normalize": "^2.37.0", + "ergebnis/composer-normalize": "^2.38.0", "ergebnis/data-provider": "^3.0.0", "ergebnis/license": "^2.2.0", "ergebnis/phpunit-slow-test-detector": "^2.3.0", + "ergebnis/rector-rules": "~0.1.0", "fakerphp/faker": "^1.23.0", - "phpunit/phpunit": "^10.3.5", + "phpunit/phpunit": "^10.4.1", "psalm/plugin-phpunit": "~0.18.4", - "rector/rector": "~0.18.4", + "rector/rector": "~0.18.5", "symfony/filesystem": "^6.3.1", "symfony/process": "^6.3.4", "vimeo/psalm": "^5.15.0" @@ -1362,7 +1363,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": "2023-09-29T15:24:26+00:00" + "time": "2023-10-10T07:06:18+00:00" }, { "name": "ergebnis/phpunit-slow-test-detector", @@ -1658,16 +1659,16 @@ }, { "name": "friendsofphp/php-cs-fixer", - "version": "v3.33.0", + "version": "v3.34.1", "source": { "type": "git", "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git", - "reference": "cecdeaa19767a4ab69c45c02f900e16c3300bf3b" + "reference": "98bf1b1068b4ceddbbc2a2b70b67a5e380add9e3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/cecdeaa19767a4ab69c45c02f900e16c3300bf3b", - "reference": "cecdeaa19767a4ab69c45c02f900e16c3300bf3b", + "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/98bf1b1068b4ceddbbc2a2b70b67a5e380add9e3", + "reference": "98bf1b1068b4ceddbbc2a2b70b67a5e380add9e3", "shasum": "" }, "require": { @@ -1688,9 +1689,6 @@ "symfony/process": "^5.4 || ^6.0", "symfony/stopwatch": "^5.4 || ^6.0" }, - "conflict": { - "stevebauman/unfinalize": "*" - }, "require-dev": { "facile-it/paraunit": "^1.3 || ^2.0", "justinrainbow/json-schema": "^5.2", @@ -1744,7 +1742,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.33.0" + "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.34.1" }, "funding": [ { @@ -1752,7 +1750,7 @@ "type": "github" } ], - "time": "2023-09-29T15:10:48+00:00" + "time": "2023-10-03T23:51:05+00:00" }, { "name": "infection/abstract-testframework-adapter",