Skip to content

Commit 3094f7a

Browse files
tools(deps-dev): Update friendsofphp/php-cs-fixer requirement from v3.66.0 to v3.67.0 in /tools/php-cs-fixer (#511)
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.67.0 Persian Successor</h2> <h2>What's Changed</h2> <ul> <li>chore: simplify loops that are using <code>end</code>/<code>prev</code> functions 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/8352">PHP-CS-Fixer/PHP-CS-Fixer#8352</a></li> <li>feat: Introduce <code>general_attribute_remove</code> fixer by <a href="https://github.com/raffaelecarelle"><code>@​raffaelecarelle</code></a> in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8339">PHP-CS-Fixer/PHP-CS-Fixer#8339</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/raffaelecarelle"><code>@​raffaelecarelle</code></a> made their first contribution in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8339">PHP-CS-Fixer/PHP-CS-Fixer#8339</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.66.2...v3.67.0">https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.66.2...v3.67.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.67.0</h2> <ul> <li>chore: simplify loops using <code>end</code>/<code>prev</code> functions (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8352">#8352</a>)</li> <li>feat: Introduce <code>general_attribute_remove</code> fixer (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8339">#8339</a>)</li> </ul> <h2>Changelog for v3.66.2</h2> <ul> <li>chore: do not use bitwise &quot;or&quot; assignment operator (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8346">#8346</a>)</li> <li>chore: remove extra check, never happening (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8348">#8348</a>)</li> <li>chore: remove impossible <code>@throws</code> annotation (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8353">#8353</a>)</li> <li>chore: Tokens - cleanup (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8350">#8350</a>)</li> <li>chore: Tokens - minor performance and types optimizations (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8349">#8349</a>)</li> </ul> <h2>Changelog for v3.66.1</h2> <ul> <li>chore: fix CI for Windows (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8326">#8326</a>)</li> <li>chore: <code>NoMultipleStatementsPerLineFixer</code> - be aware of PHP 8.4 property hooks (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8344">#8344</a>)</li> <li>chore: <code>TernaryToElvisOperatorFixer</code> - improvements based on PHPStan detections (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8345">#8345</a>)</li> <li>chore: <code>PhpUnitTestCaseStaticMethodCallsFixer</code> - fix type of <code>methods</code> option in documemtation and add example with it (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8338">#8338</a>)</li> <li>chore: update legacy deps (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8342">#8342</a>)</li> <li>deps: update box (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8336">#8336</a>)</li> </ul> <h2>Changelog for v3.66.0</h2> <ul> <li>feat: <code>Tokenizer</code> - initial support for PHP 8.4 property hooks (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8312">#8312</a>)</li> <li>feat: <code>PhpUnitTestCaseStaticMethodCallsFixer</code> - cover PHPUnit v11.5 methods (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8314">#8314</a>)</li> <li>feat: <code>PhpUnitTestCaseStaticMethodCallsFixer</code> - make sure all static protected methods are handled (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8327">#8327</a>)</li> <li>feat: <code>PhpUnitTestCaseStaticMethodCallsFixer</code> - support createStub (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8319">#8319</a>)</li> <li>feat: <code>UseArrowFunctionsFixer</code> - support multiline statements (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8311">#8311</a>)</li> <li>fix: <code>NullableTypeDeclarationFixer</code> - do not break multi-line declaration (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8331">#8331</a>)</li> <li>test: <code>CiConfigurationTest</code> - drop not needed condition, logic is checked in upcoming assertion (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8303">#8303</a>)</li> <li>chore: add more typehints (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8325">#8325</a>)</li> <li>chore: <code>DotsOutput</code> - more const, better typing (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8318">#8318</a>)</li> <li>chore: mark classes as readonly (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8275">#8275</a>)</li> <li>chore: more const, better typing (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8320">#8320</a>)</li> <li>chore: temporarily prevent symfony/process 7.2+ (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8322">#8322</a>)</li> <li>chore: <code>Tokens</code> - simplify (un)registerFoundToken types (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8328">#8328</a>)</li> <li>chore: upgrade PHPStan (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8321">#8321</a>)</li> <li>chore: <code>BraceTransformer</code> - don't touch curly index braces since 8.4, as it's not a valid syntax anymore (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8313">#8313</a>)</li> <li>CI: enable phpdoc_to_property_type on php-lowest (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8324">#8324</a>)</li> <li>Create SECURITY.md</li> <li>docs: <code>Tokens</code> - fix docs (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8332">#8332</a>)</li> </ul> <h2>Changelog for v3.65.0</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/0ad34c75d1172f7d30320460e803887981830cbf"><code>0ad34c7</code></a> prepared the 3.67.0 release</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/f2f92d2ded3e9f89575ea82fb92a10fe1d89a4da"><code>f2f92d2</code></a> feat: Introduce <code>general_attribute_remove</code> fixer (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8339">#8339</a>)</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/87df02260e744339200b8a18e993dfe34aa27b3f"><code>87df022</code></a> chore: simplify loops using <code>end</code>/<code>prev</code> functions (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8352">#8352</a>)</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/372b9114c340ec000fb8f0fcf6d8f021ee218ba9"><code>372b911</code></a> bumped version</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/25addd3cb10e54cfd20b84d9c083c6625cd52218"><code>25addd3</code></a> prepared the 3.66.2 release</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/f8e9a647c43831406d1846287ad9397d745edca9"><code>f8e9a64</code></a> chore: remove impossible <code>@throws</code> annotation (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8353">#8353</a>)</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/b20ceff2070de7a0b98e42fdd2e3ee72080cf11d"><code>b20ceff</code></a> chore: do not use bitwise &quot;or&quot; assignment operator (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8346">#8346</a>)</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/30071f3d3c81d09d939d3f271cc2ea70b54fb595"><code>30071f3</code></a> chore: Tokens - cleanup (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8350">#8350</a>)</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/a730f2f04c1be952dc7df07b0fb967f694be57cd"><code>a730f2f</code></a> chore: Tokens - minor performance and types optimizations (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8349">#8349</a>)</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/d0e7d4eaa1883de84ddfc201f92ec8a3a8d7f2fe"><code>d0e7d4e</code></a> chore: remove extra check, never happening (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8348">#8348</a>)</li> <li>Additional commits viewable in <a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.66.0...v3.67.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 eee1bcc commit 3094f7a

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
@@ -3,7 +3,7 @@
33
"type": "metapackage",
44
"description": "php-cs-fixer",
55
"require-dev": {
6-
"friendsofphp/php-cs-fixer": "v3.66.0",
6+
"friendsofphp/php-cs-fixer": "v3.67.0",
77
"roave/security-advisories": "dev-latest"
88
},
99
"config": {

0 commit comments

Comments
 (0)