Skip to content

Commit 2e08ee1

Browse files
tools(deps-dev): Update friendsofphp/php-cs-fixer requirement from 3.71.0 to 3.72.0 in /tools/php-cs-fixer (#517)
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.72.0 Persian Successor</h2> <h2>What's Changed</h2> <ul> <li>fix: <code>MbStrFunctionsFixer</code> - fix imports 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/8474">PHP-CS-Fixer/PHP-CS-Fixer#8474</a></li> <li>deps: Upgrade PHPStan to 2.1.8 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/8489">PHP-CS-Fixer/PHP-CS-Fixer#8489</a></li> <li>fix: <code>TrailingCommaInMultilineFixer</code> - handle empty match body 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/8480">PHP-CS-Fixer/PHP-CS-Fixer#8480</a></li> <li>deps: upgrade few dev-deps 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/8490">PHP-CS-Fixer/PHP-CS-Fixer#8490</a></li> <li>feat: <code>StatementIndentationFixer</code> - handle property hooks 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/8492">PHP-CS-Fixer/PHP-CS-Fixer#8492</a></li> <li>fix: <code>VisibilityRequiredFixer</code> - handle property hooks 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/8495">PHP-CS-Fixer/PHP-CS-Fixer#8495</a></li> <li>refactor: Runner - unify paths used when using parallel runner 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/8488">PHP-CS-Fixer/PHP-CS-Fixer#8488</a></li> <li>refactor: generalize CodeHasher into Hasher 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/8500">PHP-CS-Fixer/PHP-CS-Fixer#8500</a></li> <li>DX: add trailing comma to multiline auto-generated types 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/8499">PHP-CS-Fixer/PHP-CS-Fixer#8499</a></li> <li>refactor: use Hasher instead of md5 directly 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/8501">PHP-CS-Fixer/PHP-CS-Fixer#8501</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.71.0...v3.72.0">https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.71.0...v3.72.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.72.0</h2> <ul> <li>feat: <code>StatementIndentationFixer</code> - handle property hooks (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8492">#8492</a>)</li> <li>fix: <code>MbStrFunctionsFixer</code> - fix imports (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8474">#8474</a>)</li> <li>fix: <code>TrailingCommaInMultilineFixer</code> - handle empty match body (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8480">#8480</a>)</li> <li>fix: <code>VisibilityRequiredFixer</code> - handle property hooks (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8495">#8495</a>)</li> <li>deps: upgrade few dev-deps (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8490">#8490</a>)</li> <li>deps: Upgrade PHPStan to 2.1.8 (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8489">#8489</a>)</li> <li>DX: add trailing comma to multiline auto-generated types (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8499">#8499</a>)</li> <li>refactor: generalize CodeHasher into Hasher (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8500">#8500</a>)</li> <li>refactor: Runner - unify paths used when using parallel runner (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8488">#8488</a>)</li> <li>refactor: use Hasher instead of md5 directly (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8501">#8501</a>)</li> </ul> <h2>Changelog for v3.71.0</h2> <ul> <li>feat: OrderedImportsFixer - deprecate length sorting algorithm (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8473">#8473</a>)</li> <li>fix: <code>BinaryOperatorSpacesFixer</code> - do not break alignment of UTF-8 array keys (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8484">#8484</a>)</li> <li>fix: <code>PhpdocAlignFixer</code> - align correctly type with UTF8 characters (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8486">#8486</a>)</li> <li>fix: <code>SingleSpaceAroundConstructFixer</code> - handle alternative syntax (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8317">#8317</a>)</li> <li>fix: <code>StatementIndentationFixer</code> - return in braceless if (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8479">#8479</a>)</li> <li>chore: update type in <code>SingleSpaceAroundConstructFixerTest::provideFixWithElseIfCases</code> (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8481">#8481</a>)</li> <li>chore: update type in <code>SingleSpaceAroundConstructFixerTest::provideFixWithIfCases</code> (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8482">#8482</a>)</li> <li>deps: bump phpstan/phpstan from 2.1.6 to 2.1.7 in /dev-tools in the phpstan group (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8485">#8485</a>)</li> <li>DX: cleanup <code>PhpdocNoAliasTagFixerTest</code> (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8476">#8476</a>)</li> <li>refactor: add <code>FullyQualifiedNameAnalyzer</code> (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8048">#8048</a>)</li> <li>refactor: codeHash - update when it's (re-)generated (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8470">#8470</a>)</li> <li>refactor: <code>SwitchAnalyzer</code> - improve performance (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8407">#8407</a>)</li> <li>test: NameQualifiedTransformerTest - correct test case (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8471">#8471</a>)</li> </ul> <h2>Changelog for v3.70.2</h2> <ul> <li>deps: upgrade deep dev-tools deps (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8472">#8472</a>)</li> <li>fix: <code>MbStrFunctionsFixer</code> must run before <code>NativeFunctionInvocationFixer</code> (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8466">#8466</a>)</li> <li>fix: <code>MethodArgumentSpaceFixer</code> - fix nested calls for <code>ensure_fully_multiline</code> option (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8469">#8469</a>)</li> </ul> <h2>Changelog for v3.70.1</h2> <ul> <li>fix: <code>PhpUnitSizeClassFixer</code> must run before <code>PhpUnitAttributesFixer</code> (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8457">#8457</a>)</li> <li>DX: cleanup <code>OrderedImportsFixerTest</code> (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8458">#8458</a>)</li> </ul> <h2>Changelog for v3.70.0</h2> <ul> <li>feat: Add <code>PhpUnitDataProviderMethodOrderFixer</code> fixer (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8225">#8225</a>)</li> <li>feat: <code>HeaderCommentFixer</code> - allow validators (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8452">#8452</a>)</li> <li>feat: <code>PhpCsFixer</code> ruleset: use <code>operator_linebreak</code> rule for all operators (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8417">#8417</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/900389362c43d116fee1ffc51f7878145fa61b57"><code>9003893</code></a> prepared the 3.72.0 release</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/aa8688cff235e8f1f1c98fa08d8bbe16d5d13873"><code>aa8688c</code></a> refactor: use Hasher instead of md5 directly (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8501">#8501</a>)</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/16b7eb726e9f19aa6c5b01b74287f9ef8238bdd7"><code>16b7eb7</code></a> DX: add trailing comma to multiline auto-generated types (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8499">#8499</a>)</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/52e4dbd7ed394e0ae35bc1245c13b0f0acc11f9a"><code>52e4dbd</code></a> refactor: generalize CodeHasher into Hasher (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8500">#8500</a>)</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/45f2571ad3bb552851f1015b7e210fb7258366fd"><code>45f2571</code></a> refactor: Runner - unify paths used when using parallel runner (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8488">#8488</a>)</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/06b4f5da744dc2c1ea4d74f198cfa143718bab80"><code>06b4f5d</code></a> fix: <code>VisibilityRequiredFixer</code> - handle property hooks (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8495">#8495</a>)</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/3a8911d215b32d3ea19ef8ebd1287672ac36f834"><code>3a8911d</code></a> feat: <code>StatementIndentationFixer</code> - handle property hooks (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8492">#8492</a>)</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/4fcd3d03eeab8fa5d4d0a47b3366f4619e987f75"><code>4fcd3d0</code></a> deps: upgrade few dev-deps (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8490">#8490</a>)</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/f289820c16b7363f64565cdeaf65d4e944670870"><code>f289820</code></a> fix: <code>TrailingCommaInMultilineFixer</code> - handle empty match body (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8480">#8480</a>)</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/0f7ba2d1115011f6c2e9d5a557c572e23bf25a70"><code>0f7ba2d</code></a> deps: Upgrade PHPStan to 2.1.8 (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8489">#8489</a>)</li> <li>Additional commits viewable in <a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.71.0...v3.72.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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9d6f12e commit 2e08ee1

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": "^8.1.31"
77
},
88
"require-dev": {
9-
"friendsofphp/php-cs-fixer": "3.71.0",
9+
"friendsofphp/php-cs-fixer": "3.72.0",
1010
"roave/security-advisories": "dev-latest"
1111
},
1212
"prefer-stable": true,

0 commit comments

Comments
 (0)