From da5a8340bd55cf4d58e93316ba4cf6c431d3b6de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 12:31:04 +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.30.0 to 6.30.1. - [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.30.0...6.30.1) --- updated-dependencies: - dependency-name: ergebnis/php-cs-fixer-config dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 26 +++++++++++++------------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/composer.json b/composer.json index e7eb8cf..56f974d 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "ergebnis/composer-normalize": "^2.42.0", "ergebnis/data-provider": "^3.2.0", "ergebnis/license": "^2.4.0", - "ergebnis/php-cs-fixer-config": "^6.30.0", + "ergebnis/php-cs-fixer-config": "^6.30.1", "ergebnis/phpunit-slow-test-detector": "^2.9.0", "fakerphp/faker": "^1.23.1", "infection/infection": "~0.27.11", diff --git a/composer.lock b/composer.lock index fb8bda0..e72acdc 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": "53de996acfa6cb31d31e4b904066693e", + "content-hash": "ad528febb22252238d189f02f20a181c", "packages": [], "packages-dev": [ { @@ -1383,22 +1383,22 @@ }, { "name": "ergebnis/php-cs-fixer-config", - "version": "6.30.0", + "version": "6.30.1", "source": { "type": "git", "url": "https://github.com/ergebnis/php-cs-fixer-config.git", - "reference": "89d73d3d0c6d1e2e017711cecab9b01fcbd779e6" + "reference": "7197f4d52b14e627cb6dbf4d2c42c2314cf6899c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ergebnis/php-cs-fixer-config/zipball/89d73d3d0c6d1e2e017711cecab9b01fcbd779e6", - "reference": "89d73d3d0c6d1e2e017711cecab9b01fcbd779e6", + "url": "https://api.github.com/repos/ergebnis/php-cs-fixer-config/zipball/7197f4d52b14e627cb6dbf4d2c42c2314cf6899c", + "reference": "7197f4d52b14e627cb6dbf4d2c42c2314cf6899c", "shasum": "" }, "require": { "erickskrauch/php-cs-fixer-custom-fixers": "~1.2.4", "ext-filter": "*", - "friendsofphp/php-cs-fixer": "~3.58.0", + "friendsofphp/php-cs-fixer": "~3.58.1", "kubawerlos/php-cs-fixer-custom-fixers": "~3.21.0", "php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0" }, @@ -1447,7 +1447,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": "2024-05-29T11:38:01+00:00" + "time": "2024-05-29T17:10:20+00:00" }, { "name": "ergebnis/phpunit-slow-test-detector", @@ -1856,16 +1856,16 @@ }, { "name": "friendsofphp/php-cs-fixer", - "version": "v3.58.0", + "version": "v3.58.1", "source": { "type": "git", "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git", - "reference": "55d3483c80c09f91d876aa4e2971ce349d07310c" + "reference": "04e9424025677a86914b9a4944dbbf4060bb0aff" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/55d3483c80c09f91d876aa4e2971ce349d07310c", - "reference": "55d3483c80c09f91d876aa4e2971ce349d07310c", + "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/04e9424025677a86914b9a4944dbbf4060bb0aff", + "reference": "04e9424025677a86914b9a4944dbbf4060bb0aff", "shasum": "" }, "require": { @@ -1944,7 +1944,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.58.0" + "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.58.1" }, "funding": [ { @@ -1952,7 +1952,7 @@ "type": "github" } ], - "time": "2024-05-28T16:55:30+00:00" + "time": "2024-05-29T16:39:07+00:00" }, { "name": "infection/abstract-testframework-adapter",