From 1f38aabdad1ca9037360884f44abfabb8c0696a0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 10:29:51 +0000 Subject: [PATCH] Update dependency php-cs-fixer/shim to ^3.38.2 (#554) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate logo banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [php-cs-fixer/shim](https://togithub.com/PHP-CS-Fixer/shim) | `^3.38.0` -> `^3.38.2` | [![age](https://developer.mend.io/api/mc/badges/age/packagist/php-cs-fixer%2fshim/3.38.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/packagist/php-cs-fixer%2fshim/3.38.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/packagist/php-cs-fixer%2fshim/3.38.0/3.38.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/php-cs-fixer%2fshim/3.38.0/3.38.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
PHP-CS-Fixer/shim (php-cs-fixer/shim) ### [`v3.38.2`](https://togithub.com/PHP-CS-Fixer/shim/compare/v3.38.1...v3.38.2) [Compare Source](https://togithub.com/PHP-CS-Fixer/shim/compare/v3.38.1...v3.38.2) ### [`v3.38.1`](https://togithub.com/PHP-CS-Fixer/shim/compare/v3.38.0...v3.38.1) [Compare Source](https://togithub.com/PHP-CS-Fixer/shim/compare/v3.38.0...v3.38.1)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/Lendable/clock). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 286a63d8..a5259451 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "lendable/composer-license-checker": "^1.0.4", "liuggio/fastest": "^1.8", "mikey179/vfsstream": "^1.6.11", - "php-cs-fixer/shim": "^3.38.0", + "php-cs-fixer/shim": "^3.38.2", "php-parallel-lint/php-parallel-lint": "^1.3.2", "phpstan/phpstan": "^1.10.41", "phpstan/phpstan-deprecation-rules": "^1.1.4", diff --git a/composer.lock b/composer.lock index 45b8ad11..c1160e36 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": "32e9b0804746240a86dc75102a196a6b", + "content-hash": "2d5dcaf7e7b329fe680e34c85a05fbec", "packages": [ { "name": "psr/clock", @@ -1331,16 +1331,16 @@ }, { "name": "php-cs-fixer/shim", - "version": "v3.38.0", + "version": "v3.38.2", "source": { "type": "git", "url": "https://github.com/PHP-CS-Fixer/shim.git", - "reference": "2317318f4187904d6331e68ae730808b6c3ae98a" + "reference": "b00e057155e00bbfaf3e753590dec01e549770f7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHP-CS-Fixer/shim/zipball/2317318f4187904d6331e68ae730808b6c3ae98a", - "reference": "2317318f4187904d6331e68ae730808b6c3ae98a", + "url": "https://api.github.com/repos/PHP-CS-Fixer/shim/zipball/b00e057155e00bbfaf3e753590dec01e549770f7", + "reference": "b00e057155e00bbfaf3e753590dec01e549770f7", "shasum": "" }, "require": { @@ -1377,9 +1377,9 @@ "description": "A tool to automatically fix PHP code style", "support": { "issues": "https://github.com/PHP-CS-Fixer/shim/issues", - "source": "https://github.com/PHP-CS-Fixer/shim/tree/v3.38.0" + "source": "https://github.com/PHP-CS-Fixer/shim/tree/v3.38.2" }, - "time": "2023-11-07T08:45:37+00:00" + "time": "2023-11-14T00:19:50+00:00" }, { "name": "php-parallel-lint/php-parallel-lint",