-
-
Notifications
You must be signed in to change notification settings - Fork 7
tools(deps-dev): Update friendsofphp/php-cs-fixer requirement from v3.89.0 to v3.89.1 in /tools/php-cs-fixer #231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
jkowalleck
merged 1 commit into
main
from
dependabot/composer/tools/php-cs-fixer/friendsofphp/php-cs-fixer-v3.89.1
Oct 27, 2025
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Updates the requirements on [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) to permit the latest version. - [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](PHP-CS-Fixer/PHP-CS-Fixer@v3.89.0...v3.89.1) --- updated-dependencies: - dependency-name: friendsofphp/php-cs-fixer dependency-version: 3.89.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
jkowalleck
approved these changes
Oct 27, 2025
ziadhany
pushed a commit
to ziadhany/packageurl-php
that referenced
this pull request
Nov 24, 2025
….89.0 to v3.89.1 in /tools/php-cs-fixer (package-url#231) Updates the requirements on [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases">friendsofphp/php-cs-fixer's releases</a>.</em></p> <blockquote> <h2>v3.89.1 Folding Bike</h2> <h2>What's Changed</h2> <ul> <li>fix: ComposerJsonReader - fix handling asterisk by <a href="https://github.com/keradus"><code>@keradus</code></a> in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9166">PHP-CS-Fixer/PHP-CS-Fixer#9166</a></li> <li>docs: cookbook - update to mention custom fixer option by <a href="https://github.com/keradus"><code>@keradus</code></a> in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9164">PHP-CS-Fixer/PHP-CS-Fixer#9164</a></li> <li>docs: improve links in <code>cookbook_fixers.rst</code> by <a href="https://github.com/kubawerlos"><code>@kubawerlos</code></a> in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9162">PHP-CS-Fixer/PHP-CS-Fixer#9162</a></li> <li>deps: upgrade <code>phpcompatibility/*</code> to alpha of next MAJOR instead of using dev branch, plus other minor upgrades by <a href="https://github.com/keradus"><code>@keradus</code></a> in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9163">PHP-CS-Fixer/PHP-CS-Fixer#9163</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.89.0...v3.89.1">https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.89.0...v3.89.1</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/CHANGELOG.md">friendsofphp/php-cs-fixer's changelog</a>.</em></p> <blockquote> <h2>Changelog for v3.89.1</h2> <ul> <li>fix: ComposerJsonReader - fix handling asterisk (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9166">#9166</a>)</li> <li>docs: cookbook - update to mention custom fixer option (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9164">#9164</a>)</li> <li>DX: add links in <code>cookbook_fixers.rst</code> (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9162">#9162</a>)</li> <li>deps: upgrade <code>phpcompatibility/*</code> to alpha of next MAJOR instead of using dev branch, plus other minor upgrades (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9163">#9163</a>)</li> </ul> <h2>Changelog for v3.89.0</h2> <ul> <li>feat: autofix "no-return" phpdoc type to "never" (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9073">#9073</a>)</li> <li>feat: support keeping strict_types=0 in DeclareStrictTypesFixer (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9121">#9121</a>)</li> <li>feat: <code>NoUnneededBracesFixer</code> - remove unneeded braces from imports (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9118">#9118</a>)</li> <li>fix: <code>FullyQualifiedStrictTypesFixer</code> - replacing the real FQCN with a non-existent one (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8962">#8962</a>)</li> <li>fix: <code>PhpdocToCommentFixer</code> on property hooks (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9123">#9123</a>)</li> <li>fix: <code>PhpUnitMethodCasingFixer</code> to not cause a duplicate method declaration (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9124">#9124</a>)</li> <li>fix: <code>StaticLambdaFixer</code> - do not make function static when it contains anonymous class having <code>$this</code> in the constructor (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9088">#9088</a>)</li> <li>fix: <code>UseArrowFunctionsFixer</code> - do not produce two consecutive whitespace tokens (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9151">#9151</a>)</li> <li>UX: better gitlab reporting - add content field (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9152">#9152</a>)</li> <li>UX: better gitlab reporting - more user-friendly description field (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9141">#9141</a>)</li> <li>UX: better gitlab reporting for location.lines (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9149">#9149</a>)</li> <li>UX: Warn if executed php version is higher than the minimum php version defined in composer.json (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9134">#9134</a>)</li> <li>chore: add UX title pattern (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9132">#9132</a>)</li> <li>chore: explicitly use php interpreter for paraunit (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9126">#9126</a>)</li> <li>chore: extend composer scripts (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9127">#9127</a>)</li> <li>chore: fix shellcheck installation for Darwin (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9125">#9125</a>)</li> <li>chore: replace PHPDocs with <code>assert</code> calls (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9144">#9144</a>)</li> <li>deps: bump crate-ci/typos from 1.36.3 to 1.38.1 (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9136">#9136</a>)</li> <li>deps: bump phpstan/phpstan from 2.1.29 to 2.1.31 in /dev-tools in the phpstan group (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9129">#9129</a>)</li> <li>deps: bump shipmonk/dead-code-detector from 0.13.3 to 0.13.4 in /dev-tools (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9135">#9135</a>)</li> <li>deps: bump shipmonk/dead-code-detector from 0.13.4 to 0.13.5 in /dev-tools (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9146">#9146</a>)</li> <li>deps: bump the phpstan group across 1 directory with 2 updates (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9101">#9101</a>)</li> <li>deps: use <code>shipmonk/composer-dependency-analyser</code> instead of <code>icanhazstring/composer-unused</code> and <code>maglnet/composer-require-checker</code> (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9106">#9106</a>)</li> <li>docs: fix docs for <code>@autoPHPUnitMigration:risky</code>set (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9147">#9147</a>)</li> <li>docs: improve descriptions for <code>NoTrailingWhitespace*</code> fixers (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9117">#9117</a>)</li> <li>docs: more explicit docs on --rules (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9114">#9114</a>)</li> <li>docs: update usage documentation for describe <code>--expand</code> and <code>@</code> (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9119">#9119</a>)</li> <li>DX: Fix <code>composer qa</code> script (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9138">#9138</a>)</li> <li>refactor: <code>--option value</code> => <code>--option=value</code> (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9131">#9131</a>)</li> <li>test: Fix result randomness in <code>RunnerTest</code> for MacOS (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9139">#9139</a>)</li> </ul> <h2>Changelog for v3.88.2</h2> <ul> <li>docs: describe command - allow to describe config in use (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9103">#9103</a>)</li> <li>docs: describe command - allow to expand sets (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9104">#9104</a>)</li> </ul> <h2>Changelog for v3.88.1</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/f34967da2866ace090a2b447de1f357356474573"><code>f34967d</code></a> prepared the 3.89.1 release</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/65eb7120b6bb91c016b0773a385729c269bf759a"><code>65eb712</code></a> fix: ComposerJsonReader - fix handling asterisk (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9166">#9166</a>)</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/a2a5aeee64ed8a006f7b798f894afc8ee76012f4"><code>a2a5aee</code></a> docs: cookbook - update to mention custom fixer option (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9164">#9164</a>)</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/1aa1db2538067a7cab13624e93f335c53912faed"><code>1aa1db2</code></a> DX: add links in <code>cookbook_fixers.rst</code> (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9162">#9162</a>)</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/2459d9a666034d88843bff37c9c2888dd50dce96"><code>2459d9a</code></a> deps: upgrade <code>phpcompatibility/*</code> to alpha of next MAJOR instead of using de...</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/e70478f6eefd23f3e527dcda74ba3501e0745d35"><code>e70478f</code></a> bumped version</li> <li>See full diff in <a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.89.0...v3.89.1">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: ziad hany <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updates the requirements on friendsofphp/php-cs-fixer to permit the latest version.
Release notes
Sourced from friendsofphp/php-cs-fixer's releases.
Changelog
Sourced from friendsofphp/php-cs-fixer's changelog.
... (truncated)
Commits
f34967dprepared the 3.89.1 release65eb712fix: ComposerJsonReader - fix handling asterisk (#9166)a2a5aeedocs: cookbook - update to mention custom fixer option (#9164)1aa1db2DX: add links incookbook_fixers.rst(#9162)2459d9adeps: upgradephpcompatibility/*to alpha of next MAJOR instead of using de...e70478fbumped versionDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)