-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit 9660c47
authored
tools(deps-dev): Update friendsofphp/php-cs-fixer requirement from 3.66.0 to 3.68.1 in /tools/php-cs-fixer (#498)
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.1 Persian Successor</h2>
<h2>What's Changed</h2>
<ul>
<li>chore: <code>AutoReview/CiConfigurationTest</code> - handle failure
of reading files 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/8375">PHP-CS-Fixer/PHP-CS-Fixer#8375</a></li>
<li>CI: <code>Docker</code> - check all <code>compose</code> services 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/8370">PHP-CS-Fixer/PHP-CS-Fixer#8370</a></li>
<li>deps: bump alpine from 3.18.4 to 3.21.2 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a> in <a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/8362">PHP-CS-Fixer/PHP-CS-Fixer#8362</a></li>
<li>deps: bump alpine from 3.18 to 3.21 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/8377">PHP-CS-Fixer/PHP-CS-Fixer#8377</a></li>
<li>refactor: Tokens::clearEmptyTokens - optimize cache handling 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/8335">PHP-CS-Fixer/PHP-CS-Fixer#8335</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.68.0...v3.68.1">https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.68.0...v3.68.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.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>
<ul>
<li>fix: <code>FullyQualifiedStrictTypesFixer</code> - fix return types
(<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8367">#8367</a>)</li>
<li>fix: <code>PhpUnitSetUpTearDownVisibilityFixer</code> - do not touch
anonymous classes (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8366">#8366</a>)</li>
<li>chore: allow for class-string in doc types of rule options (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8358">#8358</a>)</li>
<li>chore: CS: Move data provider methods after their test method (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8302">#8302</a>)</li>
<li>chore: dependabot integration (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8357">#8357</a>)</li>
<li>chore: <code>PHPStan</code> - upgrade to 2.1 (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8355">#8355</a>)</li>
<li>CI: Introduce PHP compatibility check (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7844">#7844</a>)</li>
<li>deps: bump docker/build-push-action from 5 to 6 (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8361">#8361</a>)</li>
<li>docs: update installation instructions (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8356">#8356</a>)</li>
</ul>
<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 "or" 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>
</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/b9db2b2ea3cdba7201067acee46f984ef2397cff"><code>b9db2b2</code></a>
prepared the 3.68.1 release</li>
<li><a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/19c8ac67034ed2d9bcdea39382a48a9133afcf13"><code>19c8ac6</code></a>
refactor: Tokens::clearEmptyTokens - optimize cache handling (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8335">#8335</a>)</li>
<li><a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/8d0d441b06149c7104d6b2b5f4a472507fafeb20"><code>8d0d441</code></a>
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><a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/4f23292f93617e2953f89139c9332365f3bb743a"><code>4f23292</code></a>
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><a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/fad4e0ae16263edd569e2f4bbebe2541962fbc22"><code>fad4e0a</code></a>
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><a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/baae13d059638348e1aa84bb73aa69c381d0f658"><code>baae13d</code></a>
chore: <code>AutoReview/CiConfigurationTest</code> - handle failure of
reading files (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8">#8</a>...</li>
<li><a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/6199d764e68f953c142d517be704acfb236d9557"><code>6199d76</code></a>
bumped version</li>
<li><a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/73f78d8b2b34a0dd65fedb434a602ee4c2c8ad4c"><code>73f78d8</code></a>
prepared the 3.68.0 release</li>
<li><a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/4c2bdc85f73473bd0ce90148669f5dad572b6b97"><code>4c2bdc8</code></a>
feat: Add stripos to modernize_strpos rule (<a
href="https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8019">#8019</a>)</li>
<li><a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/commit/8e30cc9b7c1b147c08e6f4f7b71eb0ef496421a5"><code>8e30cc9</code></a>
test: <code>PhpUnitSetUpTearDownVisibilityFixer</code> - extend test for
anonymous class...</li>
<li>Additional commits viewable in <a
href="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.66.0...v3.68.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 b304041 commit 9660c47Copy full SHA for 9660c47
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Filter options
- tools/php-cs-fixer
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Collapse file
tools/php-cs-fixer/composer.json
Copy file name to clipboardExpand all lines: tools/php-cs-fixer/composer.json+1-1Lines changed: 1 addition & 1 deletion
| 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