Skip to content

Commit fc9cf2b

Browse files
tools(deps-dev): Update friendsofphp/php-cs-fixer requirement from 3.68.1 to 3.68.5 in /tools/php-cs-fixer (#501)
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.68.5 Persian Successor</h2> <h2>What's Changed</h2> <ul> <li>fix: <code>NativeTypeDeclarationCasingFixer</code> - do not touch constants named as native 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/8404">PHP-CS-Fixer/PHP-CS-Fixer#8404</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.68.4...v3.68.5">https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.68.4...v3.68.5</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.68.5</h2> <ul> <li>fix: <code>NativeTypeDeclarationCasingFixer</code> - do not touch constants named as native types (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8404">#8404</a>)</li> </ul> <h2>Changelog for v3.68.4</h2> <ul> <li>chore: run SCA on PHP 8.4 (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8396">#8396</a>)</li> <li>fix: NativeTypeDeclarationCasingFixer should not touch property names (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8400">#8400</a>)</li> </ul> <h2>Changelog for v3.68.3</h2> <ul> <li>fix: <code>NativeTypeDeclarationCasingFixer</code> - fix for enum with &quot;Mixed&quot; case (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8395">#8395</a>)</li> </ul> <h2>Changelog for v3.68.2</h2> <ul> <li>fix: <code>NativeTypeDeclarationCasingFixer</code> - fix for promoted properties, enums, <code>false</code> and <code>mixed</code> (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8386">#8386</a>)</li> <li>chore: ensure that <code>dev-tools</code> dependencies are bumped (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8389">#8389</a>)</li> <li>chore: experiment to see if we can auto-shrink the lock after dependabot (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8383">#8383</a>)</li> <li>chore: experiment to see if we can auto-shrink the lock after dependabot /part (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8384">#8384</a>)</li> <li>chore: Get rid of Docker warnings during build (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8379">#8379</a>)</li> <li>chore: remove redundant check (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8391">#8391</a>)</li> <li>chore: update types (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8390">#8390</a>)</li> <li>CI: stale - update close msg to emphasize contribution over demand (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8385">#8385</a>)</li> <li>deps: bump phpcompatibility/phpcompatibility-symfony from 1.2.1 to 1.2.2 in /dev-tools (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8378">#8378</a>)</li> <li>deps: bump the phpstan group in /dev-tools with 4 updates (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8387">#8387</a>)</li> <li>refactor: Use native <code>Yaml::parseFile()</code> instead of custom method (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8380">#8380</a>)</li> </ul> <h2>Changelog for v3.68.1</h2> <ul> <li>chore: <code>AutoReview/CiConfigurationTest</code> - handle failure of reading files (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8375">#8375</a>)</li> <li>CI: <code>Docker</code> - check all <code>compose</code> services (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8370">#8370</a>)</li> <li>deps: bump alpine from 3.18 to 3.21 (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8377">#8377</a>)</li> <li>deps: bump alpine from 3.18.4 to 3.21.2 (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8362">#8362</a>)</li> <li>refactor: Tokens::clearEmptyTokens - optimize cache handling (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8335">#8335</a>)</li> </ul> <h2>Changelog for v3.68.0</h2> <ul> <li>feat: <code>ModernizeStrposFixer</code> - support <code>stripos</code> (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8019">#8019</a>)</li> <li>chore: <code>FullyQualifiedStrictTypesFixer</code> - reduce conditions count (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8368">#8368</a>)</li> <li>test: <code>PhpUnitSetUpTearDownVisibilityFixer</code> - extend test for anonymous classes (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8369">#8369</a>)</li> </ul> <h2>Changelog for v3.67.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/7bedb718b633355272428c60736dc97fb96daf27"><code>7bedb71</code></a> prepared the 3.68.5 release</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/e2b008770479035f8ffc2936436c0672b1f6ce79"><code>e2b0087</code></a> fix: <code>NativeTypeDeclarationCasingFixer</code> - do not touch constants named as nat...</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/8087b47b98f2a435f250cc80aaf6ea430100a355"><code>8087b47</code></a> bumped version</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/5c2f466ef3d7eba8af9463bcab829370b975333f"><code>5c2f466</code></a> prepared the 3.68.4 release</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/f668e9e72c8399d4eae0c73e57a3d5ab8a0c540d"><code>f668e9e</code></a> fix: NativeTypeDeclarationCasingFixer should not touch property names (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8400">#8400</a>)</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/ff070ae6272a55b5c186ec9af0dac41af175ae43"><code>ff070ae</code></a> chore: run SCA on PHP 8.4 (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8396">#8396</a>)</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/8266f90de727a4080e5712f0b26fb17519512916"><code>8266f90</code></a> bumped version</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/85fd31cced824749a732e697acdd1a3d657312f0"><code>85fd31c</code></a> prepared the 3.68.3 release</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/2ec2180604d4315eef456bdd230cedef3eca132c"><code>2ec2180</code></a> fix: <code>NativeTypeDeclarationCasingFixer</code> - fix for enum with &quot;Mixed&quot; case (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8395">#8395</a>)</li> <li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/0a1ed7367ea96bfda995d8f8a6dc06789ab4abea"><code>0a1ed73</code></a> bumped version</li> <li>Additional commits viewable in <a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.68.1...v3.68.5">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 d34dc48 commit fc9cf2b

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

0 commit comments

Comments
 (0)