From 660a65d354459be62c2de2a93a997a40b9f7ec30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 11:42:07 +0000 Subject: [PATCH] composer(deps): Bump erickskrauch/php-cs-fixer-custom-fixers Bumps [erickskrauch/php-cs-fixer-custom-fixers](https://github.com/erickskrauch/php-cs-fixer-custom-fixers) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/erickskrauch/php-cs-fixer-custom-fixers/releases) - [Changelog](https://github.com/erickskrauch/php-cs-fixer-custom-fixers/blob/master/CHANGELOG.md) - [Commits](https://github.com/erickskrauch/php-cs-fixer-custom-fixers/compare/1.2.0...1.2.1) --- updated-dependencies: - dependency-name: erickskrauch/php-cs-fixer-custom-fixers dependency-type: direct:production 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 e1867944..f0adbf94 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "require": { "php": "~8.1.0 || ~8.2.0 || ~8.3.0", "ext-filter": "*", - "erickskrauch/php-cs-fixer-custom-fixers": "~1.2.0", + "erickskrauch/php-cs-fixer-custom-fixers": "~1.2.1", "friendsofphp/php-cs-fixer": "~3.38.0", "kubawerlos/php-cs-fixer-custom-fixers": "~3.16.2" }, diff --git a/composer.lock b/composer.lock index ed246012..4874fac0 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": "eb9181ef0ab6479ec1c2e3ea9de894b8", + "content-hash": "6fe0c90e9ec9955468ccf12b2c64f69b", "packages": [ { "name": "composer/pcre", @@ -226,16 +226,16 @@ }, { "name": "erickskrauch/php-cs-fixer-custom-fixers", - "version": "1.2.0", + "version": "1.2.1", "source": { "type": "git", "url": "https://github.com/erickskrauch/php-cs-fixer-custom-fixers.git", - "reference": "a0bef8d27904731cbd5e60ffd05fd9ce2d6850b2" + "reference": "6b0e22fd12fb3110f74e34aa6988468a220609bf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/erickskrauch/php-cs-fixer-custom-fixers/zipball/a0bef8d27904731cbd5e60ffd05fd9ce2d6850b2", - "reference": "a0bef8d27904731cbd5e60ffd05fd9ce2d6850b2", + "url": "https://api.github.com/repos/erickskrauch/php-cs-fixer-custom-fixers/zipball/6b0e22fd12fb3110f74e34aa6988468a220609bf", + "reference": "6b0e22fd12fb3110f74e34aa6988468a220609bf", "shasum": "" }, "require": { @@ -282,22 +282,22 @@ ], "support": { "issues": "https://github.com/erickskrauch/php-cs-fixer-custom-fixers/issues", - "source": "https://github.com/erickskrauch/php-cs-fixer-custom-fixers/tree/1.2.0" + "source": "https://github.com/erickskrauch/php-cs-fixer-custom-fixers/tree/1.2.1" }, - "time": "2023-07-20T02:51:18+00:00" + "time": "2023-11-16T16:27:33+00:00" }, { "name": "friendsofphp/php-cs-fixer", - "version": "v3.38.0", + "version": "v3.38.2", "source": { "type": "git", "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git", - "reference": "7e6070026e76aa09d77a47519625c86593fb8e31" + "reference": "d872cdd543797ade030aaa307c0a4954a712e081" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/7e6070026e76aa09d77a47519625c86593fb8e31", - "reference": "7e6070026e76aa09d77a47519625c86593fb8e31", + "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/d872cdd543797ade030aaa307c0a4954a712e081", + "reference": "d872cdd543797ade030aaa307c0a4954a712e081", "shasum": "" }, "require": { @@ -369,7 +369,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.38.0" + "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.38.2" }, "funding": [ { @@ -377,7 +377,7 @@ "type": "github" } ], - "time": "2023-11-07T08:44:54+00:00" + "time": "2023-11-14T00:19:22+00:00" }, { "name": "kubawerlos/php-cs-fixer-custom-fixers",