Commit b8e5381
authored
tools(deps-dev): Update friendsofphp/php-cs-fixer requirement from 3.87.2 to 3.88.2 in /tools/php-cs-fixer (#227)
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.88.2 Folding Bike</h2>
<h2>What's Changed</h2>
<ul>
<li>docs: describe command - allow to expand 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/9104">PHP-CS-Fixer/PHP-CS-Fixer#9104</a>
<ul>
<li>e.g. <code>php-cs-fixer describe @auto --expand</code></li>
</ul>
</li>
<li>docs: describe command - allow to describe config in use 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/9103">PHP-CS-Fixer/PHP-CS-Fixer#9103</a>
<ul>
<li>e.g. <code>php-cs-fixer describe [@] [--expand]</code></li>
</ul>
</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.88.1...v3.88.2">https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.88.1...v3.88.2</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.88.2</h2>
<ul>
<li>docs: describe command - allow to describe config in use (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9103">#9103</a>)</li>
<li>docs: describe command - allow to expand sets (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9104">#9104</a>)</li>
</ul>
<h2>Changelog for v3.88.1</h2>
<ul>
<li>chore: use accidentally missing <code>@auto:risky</code> (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9102">#9102</a>)</li>
<li>deps: bump crate-ci/typos from 1.36.2 to 1.36.3 (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9099">#9099</a>)</li>
<li>deps: bump icanhazstring/composer-unused from 0.9.4 to 0.9.5 in
/dev-tools (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9100">#9100</a>)</li>
<li>DX: Ability to run <code>yamllint</code> locally (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9093">#9093</a>)</li>
</ul>
<h2>Changelog for v3.88.0</h2>
<ul>
<li>feat: Support custom rulesets (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/6083">#6083</a>)</li>
<li>feat: introduce <code>@auto</code>, <code>@auto:risky</code> sets
(<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9090">#9090</a>)</li>
<li>feat: introduce <code>@autoPHPMigration</code>,
<code>@autoPHPMigration:risky</code>,
<code>@autoPHPUnitMigration:risky</code> sets (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9068">#9068</a>)</li>
<li>feat: start using new defaults for rules under future mode (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9020">#9020</a>)</li>
<li>feat: rename rule sets from <code>MAJORMINOR</code> and
<code>MAJOR.MINOR</code> into <code>MAJORxMINOR</code> (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9005">#9005</a>)</li>
<li>feat: rename visibility_required into modifier_keywords (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8995">#8995</a>)</li>
<li>feat: <code>symfony</code> ruleset: Add <code>@const</code> to
<code>phpdoc_no_alias_tag</code> (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9016">#9016</a>)</li>
<li>fix: <code>BlankLinesBeforeNamespaceFixer</code> - handle namespace
without newline before (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9059">#9059</a>)</li>
<li>docs: fix typo (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9060">#9060</a>)</li>
<li>docs: update CONTRIBUTING.md (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9074">#9074</a>)</li>
<li>docs: update README for updated PHP/PHPUnit set names (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9070">#9070</a>)</li>
<li>DX: Allow development on PHP 8.5 (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9092">#9092</a>)</li>
<li>chore: enforce list via <code>array_values()</code> (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9054">#9054</a>)</li>
<li>chore: ErrorOutput - line is optional (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9047">#9047</a>)</li>
<li>chore: fix cs in entry point file (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9064">#9064</a>)</li>
<li>chore: fix CS, somehow it missed the CI of
<code>.php-cs-fixer.well-defined-arrays.php</code> (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8987">#8987</a>)</li>
<li>chore: fix some <code>argument.type</code> errors (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9056">#9056</a>)</li>
<li>chore: groom Automatic rulesets code (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9091">#9091</a>)</li>
<li>chore: phpstan - do not ignore all <code>internal</code> usage
errors (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9063">#9063</a>)</li>
<li>chore: replace wrong <code>class-string</code> usages (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8968">#8968</a>)</li>
<li>chore: <code>getcwd()</code> - ignore <code>false</code> return
value (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9057">#9057</a>)</li>
<li>chore: <code>ReporterFactory</code> - use <code>class-string</code>
type (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9055">#9055</a>)</li>
<li>CI: check for typos (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9048">#9048</a>)</li>
<li>CI: don't prevent the build when remote coverage reporting service
is down (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9095">#9095</a>)</li>
<li>CI: fix smoke tests after <a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9005">#9005</a>
(<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9061">#9061</a>)</li>
<li>CI: fix typos in <code>CHANGELOG.md</code> (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9052">#9052</a>)</li>
<li>CI: mutation tests - disable github annotations (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9062">#9062</a>)</li>
<li>CI: Test docs generation only once per CI pipeline (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9089">#9089</a>)</li>
<li>CI: <code>push</code> event only for master branch (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9046">#9046</a>)</li>
<li>CI: <code>push</code> event only for master branch (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9050">#9050</a>)</li>
<li>deps: bump box version (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9042">#9042</a>)</li>
<li>deps: bump ergebnis/composer-normalize from 2.48.1 to 2.48.2 in
/dev-tools (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9045">#9045</a>)</li>
<li>deps: bump phpstan/phpstan from 2.1.25 to 2.1.28 in /dev-tools in
the phpstan group (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9072">#9072</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/a8d15584bafb0f0d9d938827840060fd4a3ebc99"><code>a8d1558</code></a>
prepared the 3.88.2 release</li>
<li><a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/ea80662efc39b3959ddbfb73403a863dd469c049"><code>ea80662</code></a>
docs: describe command - allow to expand sets (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9104">#9104</a>)</li>
<li><a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/3040ad3d67566f38ca3875c54d3ea537ca53d14a"><code>3040ad3</code></a>
docs: describe command - allow to describe config in use (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9103">#9103</a>)</li>
<li><a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/43cc7a20522b6597b70622cc634d544d5e1f05bb"><code>43cc7a2</code></a>
bumped version</li>
<li><a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/1c2a98f4d6cd9675cba10c59932692aa01108426"><code>1c2a98f</code></a>
prepared the 3.88.1 release</li>
<li><a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/dcb5ce1aa6ea90c1cdc177da2c0b3f8548860351"><code>dcb5ce1</code></a>
chore: use accidentally missing <code>@auto:risky</code> (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9102">#9102</a>)</li>
<li><a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/01f2c56e348ef111914e3c900f34a7f3933c1e06"><code>01f2c56</code></a>
deps: bump icanhazstring/composer-unused from 0.9.4 to 0.9.5 in
/dev-tools (#...</li>
<li><a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/c7496f2b67800b54f901a2ccada101708403f56f"><code>c7496f2</code></a>
deps: bump crate-ci/typos from 1.36.2 to 1.36.3 (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9099">#9099</a>)</li>
<li><a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/8eb66afaba41de740ce12379d0bd64a78dfaf7d6"><code>8eb66af</code></a>
DX: Ability to run <code>yamllint</code> locally (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9093">#9093</a>)</li>
<li><a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/a90929981ee5d90d6c50a718e14578fcbf73e6ca"><code>a909299</code></a>
bumped version</li>
<li>Additional commits viewable in <a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.87.2...v3.88.2">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 f050fff commit b8e5381
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments