Skip to content

Commit 85d652e

Browse files
Update dependency friendsofphp/php-cs-fixer to v3.89.2 (#90)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [friendsofphp/php-cs-fixer](https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer) | `3.89.1` -> `3.89.2` | [![age](https://developer.mend.io/api/mc/badges/age/packagist/friendsofphp%2fphp-cs-fixer/3.89.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/friendsofphp%2fphp-cs-fixer/3.89.1/3.89.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>PHP-CS-Fixer/PHP-CS-Fixer (friendsofphp/php-cs-fixer)</summary> ### [`v3.89.2`](https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/HEAD/CHANGELOG.md#Changelog-for-v3892) [Compare Source](https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.89.1...v3.89.2) - fix: `NoUnneededBracesFixer` - do not crash on multiline group import ([#&#8203;9160](https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9160)) - chore: Standardize repository to use British English spelling ([#&#8203;9154](https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9154)) - CI: ensure enforced Symfony version is installed ([#&#8203;9174](https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9174)) - deps: bump php-coveralls to v2.9 ([#&#8203;9173](https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9173)) - refactor: FixerDocumentGenerator::getSetsOfRule - cache resolved sets ([#&#8203;9170](https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9170)) - refactor: FixerDocumentGenerator::getSetsOfRule - use cache ([#&#8203;9171](https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9171)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/deviantintegral/har). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 45eca3b commit 85d652e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"symfony/polyfill-php80": "^1.20"
2424
},
2525
"require-dev": {
26-
"friendsofphp/php-cs-fixer": "3.89.1",
26+
"friendsofphp/php-cs-fixer": "3.89.2",
2727
"phpunit/phpunit": "^9.5",
2828
"guzzlehttp/guzzle": "^7.0"
2929
},

0 commit comments

Comments
 (0)