From cba5d53a6335523a5db646c8031ab44214fee651 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 06:10:38 +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.0.0 to 6.2.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.0.0...6.2.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 | 124 +++++++++++++++++++++++++++++++++++++++++++++++--- 2 files changed, 118 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 0a2f6ef0..df8c33b0 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "ergebnis/composer-normalize": "^2.29.0", "ergebnis/data-provider": "^3.0.0", "ergebnis/license": "^2.2.0", - "ergebnis/php-cs-fixer-config": "^6.0.0", + "ergebnis/php-cs-fixer-config": "^6.2.0", "ergebnis/phpunit-slow-test-detector": "^2.3.0", "fakerphp/faker": "^1.23.0", "infection/infection": "~0.27.2", diff --git a/composer.lock b/composer.lock index 0aeefc77..523b7926 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": "bca10e640ca37e9ea65f4656b990e964", + "content-hash": "541ef4e8751cfdb034db35fd8ee587ce", "packages": [], "packages-dev": [ { @@ -1024,21 +1024,23 @@ }, { "name": "ergebnis/php-cs-fixer-config", - "version": "6.0.0", + "version": "6.2.0", "source": { "type": "git", "url": "https://github.com/ergebnis/php-cs-fixer-config.git", - "reference": "36408450f5c17d35fafc815ff55d60b8fd520644" + "reference": "752489bb7fca9006b63555d34c59e3de75446813" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ergebnis/php-cs-fixer-config/zipball/36408450f5c17d35fafc815ff55d60b8fd520644", - "reference": "36408450f5c17d35fafc815ff55d60b8fd520644", + "url": "https://api.github.com/repos/ergebnis/php-cs-fixer-config/zipball/752489bb7fca9006b63555d34c59e3de75446813", + "reference": "752489bb7fca9006b63555d34c59e3de75446813", "shasum": "" }, "require": { + "erickskrauch/php-cs-fixer-custom-fixers": "~1.2.0", "ext-filter": "*", "friendsofphp/php-cs-fixer": "~3.27.0", + "kubawerlos/php-cs-fixer-custom-fixers": "~3.16.2", "php": "~8.1.0 || ~8.2.0" }, "require-dev": { @@ -1076,13 +1078,13 @@ "email": "am@localheinz.com" } ], - "description": "Provides a configuration factory and rule sets for friendsofphp/php-cs-fixer.", + "description": "Provides a configuration factory and rule set factories for friendsofphp/php-cs-fixer.", "homepage": "https://github.com/ergebnis/php-cs-fixer-config", "support": { "issues": "https://github.com/ergebnis/php-cs-fixer-config/issues", "source": "https://github.com/ergebnis/php-cs-fixer-config" }, - "time": "2023-09-18T14:28:24+00:00" + "time": "2023-09-19T10:50:00+00:00" }, { "name": "ergebnis/phpunit-slow-test-detector", @@ -1152,6 +1154,68 @@ }, "time": "2023-05-30T17:23:26+00:00" }, + { + "name": "erickskrauch/php-cs-fixer-custom-fixers", + "version": "1.2.0", + "source": { + "type": "git", + "url": "https://github.com/erickskrauch/php-cs-fixer-custom-fixers.git", + "reference": "a0bef8d27904731cbd5e60ffd05fd9ce2d6850b2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/erickskrauch/php-cs-fixer-custom-fixers/zipball/a0bef8d27904731cbd5e60ffd05fd9ce2d6850b2", + "reference": "a0bef8d27904731cbd5e60ffd05fd9ce2d6850b2", + "shasum": "" + }, + "require": { + "friendsofphp/php-cs-fixer": "^3", + "php": "^7.4 || ^8.0" + }, + "require-dev": { + "ely/php-code-style": "^1", + "ergebnis/composer-normalize": "^2.28", + "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.2", + "phpspec/prophecy": "^1.15", + "phpspec/prophecy-phpunit": "^2.0", + "phpunit/phpunit": "^9.5", + "phpunitgoodpractices/polyfill": "^1.5", + "phpunitgoodpractices/traits": "^1.9.1", + "symfony/phpunit-bridge": "^6.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "ErickSkrauch\\PhpCsFixer\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "ErickSkrauch", + "email": "erickskrauch@ely.by" + } + ], + "description": "A set of custom fixers for PHP-CS-Fixer", + "homepage": "https://github.com/erickskrauch/php-cs-fixer-custom-fixers", + "keywords": [ + "Code style", + "php-cs-fixer" + ], + "support": { + "issues": "https://github.com/erickskrauch/php-cs-fixer-custom-fixers/issues", + "source": "https://github.com/erickskrauch/php-cs-fixer-custom-fixers/tree/1.2.0" + }, + "time": "2023-07-20T02:51:18+00:00" + }, { "name": "fakerphp/faker", "version": "v1.23.0", @@ -1856,6 +1920,52 @@ }, "time": "2022-04-13T08:02:27+00:00" }, + { + "name": "kubawerlos/php-cs-fixer-custom-fixers", + "version": "v3.16.2", + "source": { + "type": "git", + "url": "https://github.com/kubawerlos/php-cs-fixer-custom-fixers.git", + "reference": "d3f2590069d06ba49ad24cac03f802e8ad0aaeba" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/kubawerlos/php-cs-fixer-custom-fixers/zipball/d3f2590069d06ba49ad24cac03f802e8ad0aaeba", + "reference": "d3f2590069d06ba49ad24cac03f802e8ad0aaeba", + "shasum": "" + }, + "require": { + "ext-filter": "*", + "ext-tokenizer": "*", + "friendsofphp/php-cs-fixer": "^3.22", + "php": "^7.4 || ^8.0" + }, + "require-dev": { + "phpunit/phpunit": "^9.6.4 || ^10.0.14" + }, + "type": "library", + "autoload": { + "psr-4": { + "PhpCsFixerCustomFixers\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Kuba Werłos", + "email": "werlos@gmail.com" + } + ], + "description": "A set of custom fixers for PHP CS Fixer", + "support": { + "issues": "https://github.com/kubawerlos/php-cs-fixer-custom-fixers/issues", + "source": "https://github.com/kubawerlos/php-cs-fixer-custom-fixers/tree/v3.16.2" + }, + "time": "2023-08-06T13:50:15+00:00" + }, { "name": "localheinz/diff", "version": "1.1.1",