From 12cea31f9dac39257b0275c8f715eac7e410f55e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 15:32:29 +0000 Subject: [PATCH] composer(deps-dev): Bump ergebnis/php-cs-fixer-config Bumps [ergebnis/php-cs-fixer-config](https://github.com/ergebnis/php-cs-fixer-config) from 6.6.0 to 6.7.0. - [Release notes](https://github.com/ergebnis/php-cs-fixer-config/releases) - [Changelog](https://github.com/ergebnis/php-cs-fixer-config/blob/main/CHANGELOG.md) - [Commits](https://github.com/ergebnis/php-cs-fixer-config/compare/6.6.0...6.7.0) --- updated-dependencies: - dependency-name: ergebnis/php-cs-fixer-config dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 38 ++++++++++++++++++-------------------- 2 files changed, 19 insertions(+), 21 deletions(-) diff --git a/composer.json b/composer.json index d57fc589..e4b75e48 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "require-dev": { "composer/composer": "^2.6.5", "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", "fakerphp/faker": "^1.23.0", "infection/infection": "~0.27.4", diff --git a/composer.lock b/composer.lock index 1c1f8923..e71844fc 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": "8768ed570c197d82e8d531543c5ee7f3", + "content-hash": "1eaebccd02f55147e675fa1a58351429", "packages": [ { "name": "ergebnis/json", @@ -1577,34 +1577,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" @@ -1639,7 +1640,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", @@ -2003,16 +2004,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": { @@ -2033,9 +2034,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", @@ -2089,7 +2087,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": [ { @@ -2097,7 +2095,7 @@ "type": "github" } ], - "time": "2023-09-29T15:10:48+00:00" + "time": "2023-10-03T23:51:05+00:00" }, { "name": "infection/abstract-testframework-adapter",