From 02caf148398b874c7e5587af9a30342018ab50d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Jun 2023 20:26:23 +0000 Subject: [PATCH] composer(deps): Bump friendsofphp/php-cs-fixer from 3.19.1 to 3.19.2 Bumps [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) from 3.19.1 to 3.19.2. - [Release notes](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases) - [Changelog](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/CHANGELOG.md) - [Commits](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.19.1...v3.19.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 1696fee8..6dc00898 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "require": { "php": "~8.0.0 || ~8.1.0 || ~8.2.0", "ext-filter": "*", - "friendsofphp/php-cs-fixer": "~3.19.1" + "friendsofphp/php-cs-fixer": "~3.19.2" }, "require-dev": { "ergebnis/composer-normalize": "^2.31.0", diff --git a/composer.lock b/composer.lock index da33a485..44eb05be 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": "29e2f1ff8b5ac333a36d7c2cf381a7e4", + "content-hash": "a0f9a892e23d43c4ab975612a6dbf333", "packages": [ { "name": "composer/pcre", @@ -427,16 +427,16 @@ }, { "name": "friendsofphp/php-cs-fixer", - "version": "v3.19.1", + "version": "v3.19.2", "source": { "type": "git", "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git", - "reference": "14772488aa1f31bd7ed767c390b96841ca687435" + "reference": "210dd89560edb27a8e0d5086b734ac5b5fd4e0e4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/14772488aa1f31bd7ed767c390b96841ca687435", - "reference": "14772488aa1f31bd7ed767c390b96841ca687435", + "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/210dd89560edb27a8e0d5086b734ac5b5fd4e0e4", + "reference": "210dd89560edb27a8e0d5086b734ac5b5fd4e0e4", "shasum": "" }, "require": { @@ -511,7 +511,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.19.1" + "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.19.2" }, "funding": [ { @@ -519,7 +519,7 @@ "type": "github" } ], - "time": "2023-06-24T17:16:35+00:00" + "time": "2023-06-25T16:42:58+00:00" }, { "name": "psr/cache",