Commit d9fd22b
authored
tools(deps-dev): Update friendsofphp/php-cs-fixer requirement from 3.86.0 to 3.87.1 in /tools/php-cs-fixer (#224)
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.87.1 Alexander</h2>
<h2>What's Changed</h2>
<ul>
<li>chore: <code>AbstractProxyFixer</code> - require non-empty list of
proxy fixers by <a
href="https://github.com/gharlan"><code>@gharlan</code></a> in <a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/9010">PHP-CS-Fixer/PHP-CS-Fixer#9010</a></li>
<li>deps: update justinrainbow/json-schema 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/9019">PHP-CS-Fixer/PHP-CS-Fixer#9019</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.87.0...v3.87.1">https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.87.0...v3.87.1</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.87.1</h2>
<ul>
<li>chore: <code>AbstractProxyFixer</code> - require non-empty list of
proxy fixers (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9010">#9010</a>)</li>
<li>deps: update justinrainbow/json-schema (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9019">#9019</a>)</li>
</ul>
<h2>Changelog for v3.87.0</h2>
<ul>
<li>feat: add <code>PhpdocTagNoNamedArgumentsFixer</code> (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8906">#8906</a>)</li>
<li>feat: deprecate using config from passed 'path' CLI argument (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8923">#8923</a>)</li>
<li>feat: introduce <code>@PHP85Migration</code> set (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8941">#8941</a>)</li>
<li>feat: upgrade <code>@PhpCsFixer</code> set towards new defaults of
selected rules (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8981">#8981</a>)</li>
<li>fix: <code>PhpdocOrderFixer</code> - do not allow duplicated tags in
configuration (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8945">#8945</a>)</li>
<li>fix: <code>PhpdocOrderFixer</code> when <code>phpstan-</code> /
<code>psalm-</code> order is specified (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8853">#8853</a>)</li>
<li>docs: README.md updates (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9013">#9013</a>)</li>
<li>docs: update README.md (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9015">#9015</a>)</li>
<li>docs: update <code>README.md</code> and <code>CONTRIBUTING.md</code>
(<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8974">#8974</a>)</li>
<li>DX: remove methods for kind checks (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8954">#8954</a>)</li>
<li>DX: unify class/interface/trait naming (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8957">#8957</a>)</li>
<li>chore: Add CS commit to .git-blame-ignore-revs</li>
<li>chore: Add TODO for ENUM conversion in ProgressOutputType (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8991">#8991</a>)</li>
<li>chore: always use <code>JSON_THROW_ON_ERROR</code> (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8993">#8993</a>)</li>
<li>chore: apply (partially) <code>multiline_string_to_heredoc</code>
(<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9002">#9002</a>)</li>
<li>chore: apply phpdoc_tag_no_named_arguments (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8969">#8969</a>)</li>
<li>chore: configure phpdoc_tag_no_named_arguments (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8970">#8970</a>)</li>
<li>chore: convert private methods to constants (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8976">#8976</a>)</li>
<li>chore: deprecate <code>Annotation::getTagsWithTypes</code> in favor
of <code>TAGS_WITH_TYPES</code> constant (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8977">#8977</a>)</li>
<li>chore: exclude files in .gitattributes (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8960">#8960</a>)</li>
<li>chore: extract token types for PHPStan (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8925">#8925</a>)</li>
<li>chore: handle fixer options without allowed types defined (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8973">#8973</a>)</li>
<li>chore: ignore deprecations in <code>token_get_all</code> (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8963">#8963</a>)</li>
<li>chore: minor CS fixes (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8979">#8979</a>)</li>
<li>chore: PhpdocTagNoNamedArgumentsFixer - better example (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8971">#8971</a>)</li>
<li>chore: PHPUnit - enforce no memory_limit (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8940">#8940</a>)</li>
<li>chore: remove not-needed reset-call (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9014">#9014</a>)</li>
<li>chore: revert wrong <code>_PhpTokenArray</code> usages (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8947">#8947</a>)</li>
<li>chore: rework <code>ci-integration.sh</code> (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8989">#8989</a>)</li>
<li>chore: sort .gitattributes (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8966">#8966</a>)</li>
<li>chore: unify entries in <code>.gitignore</code> (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8982">#8982</a>)</li>
<li>chore: unify env var <code>FAST_LINT_TEST_CASES</code> into
<code>PHP_CS_FIXER_FAST_LINT_TEST_CASES</code> (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8992">#8992</a>)</li>
<li>chore: use <code>get_debug_type</code> and <code>::class</code> in
exception messages (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9006">#9006</a>)</li>
<li>chore: use <code>non-empty-list</code> where appropriate (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8972">#8972</a>)</li>
<li>chore: <code>AbstractPhpdocTypesFixer</code> - remove
<code>$tags</code> property (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8980">#8980</a>)</li>
<li>chore: <code>CheckCommand</code> - use regex instead of
<code>explode</code> & <code>substr</code> (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8936">#8936</a>)</li>
<li>chore: <code>ClassAttributesSeparationFixer</code> - improve code
(<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8950">#8950</a>)</li>
<li>chore: <code>EregToPregFixer</code> - use constant instead of static
property (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8978">#8978</a>)</li>
<li>chore: <code>FullyQualifiedStrictTypesFixer</code> - ensure matching
number of opening/closing braces (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9009">#9009</a>)</li>
<li>chore: <code>OrderedClassElementsFixer</code> - use private method
instead of anonymous function (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8931">#8931</a>)</li>
<li>chore: <code>PhpdocParamOrderFixer</code> - improve/simplify code
(<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9012">#9012</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/2f5170365e2a422d0c5421f9c8818b2c078105f6"><code>2f51703</code></a>
prepared the 3.87.1 release</li>
<li><a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/9b9f321c1ae9c4e5874a05321892e20e8745ad53"><code>9b9f321</code></a>
deps: update justinrainbow/json-schema (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9019">#9019</a>)</li>
<li><a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/8be307e9342e7e63d8cf72268c4797a288f0d968"><code>8be307e</code></a>
chore: <code>AbstractProxyFixer</code> - require non-empty list of proxy
fixers (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9010">#9010</a>)</li>
<li><a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/3b98357542abd6e6503a72da31b599acb0d2faf7"><code>3b98357</code></a>
bumped version</li>
<li><a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/50a13c4c5f25d2c6894e30e92c051474cf0e115a"><code>50a13c4</code></a>
prepared the 3.87.0 release</li>
<li><a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/a17ec75fae7a80474e66248500e028f5688fa814"><code>a17ec75</code></a>
chore: unify env var <code>FAST_LINT_TEST_CASES</code> into
`PHP_CS_FIXER_FAST_LINT_TEST...</li>
<li><a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/20ee817e60c295b31e57039847aa01117c31ce64"><code>20ee817</code></a>
chore: remove not-needed reset-call (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9014">#9014</a>)</li>
<li><a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/f8e24696abbed002b9c99bbcb323cf273dd06aab"><code>f8e2469</code></a>
chore: <code>PhpdocParamOrderFixer</code> - improve/simplify code (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9012">#9012</a>)</li>
<li><a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/74b6159dc50b48dd678463b77af366fb0e39de9c"><code>74b6159</code></a>
docs: update README.md (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9015">#9015</a>)</li>
<li><a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/2d6e1f6a5d29ab6c5640448ff070740c4043dd5f"><code>2d6e1f6</code></a>
chore: use <code>get_debug_type</code> and <code>::class</code> in
exception messages (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/9006">#9006</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.86.0...v3.87.1">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 148f357 commit d9fd22b
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