From 15ac03466d7de2d20612296f3b5e85ac0cd4fd74 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 22:13:28 +0000 Subject: [PATCH] Update dependency php-cs-fixer/shim to ^v3.28.0 (#187) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](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) | `^v3.27.0` -> `^v3.28.0` | [![age](https://developer.mend.io/api/mc/badges/age/packagist/php-cs-fixer%2fshim/3.28.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/packagist/php-cs-fixer%2fshim/3.28.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/packagist/php-cs-fixer%2fshim/3.27.0/3.28.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/php-cs-fixer%2fshim/3.27.0/3.28.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes
PHP-CS-Fixer/shim (php-cs-fixer/shim) ### [`v3.28.0`](https://togithub.com/PHP-CS-Fixer/shim/compare/v3.27.0...v3.28.0) [Compare Source](https://togithub.com/PHP-CS-Fixer/shim/compare/v3.27.0...v3.28.0)
--- ### 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/ben-challis/sql-migrations). 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 23e01bb..18716fa 100644 --- a/composer.json +++ b/composer.json @@ -43,7 +43,7 @@ "amphp/phpunit-util": "^3.0", "ergebnis/phpstan-rules": "^2.1", "lendable/clock": "^2.3", - "php-cs-fixer/shim": "^v3.27.0", + "php-cs-fixer/shim": "^v3.28.0", "php-standard-library/phpstan-extension": "^1.0", "phpstan/phpstan": "^1.10.35", "phpstan/phpstan-deprecation-rules": "^1.1.4", diff --git a/composer.lock b/composer.lock index 5be9f2e..83df61c 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": "da892aaec2031696fe495028b3cc8565", + "content-hash": "6ab88a1cdce146bba32907aa07e86c72", "packages": [ { "name": "amphp/amp", @@ -2543,16 +2543,16 @@ }, { "name": "php-cs-fixer/shim", - "version": "v3.27.0", + "version": "v3.28.0", "source": { "type": "git", "url": "https://github.com/PHP-CS-Fixer/shim.git", - "reference": "fc5c89dc53f46e533cca327d699802017022c3a7" + "reference": "84584aec6278f7641d7b0b257a8103955b704657" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHP-CS-Fixer/shim/zipball/fc5c89dc53f46e533cca327d699802017022c3a7", - "reference": "fc5c89dc53f46e533cca327d699802017022c3a7", + "url": "https://api.github.com/repos/PHP-CS-Fixer/shim/zipball/84584aec6278f7641d7b0b257a8103955b704657", + "reference": "84584aec6278f7641d7b0b257a8103955b704657", "shasum": "" }, "require": { @@ -2589,9 +2589,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.27.0" + "source": "https://github.com/PHP-CS-Fixer/shim/tree/v3.28.0" }, - "time": "2023-09-17T14:38:32+00:00" + "time": "2023-09-22T20:44:22+00:00" }, { "name": "php-standard-library/phpstan-extension",