Skip to content

Commit ab12912

Browse files
tools(deps-dev): Update friendsofphp/php-cs-fixer requirement from 3.85.1 to 3.86.0 in /tools/php-cs-fixer (#221)
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.86.0 Alexander</h2> <h2>What's Changed</h2> <ul> <li>feat: <code>NoSuperfluousPhpdocTagsFixer</code> - support multiline array shapes 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/8903">PHP-CS-Fixer/PHP-CS-Fixer#8903</a></li> <li>feat: console application - add completion support by <a href="https://github.com/gharlan"><code>@​gharlan</code></a> in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8887">PHP-CS-Fixer/PHP-CS-Fixer#8887</a></li> <li>feat: introduce <code>PER-CS3.0</code> rulsets by <a href="https://github.com/gharlan"><code>@​gharlan</code></a> in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8841">PHP-CS-Fixer/PHP-CS-Fixer#8841</a></li> <li>feat: update <code>@symfony</code> and <code>@PhpCsFixer</code> sets 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/8930">PHP-CS-Fixer/PHP-CS-Fixer#8930</a></li> <li>fix: PhpdocToParamTypeFixerTest - handle types_map for union-types 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/8926">PHP-CS-Fixer/PHP-CS-Fixer#8926</a></li> <li>chore: <code>@phpstan-ignore</code> for php version check by <a href="https://github.com/gharlan"><code>@​gharlan</code></a> in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8920">PHP-CS-Fixer/PHP-CS-Fixer#8920</a></li> <li>chore: <code>PhpUnitTestAnnotationFixer</code> - use <code>foreach</code> instead of <code>for</code> by <a href="https://github.com/gharlan"><code>@​gharlan</code></a> in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8911">PHP-CS-Fixer/PHP-CS-Fixer#8911</a></li> <li>chore: AbstractTransformerTestCase - better virtual type naming 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/8927">PHP-CS-Fixer/PHP-CS-Fixer#8927</a></li> <li>chore: add TODO for v4 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/8912">PHP-CS-Fixer/PHP-CS-Fixer#8912</a></li> <li>chore: do not call <code>Reflection*::setAccessible()</code> in PHP &gt;= 8.1 by <a href="https://github.com/W0rma"><code>@​W0rma</code></a> in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8907">PHP-CS-Fixer/PHP-CS-Fixer#8907</a></li> <li>chore: document .env.example 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/8901">PHP-CS-Fixer/PHP-CS-Fixer#8901</a></li> <li>chore: fix <code>@todo</code> annotation casing 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/8921">PHP-CS-Fixer/PHP-CS-Fixer#8921</a></li> <li>chore: switch to official checkstyle.xsd 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/8910">PHP-CS-Fixer/PHP-CS-Fixer#8910</a></li> <li>chore: unify future default of after_heredoc 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/8924">PHP-CS-Fixer/PHP-CS-Fixer#8924</a></li> <li>CI: allow PHP 8.5 for failure, till it's officially released and we get the stable support 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/8928">PHP-CS-Fixer/PHP-CS-Fixer#8928</a></li> <li>ci: run tests under 8.5 via PHPUnit, as ParaUnit failing 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/8933">PHP-CS-Fixer/PHP-CS-Fixer#8933</a></li> <li>CI: temporarily skip problematic tests under Sf v8 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/8919">PHP-CS-Fixer/PHP-CS-Fixer#8919</a></li> <li>deps: bump icanhazstring/composer-unused from 0.9.3 to 0.9.4 in /dev-tools by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8905">PHP-CS-Fixer/PHP-CS-Fixer#8905</a></li> <li>deps: update and bump dev-tools/composer 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/8915">PHP-CS-Fixer/PHP-CS-Fixer#8915</a></li> <li>docs: extend FullOpeningTagFixer samples 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/8913">PHP-CS-Fixer/PHP-CS-Fixer#8913</a></li> <li>docs: extend OperatorLinebreakFixer samples 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/8914">PHP-CS-Fixer/PHP-CS-Fixer#8914</a></li> <li>docs: more explicit msg for stop using deprecated code 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/8922">PHP-CS-Fixer/PHP-CS-Fixer#8922</a></li> <li>DX: .gitignore - ignore php-cs-fixer.cache, as it's existance is possible when using env var 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/8929">PHP-CS-Fixer/PHP-CS-Fixer#8929</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/W0rma"><code>@​W0rma</code></a> made their first contribution in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8907">PHP-CS-Fixer/PHP-CS-Fixer#8907</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.85.1...v3.86.0">https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.85.1...v3.86.0</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.86.0</h2> <ul> <li>feat: console application - add completion support (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8887">#8887</a>)</li> <li>feat: introduce <code>PER-CS3.0</code> rulsets (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8841">#8841</a>)</li> <li>feat: update <code>@symfony</code> and <code>@PhpCsFixer</code> sets (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8930">#8930</a>)</li> <li>feat: <code>NoSuperfluousPhpdocTagsFixer</code> - support multiline array shapes (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8903">#8903</a>)</li> <li>fix: PhpdocToParamTypeFixerTest - handle types_map for union-types (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8926">#8926</a>)</li> <li>chore: AbstractTransformerTestCase - better virtual type naming (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8927">#8927</a>)</li> <li>chore: add TODO for v4 (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8912">#8912</a>)</li> <li>chore: do not call <code>Reflection*::setAccessible()</code> in PHP &gt;= 8.1 (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8907">#8907</a>)</li> <li>chore: document .env.example (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8901">#8901</a>)</li> <li>chore: fix <code>@todo</code> annotation casing (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8921">#8921</a>)</li> <li>chore: switch to official checkstyle.xsd (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8910">#8910</a>)</li> <li>chore: unify future default of after_heredoc (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8924">#8924</a>)</li> <li>chore: <code>@phpstan-ignore</code> for php version check (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8920">#8920</a>)</li> <li>chore: <code>PhpUnitTestAnnotationFixer</code> - use <code>foreach</code> instead of <code>for</code> (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8911">#8911</a>)</li> <li>CI: allow PHP 8.5 for failure, till it's officially releaed and we get the stable support (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8928">#8928</a>)</li> <li>ci: run tests under 8.5 via PHPUnit, as ParaUnit failing (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8933">#8933</a>)</li> <li>CI: temporarily skip problematic tests under Sf v8 (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8919">#8919</a>)</li> <li>deps: bump icanhazstring/composer-unused from 0.9.3 to 0.9.4 in /dev-tools (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8905">#8905</a>)</li> <li>deps: update and bump dev-tools/composer (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8915">#8915</a>)</li> <li>docs: extend FullOpeningTagFixer samples (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8913">#8913</a>)</li> <li>docs: extend OperatorLinebreakFixer samples (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8914">#8914</a>)</li> <li>docs: more explicit msg for stop using deprecated code (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8922">#8922</a>)</li> <li>DX: .gitignore - ignore php-cs-fixer.cache, as it's existance is possible when using env var (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8929">#8929</a>)</li> </ul> <h2>Changelog for v3.85.1</h2> <ul> <li>chore: update legacy deps (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8902">#8902</a>)</li> </ul> <h2>Changelog for v3.85.0</h2> <ul> <li>feat: <code>ArrayIndentationFixer</code> - handle closures inside attributes (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8888">#8888</a>)</li> <li>feat: <code>NullableTypeDeclarationFixer</code> - support final promoted properties (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8885">#8885</a>)</li> <li>feat: <code>OperatorLinebreakFixer</code> - support pipe operator (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8891">#8891</a>)</li> <li>feat: <code>PhpdocTypesFixer</code> - support multiline array shapes (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8893">#8893</a>)</li> <li>fix: always reach 100% of checked files (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8861">#8861</a>)</li> <li>fix: <code>BracesPositionFixer</code> - handle property hooks correctly (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8886">#8886</a>)</li> <li>fix: <code>NullableTypeDeclarationFixer</code> - handle abstract and final properties (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8876">#8876</a>)</li> <li>fix: <code>PhpdocLineSpanFixer</code> - handle promoted properties (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8897">#8897</a>)</li> <li>fix: <code>PhpUnitDataProviderNameFixer</code> - fix for multiple providers defined by attributes for one test method (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8849">#8849</a>)</li> <li>fix: <code>TernaryOperatorSpacesFixer</code> - handle <code>instanceof static</code> (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8879">#8879</a>)</li> <li>fix: <code>TypeDeclarationSpacesFixer</code> - handle asymmetric visibility and final properties (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8900">#8900</a>)</li> <li>chore: add initial PHP 8.5 integration test (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8871">#8871</a>)</li> <li>chore: add tests for public API methods (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8895">#8895</a>)</li> <li>chore: apply changes from <code>PhpdocTypesFixer</code> for multiline array shapes (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8894">#8894</a>)</li> <li>chore: baseline files without error count (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8870">#8870</a>)</li> </ul> <!-- 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/4a952bd19dc97879b0620f495552ef09b55f7d36"><code>4a952bd</code></a> prepared the 3.86.0 release</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/8793036f4ca9a644c8cfc991001e9acaf4cf58f4"><code>8793036</code></a> feat: update <code>@symfony</code> and <code>@PhpCsFixer</code> sets (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8930">#8930</a>)</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/6ad0706485e69e7be49a7f8903e71bb21508ee16"><code>6ad0706</code></a> ci: run tests under 8.5 via PHPUnit, as ParaUnit failing (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8933">#8933</a>)</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/b5e73925646efec2db53cbfcbd4e453164cf2155"><code>b5e7392</code></a> feat: <code>NoSuperfluousPhpdocTagsFixer</code> - support multiline array shapes (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8903">#8903</a>)</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/8ea96e85091e41fb1245849e8a5fbfc558f9bd9a"><code>8ea96e8</code></a> docs: more explicit msg for stop using deprecated code (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8922">#8922</a>)</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/714e8918a5066f3984fe5c899575738ae8c96c5b"><code>714e891</code></a> fix: PhpdocToParamTypeFixerTest - handle types_map for union-types (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8926">#8926</a>)</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/ca1efc0d86964e8c3e28fb5745d343abb04ecf28"><code>ca1efc0</code></a> DX: .gitignore - ignore php-cs-fixer.cache, as it's existance is possible whe...</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/aa94ac0452aa0c4e59e9ac00cab347cd5f766feb"><code>aa94ac0</code></a> chore: AbstractTransformerTestCase - better virtual type naming (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8927">#8927</a>)</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/9d77e465214b982ed7fde7e7bfb05eff47f365ab"><code>9d77e46</code></a> CI: allow PHP 8.5 for failure, till it's officially releaed and we get the st...</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/70b3a069088806f812ef9ff9aa6c9dd3e3840504"><code>70b3a06</code></a> chore: <code>@phpstan-ignore</code> for php version check (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8920">#8920</a>)</li> <li>Additional commits viewable in <a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.85.1...v3.86.0">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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f82c57a commit ab12912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/php-cs-fixer/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"php": ">=7.4"
77
},
88
"require-dev": {
9-
"friendsofphp/php-cs-fixer": "3.85.1",
9+
"friendsofphp/php-cs-fixer": "3.86.0",
1010
"roave/security-advisories": "dev-latest"
1111
},
1212
"prefer-stable": true,

0 commit comments

Comments
 (0)