From a298a6d8d443795de372a93fc8f41a168c0da527 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Jul 2022 07:36:32 +0000 Subject: [PATCH] composer(deps): bump friendsofphp/php-cs-fixer from 3.9.1 to 3.9.2 Bumps [friendsofphp/php-cs-fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer) from 3.9.1 to 3.9.2. - [Release notes](https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases) - [Changelog](https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/master/CHANGELOG.md) - [Commits](https://github.com/FriendsOfPHP/PHP-CS-Fixer/compare/v3.9.1...v3.9.2) --- updated-dependencies: - dependency-name: friendsofphp/php-cs-fixer dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 99c983ed..557aa467 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "require": { "php": "^7.4 || ^8.0", "ext-filter": "*", - "friendsofphp/php-cs-fixer": "~3.9.1" + "friendsofphp/php-cs-fixer": "~3.9.2" }, "require-dev": { "ergebnis/composer-normalize": "^2.28.3", diff --git a/composer.lock b/composer.lock index 24cbe833..749fa600 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": "2e2d2bb56c3ef47fd16e1f221861071e", + "content-hash": "f5b749231ad14ca9ba95f475f6cf76ac", "packages": [ { "name": "composer/pcre", @@ -375,16 +375,16 @@ }, { "name": "friendsofphp/php-cs-fixer", - "version": "v3.9.1", + "version": "v3.9.2", "source": { "type": "git", "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git", - "reference": "94441633b80495464eb34eb3f7d63445221b2585" + "reference": "9b23c42f4d063f9e3aad823500e0940348b5ed63" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/94441633b80495464eb34eb3f7d63445221b2585", - "reference": "94441633b80495464eb34eb3f7d63445221b2585", + "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/9b23c42f4d063f9e3aad823500e0940348b5ed63", + "reference": "9b23c42f4d063f9e3aad823500e0940348b5ed63", "shasum": "" }, "require": { @@ -452,7 +452,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.1" + "source": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/tree/v3.9.2" }, "funding": [ { @@ -460,7 +460,7 @@ "type": "github" } ], - "time": "2022-07-11T08:51:43+00:00" + "time": "2022-07-11T17:53:00+00:00" }, { "name": "php-cs-fixer/diff",