[PHP-WEBMASTER] [web-php] PR #1221: composer(deps-dev): bump friendsofphp/php-cs-fixer from 3.68.2 to 3.68.5

Pull Request: composer(deps-dev): bump friendsofphp/php-cs-fixer from 3.68.2 to 3.68.5 by dependabot[bot] · Pull Request #1221 · php/web-php · GitHub
Author: dependabot[bot]

Bumps [friendsofphp/php-cs-fixer](GitHub - PHP-CS-Fixer/PHP-CS-Fixer: A tool to automatically fix PHP Coding Standards issues) from 3.68.2 to 3.68.5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases&quot;&gt;friendsofphp/php\-cs\-fixer&#39;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&quot;&gt;&lt;code&gt;@​kubawerlos&lt;/code&gt;&lt;/a&gt; in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8404&quot;&gt;PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8404&lt;/a&gt;&lt;/li&gt;
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.68.4...v3.68.5&quot;&gt;https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.68.4...v3.68.5&lt;/a&gt;&lt;/p&gt;
<h2>v3.68.4 Persian Successor</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: NativeTypeDeclarationCasingFixer should not touch property names by <a href="https://github.com/staabm&quot;&gt;&lt;code&gt;@​staabm&lt;/code&gt;&lt;/a&gt; in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8400&quot;&gt;PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8400&lt;/a&gt;&lt;/li&gt;
<li>chore: run SCA on PHP 8.4 by <a href="https://github.com/kubawerlos&quot;&gt;&lt;code&gt;@​kubawerlos&lt;/code&gt;&lt;/a&gt; in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8396&quot;&gt;PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8396&lt;/a&gt;&lt;/li&gt;
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.68.3...v3.68.4&quot;&gt;https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.68.3...v3.68.4&lt;/a&gt;&lt;/p&gt;
<h2>v3.68.3 Persian Successor</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: <code>NativeTypeDeclarationCasingFixer</code> - fix for enum with &quot;Mixed&quot; case by <a href="https://github.com/kubawerlos&quot;&gt;&lt;code&gt;@​kubawerlos&lt;/code&gt;&lt;/a&gt; in <a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8395&quot;&gt;PHP\-CS\-Fixer/PHP\-CS\-Fixer\#8395&lt;/a&gt;&lt;/li&gt;
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.68.2...v3.68.3&quot;&gt;https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.68.2...v3.68.3&lt;/a&gt;&lt;/p&gt;
</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&quot;&gt;friendsofphp/php\-cs\-fixer&#39;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&quot;&gt;\#8404&lt;/a&gt;\)</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&quot;&gt;\#8396&lt;/a&gt;\)</li>
<li>fix: NativeTypeDeclarationCasingFixer should not touch property names (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8400&quot;&gt;\#8400&lt;/a&gt;\)</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&quot;&gt;\#8395&lt;/a&gt;\)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/7bedb718b633355272428c60736dc97fb96daf27&quot;&gt;&lt;code&gt;7bedb71&lt;/code&gt;&lt;/a&gt; prepared the 3.68.5 release</li>
<li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/e2b008770479035f8ffc2936436c0672b1f6ce79&quot;&gt;&lt;code&gt;e2b0087&lt;/code&gt;&lt;/a&gt; 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&quot;&gt;&lt;code&gt;8087b47&lt;/code&gt;&lt;/a&gt; bumped version</li>
<li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/5c2f466ef3d7eba8af9463bcab829370b975333f&quot;&gt;&lt;code&gt;5c2f466&lt;/code&gt;&lt;/a&gt; prepared the 3.68.4 release</li>
<li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/f668e9e72c8399d4eae0c73e57a3d5ab8a0c540d&quot;&gt;&lt;code&gt;f668e9e&lt;/code&gt;&lt;/a&gt; fix: NativeTypeDeclarationCasingFixer should not touch property names (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8400&quot;&gt;\#8400&lt;/a&gt;\)</li>
<li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/ff070ae6272a55b5c186ec9af0dac41af175ae43&quot;&gt;&lt;code&gt;ff070ae&lt;/code&gt;&lt;/a&gt; chore: run SCA on PHP 8.4 (<a href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8396&quot;&gt;\#8396&lt;/a&gt;\)</li>
<li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/8266f90de727a4080e5712f0b26fb17519512916&quot;&gt;&lt;code&gt;8266f90&lt;/code&gt;&lt;/a&gt; bumped version</li>
<li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/85fd31cced824749a732e697acdd1a3d657312f0&quot;&gt;&lt;code&gt;85fd31c&lt;/code&gt;&lt;/a&gt; prepared the 3.68.3 release</li>
<li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/2ec2180604d4315eef456bdd230cedef3eca132c&quot;&gt;&lt;code&gt;2ec2180&lt;/code&gt;&lt;/a&gt; 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&quot;&gt;\#8395&lt;/a&gt;\)</li>
<li><a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/0a1ed7367ea96bfda995d8f8a6dc06789ab4abea&quot;&gt;&lt;code&gt;0a1ed73&lt;/code&gt;&lt;/a&gt; bumped version</li>
<li>See full diff in <a href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.68.2...v3.68.5&quot;&gt;compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](compatibility: unknown)](About Dependabot security updates - GitHub Docs)

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>