From 8e764fecda17e7cd11c1263cdb1e6189d5dd746b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Dec 2023 20:19:53 +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.16.0 to 6.16.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.16.0...6.16.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 a5eb964a..4cfd0cec 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "composer/semver": "^3.4.0", "ergebnis/data-provider": "^3.2.0", "ergebnis/license": "^2.4.0", - "ergebnis/php-cs-fixer-config": "~6.16.0", + "ergebnis/php-cs-fixer-config": "~6.16.1", "ergebnis/phpunit-slow-test-detector": "^2.9.0", "fakerphp/faker": "^1.23.0", "infection/infection": "~0.27.9", diff --git a/composer.lock b/composer.lock index 113551d7..9cfdec06 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": "eccdddfd9ca16e21faab55aa9cb9cc05", + "content-hash": "d02c4b57c96368fa81bfd4911cb19ccb", "packages": [ { "name": "ergebnis/json", @@ -1578,22 +1578,22 @@ }, { "name": "ergebnis/php-cs-fixer-config", - "version": "6.16.0", + "version": "6.16.1", "source": { "type": "git", "url": "https://github.com/ergebnis/php-cs-fixer-config.git", - "reference": "89a16e82443c17b9e2a647b6d289d0299237cf75" + "reference": "0b9979c7ce3664723328787875ba672cea353c55" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ergebnis/php-cs-fixer-config/zipball/89a16e82443c17b9e2a647b6d289d0299237cf75", - "reference": "89a16e82443c17b9e2a647b6d289d0299237cf75", + "url": "https://api.github.com/repos/ergebnis/php-cs-fixer-config/zipball/0b9979c7ce3664723328787875ba672cea353c55", + "reference": "0b9979c7ce3664723328787875ba672cea353c55", "shasum": "" }, "require": { "erickskrauch/php-cs-fixer-custom-fixers": "~1.2.1", "ext-filter": "*", - "friendsofphp/php-cs-fixer": "~3.43.0", + "friendsofphp/php-cs-fixer": "~3.43.1", "kubawerlos/php-cs-fixer-custom-fixers": "~3.17.1", "php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0" }, @@ -1642,7 +1642,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-12-28T18:29:52+00:00" + "time": "2023-12-29T13:21:50+00:00" }, { "name": "ergebnis/phpunit-slow-test-detector", @@ -2005,16 +2005,16 @@ }, { "name": "friendsofphp/php-cs-fixer", - "version": "v3.43.0", + "version": "v3.43.1", "source": { "type": "git", "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git", - "reference": "39b5632c39ca9deb4eb7e670ba96fcf5c3a72e3c" + "reference": "91c0b47216aa43b09656b4d99aa9dade2f3ad8fc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/39b5632c39ca9deb4eb7e670ba96fcf5c3a72e3c", - "reference": "39b5632c39ca9deb4eb7e670ba96fcf5c3a72e3c", + "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/91c0b47216aa43b09656b4d99aa9dade2f3ad8fc", + "reference": "91c0b47216aa43b09656b4d99aa9dade2f3ad8fc", "shasum": "" }, "require": { @@ -2083,7 +2083,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.43.0" + "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.43.1" }, "funding": [ { @@ -2091,7 +2091,7 @@ "type": "github" } ], - "time": "2023-12-28T17:36:39+00:00" + "time": "2023-12-29T09:42:16+00:00" }, { "name": "infection/abstract-testframework-adapter",