From e0d0cfaf68bc6929e80bc493c7d2b10ba339632a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 20:18:25 +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 4.5.2 to 4.5.3. - [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/4.5.2...4.5.3) --- 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 6794512a..3b2821ed 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "require-dev": { "ergebnis/data-provider": "^1.2.0", "ergebnis/license": "^1.2.0", - "ergebnis/php-cs-fixer-config": "^4.5.2", + "ergebnis/php-cs-fixer-config": "^4.5.3", "fakerphp/faker": "^1.19.0", "infection/infection": "~0.26.6", "phpunit/phpunit": "^9.5.21", diff --git a/composer.lock b/composer.lock index a1ac49df..11bd6350 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": "ec0cf4be59b1e097e234e29dd40bbc6b", + "content-hash": "f3fa689f32de7a4b3f98caf266ddc87f", "packages": [ { "name": "ergebnis/json-pointer", @@ -1125,21 +1125,21 @@ }, { "name": "ergebnis/php-cs-fixer-config", - "version": "4.5.2", + "version": "4.5.3", "source": { "type": "git", "url": "https://github.com/ergebnis/php-cs-fixer-config.git", - "reference": "8b10b959cc5f09288ccb8b0b536f354f0259b32c" + "reference": "7c170fa0541161036eca6f8ac0a31f32c1f46cd0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ergebnis/php-cs-fixer-config/zipball/8b10b959cc5f09288ccb8b0b536f354f0259b32c", - "reference": "8b10b959cc5f09288ccb8b0b536f354f0259b32c", + "url": "https://api.github.com/repos/ergebnis/php-cs-fixer-config/zipball/7c170fa0541161036eca6f8ac0a31f32c1f46cd0", + "reference": "7c170fa0541161036eca6f8ac0a31f32c1f46cd0", "shasum": "" }, "require": { "ext-filter": "*", - "friendsofphp/php-cs-fixer": "~3.9.3", + "friendsofphp/php-cs-fixer": "~3.9.4", "php": "^7.4 || ^8.0" }, "require-dev": { @@ -1179,7 +1179,7 @@ "issues": "https://github.com/ergebnis/php-cs-fixer-config/issues", "source": "https://github.com/ergebnis/php-cs-fixer-config" }, - "time": "2022-07-13T13:12:56+00:00" + "time": "2022-07-16T08:34:49+00:00" }, { "name": "fakerphp/faker", @@ -1351,16 +1351,16 @@ }, { "name": "friendsofphp/php-cs-fixer", - "version": "v3.9.3", + "version": "v3.9.4", "source": { "type": "git", "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git", - "reference": "bad87e63d7d87efa5e82aa4feafa52df6a37e6c1" + "reference": "093466b1c3ff3e3b469bdbc9827bb2362de6b2fa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/bad87e63d7d87efa5e82aa4feafa52df6a37e6c1", - "reference": "bad87e63d7d87efa5e82aa4feafa52df6a37e6c1", + "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/093466b1c3ff3e3b469bdbc9827bb2362de6b2fa", + "reference": "093466b1c3ff3e3b469bdbc9827bb2362de6b2fa", "shasum": "" }, "require": { @@ -1428,7 +1428,7 @@ "description": "A tool to automatically fix PHP code style", "support": { "issues": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/issues", - "source": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/tree/v3.9.3" + "source": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/tree/v3.9.4" }, "funding": [ { @@ -1436,7 +1436,7 @@ "type": "github" } ], - "time": "2022-07-13T09:53:20+00:00" + "time": "2022-07-15T21:04:49+00:00" }, { "name": "infection/abstract-testframework-adapter",